stratosphere-0.2.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

data EC2SsmAssociations Source #

Full data type definition for EC2SsmAssociations. See ec2SsmAssociations for a more convenient constructor.

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.