Safe Haskell | None |
---|---|
Language | Haskell2010 |
SsmAssociations is a property of the AWS::EC2::Instance resource that specifies the Amazon EC2 Simple Systems Manager (SSM) document and parameter values to associate with an instance.
Documentation
data EC2SsmAssociations Source
Full data type definition for EC2SsmAssociations. See
ec2SsmAssociations
for a more convenient constructor.
Constructor for EC2SsmAssociations
containing required fields as
arguments.
ecsaAssociationParameters :: Lens' EC2SsmAssociations (Maybe [EC2SsmAssociationParameters]) Source
The input parameter values to use with the associated SSM document.
ecsaDocumentName :: Lens' EC2SsmAssociations (Val Text) Source
The name of an SSM document to associate with the instance.