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 IamInstanceProfileAssociation = IamInstanceProfileAssociation' {}
- newIamInstanceProfileAssociation :: IamInstanceProfileAssociation
- iamInstanceProfileAssociation_associationId :: Lens' IamInstanceProfileAssociation (Maybe Text)
- iamInstanceProfileAssociation_iamInstanceProfile :: Lens' IamInstanceProfileAssociation (Maybe IamInstanceProfile)
- iamInstanceProfileAssociation_instanceId :: Lens' IamInstanceProfileAssociation (Maybe Text)
- iamInstanceProfileAssociation_state :: Lens' IamInstanceProfileAssociation (Maybe IamInstanceProfileAssociationState)
- iamInstanceProfileAssociation_timestamp :: Lens' IamInstanceProfileAssociation (Maybe UTCTime)
Documentation
data IamInstanceProfileAssociation Source #
Describes an association between an IAM instance profile and an instance.
See: newIamInstanceProfileAssociation
smart constructor.
IamInstanceProfileAssociation' | |
|
Instances
newIamInstanceProfileAssociation :: IamInstanceProfileAssociation Source #
Create a value of IamInstanceProfileAssociation
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:associationId:IamInstanceProfileAssociation'
, iamInstanceProfileAssociation_associationId
- The ID of the association.
$sel:iamInstanceProfile:IamInstanceProfileAssociation'
, iamInstanceProfileAssociation_iamInstanceProfile
- The IAM instance profile.
$sel:instanceId:IamInstanceProfileAssociation'
, iamInstanceProfileAssociation_instanceId
- The ID of the instance.
$sel:state:IamInstanceProfileAssociation'
, iamInstanceProfileAssociation_state
- The state of the association.
$sel:timestamp:IamInstanceProfileAssociation'
, iamInstanceProfileAssociation_timestamp
- The time the IAM instance profile was associated with the instance.
iamInstanceProfileAssociation_associationId :: Lens' IamInstanceProfileAssociation (Maybe Text) Source #
The ID of the association.
iamInstanceProfileAssociation_iamInstanceProfile :: Lens' IamInstanceProfileAssociation (Maybe IamInstanceProfile) Source #
The IAM instance profile.
iamInstanceProfileAssociation_instanceId :: Lens' IamInstanceProfileAssociation (Maybe Text) Source #
The ID of the instance.
iamInstanceProfileAssociation_state :: Lens' IamInstanceProfileAssociation (Maybe IamInstanceProfileAssociationState) Source #
The state of the association.
iamInstanceProfileAssociation_timestamp :: Lens' IamInstanceProfileAssociation (Maybe UTCTime) Source #
The time the IAM instance profile was associated with the instance.