Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data InstanceEventWindowAssociationTarget = InstanceEventWindowAssociationTarget' {
- dedicatedHostIds :: Maybe [Text]
- instanceIds :: Maybe [Text]
- tags :: Maybe [Tag]
- newInstanceEventWindowAssociationTarget :: InstanceEventWindowAssociationTarget
- instanceEventWindowAssociationTarget_dedicatedHostIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text])
- instanceEventWindowAssociationTarget_instanceIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text])
- instanceEventWindowAssociationTarget_tags :: Lens' InstanceEventWindowAssociationTarget (Maybe [Tag])
Documentation
data InstanceEventWindowAssociationTarget Source #
One or more targets associated with the event window.
See: newInstanceEventWindowAssociationTarget
smart constructor.
InstanceEventWindowAssociationTarget' | |
|
Instances
newInstanceEventWindowAssociationTarget :: InstanceEventWindowAssociationTarget Source #
Create a value of InstanceEventWindowAssociationTarget
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dedicatedHostIds:InstanceEventWindowAssociationTarget'
, instanceEventWindowAssociationTarget_dedicatedHostIds
- The IDs of the Dedicated Hosts associated with the event window.
$sel:instanceIds:InstanceEventWindowAssociationTarget'
, instanceEventWindowAssociationTarget_instanceIds
- The IDs of the instances associated with the event window.
$sel:tags:InstanceEventWindowAssociationTarget'
, instanceEventWindowAssociationTarget_tags
- The instance tags associated with the event window. Any instances
associated with the tags will be associated with the event window.
instanceEventWindowAssociationTarget_dedicatedHostIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text]) Source #
The IDs of the Dedicated Hosts associated with the event window.
instanceEventWindowAssociationTarget_instanceIds :: Lens' InstanceEventWindowAssociationTarget (Maybe [Text]) Source #
The IDs of the instances associated with the event window.
instanceEventWindowAssociationTarget_tags :: Lens' InstanceEventWindowAssociationTarget (Maybe [Tag]) Source #
The instance tags associated with the event window. Any instances associated with the tags will be associated with the event window.