Safe Haskell | None |
---|---|
Language | Haskell2010 |
AssociationParameters is a property of the Amazon EC2 Instance SsmAssociations property that specifies input parameter values for an Amazon EC2 Simple Systems Manager (SSM) document.
Documentation
data EC2SsmAssociationParameters Source
Full data type definition for EC2SsmAssociationParameters. See
ec2SsmAssociationParameters
for a more convenient constructor.
ec2SsmAssociationParameters Source
Constructor for EC2SsmAssociationParameters
containing required fields
as arguments.
ecsapKey :: Lens' EC2SsmAssociationParameters (Val Text) Source
The name of an input parameter that is in the associated SSM document.
ecsapValue :: Lens' EC2SsmAssociationParameters [Val Text] Source
The value of an input parameter.