stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.EC2SsmAssociations

Description

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.

Synopsis

Documentation

ec2SsmAssociations Source

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.