Stratosphere.CloudFormation.StackSet
module Stratosphere.CloudFormation.StackSet.AutoDeploymentProperty
module Stratosphere.CloudFormation.StackSet.ManagedExecutionProperty
module Stratosphere.CloudFormation.StackSet.OperationPreferencesProperty
module Stratosphere.CloudFormation.StackSet.ParameterProperty
module Stratosphere.CloudFormation.StackSet.StackInstancesProperty
data StackSet Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-administrationrolearn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-autodeployment
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-callas
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-capabilities
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-executionrolename
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-managedexecution
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-operationpreferences
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-parameters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-permissionmodel
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stackinstancesgroup
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stacksetname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templateurl
Defined in Stratosphere.CloudFormation.StackSet
Methods
toJSON :: StackSet -> Value #
toEncoding :: StackSet -> Encoding #
toJSONList :: [StackSet] -> Value #
toEncodingList :: [StackSet] -> Encoding #
omitField :: StackSet -> Bool #
showsPrec :: Int -> StackSet -> ShowS #
show :: StackSet -> String #
showList :: [StackSet] -> ShowS #
(==) :: StackSet -> StackSet -> Bool #
(/=) :: StackSet -> StackSet -> Bool #
toResourceProperties :: StackSet -> ResourceProperties #
Associated Types
set :: PropertyType "AdministrationRoleARN" StackSet -> StackSet -> StackSet #
set :: PropertyType "AutoDeployment" StackSet -> StackSet -> StackSet #
set :: PropertyType "CallAs" StackSet -> StackSet -> StackSet #
set :: PropertyType "Capabilities" StackSet -> StackSet -> StackSet #
set :: PropertyType "Description" StackSet -> StackSet -> StackSet #
set :: PropertyType "ExecutionRoleName" StackSet -> StackSet -> StackSet #
set :: PropertyType "ManagedExecution" StackSet -> StackSet -> StackSet #
set :: PropertyType "OperationPreferences" StackSet -> StackSet -> StackSet #
set :: PropertyType "Parameters" StackSet -> StackSet -> StackSet #
set :: PropertyType "PermissionModel" StackSet -> StackSet -> StackSet #
set :: PropertyType "StackInstancesGroup" StackSet -> StackSet -> StackSet #
set :: PropertyType "StackSetName" StackSet -> StackSet -> StackSet #
set :: PropertyType "Tags" StackSet -> StackSet -> StackSet #
set :: PropertyType "TemplateBody" StackSet -> StackSet -> StackSet #
set :: PropertyType "TemplateURL" StackSet -> StackSet -> StackSet #
mkStackSet :: Value Text -> Value Text -> StackSet Source #