stratosphere-0.1.1: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.EC2SsmAssociationParameters

Description

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.

Synopsis

Documentation

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.