Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.Resources.SSMAssociation
Description
- data SSMAssociation = SSMAssociation {}
- ssmAssociation :: Val Text -> SSMAssociation
- ssmaDocumentVersion :: Lens' SSMAssociation (Maybe (Val Text))
- ssmaInstanceId :: Lens' SSMAssociation (Maybe (Val Text))
- ssmaName :: Lens' SSMAssociation (Val Text)
- ssmaParameters :: Lens' SSMAssociation (Maybe Object)
- ssmaScheduleExpression :: Lens' SSMAssociation (Maybe (Val Text))
- ssmaTargets :: Lens' SSMAssociation (Maybe [SSMAssociationTarget])
Documentation
data SSMAssociation #
Full data type definition for SSMAssociation. See ssmAssociation
for a
more convenient constructor.
Constructors
SSMAssociation | |
Instances
Arguments
:: Val Text | |
-> SSMAssociation |
Constructor for SSMAssociation
containing required fields as arguments.
ssmaDocumentVersion :: Lens' SSMAssociation (Maybe (Val Text)) #
ssmaInstanceId :: Lens' SSMAssociation (Maybe (Val Text)) #