class
Amazonite::CloudFormation::ImportStacksToStackSetInput
- Amazonite::CloudFormation::ImportStacksToStackSetInput
- Reference
- Object
Defined in:
cloudformation/import_stacks_to_stack_set_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_set_name : String, stack_ids : Array(String) | Nil = nil, stack_ids_url : String | Nil = nil, organizational_unit_ids : Array(String) | Nil = nil, operation_preferences : StackSetOperationPreferences | Nil = nil, operation_id : String | Nil = nil, call_as : CallAs | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#call_as : CallAs | Nil
By default,
SELFis specified. -
#call_as=(call_as : CallAs | Nil)
By default,
SELFis specified. -
#hash(hasher)
See
Object#hash(hasher) -
#operation_id : String | Nil
A unique, user defined, identifier for the StackSet operation.
-
#operation_id=(operation_id : String | Nil)
A unique, user defined, identifier for the StackSet operation.
-
#operation_preferences : StackSetOperationPreferences | Nil
The user-specified preferences for how CloudFormation performs a StackSet operation.
-
#operation_preferences=(operation_preferences : StackSetOperationPreferences | Nil)
The user-specified preferences for how CloudFormation performs a StackSet operation.
-
#organizational_unit_ids : Array(String) | Nil
The list of OU ID's to which the imported stacks must be mapped as deployment targets.
-
#organizational_unit_ids=(organizational_unit_ids : Array(String) | Nil)
The list of OU ID's to which the imported stacks must be mapped as deployment targets.
-
#stack_ids : Array(String) | Nil
The IDs of the stacks you are importing into a StackSet.
-
#stack_ids=(stack_ids : Array(String) | Nil)
The IDs of the stacks you are importing into a StackSet.
-
#stack_ids_url : String | Nil
The Amazon S3 URL which contains list of stack ids to be inputted.
-
#stack_ids_url=(stack_ids_url : String | Nil)
The Amazon S3 URL which contains list of stack ids to be inputted.
-
#stack_set_name : String
The name of the StackSet.
-
#stack_set_name=(stack_set_name : String)
The name of the StackSet.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
For service managed StackSets, specify
DELEGATED_ADMIN.
By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
For service managed StackSets, specify
DELEGATED_ADMIN.
A unique, user defined, identifier for the StackSet operation.
The user-specified preferences for how CloudFormation performs a StackSet operation.
For more information about maximum concurrent accounts and failure tolerance, see StackSet operation options.
The user-specified preferences for how CloudFormation performs a StackSet operation.
For more information about maximum concurrent accounts and failure tolerance, see StackSet operation options.
The list of OU ID's to which the imported stacks must be mapped as deployment targets.
The list of OU ID's to which the imported stacks must be mapped as deployment targets.
The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per StackSet at a time.
Specify either StackIds or StackIdsUrl.
The IDs of the stacks you are importing into a StackSet. You import up to 10 stacks per StackSet at a time.
Specify either StackIds or StackIdsUrl.
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds or StackIdsUrl.
The Amazon S3 URL which contains list of stack ids to be inputted.
Specify either StackIds or StackIdsUrl.
The name of the StackSet. The name must be unique in the Region where you create your StackSet.
The name of the StackSet. The name must be unique in the Region where you create your StackSet.