class Amazonite::CloudFormation::DetectStackSetDriftInput

Defined in:

cloudformation/detect_stack_set_drift_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(stack_set_name : String, operation_preferences : StackSetOperationPreferences | Nil = nil, operation_id : String | Nil = nil, call_as : CallAs | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def call_as : CallAs | Nil #

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for StackSets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.

  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.


[View source]
def call_as=(call_as : CallAs | Nil) #

[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.

By default, SELF is specified. Use SELF for StackSets with self-managed permissions.

  • If you are signed in to the management account, specify SELF.

  • If you are signed in to a delegated administrator account, specify DELEGATED_ADMIN.

Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def operation_id : String | Nil #

The ID of the StackSet operation.


[View source]
def operation_id=(operation_id : String | Nil) #

The ID of the StackSet operation.


[View source]
def operation_preferences : StackSetOperationPreferences | Nil #

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.


[View source]
def operation_preferences=(operation_preferences : StackSetOperationPreferences | Nil) #

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.


[View source]
def stack_set_name : String #

The name of the StackSet on which to perform the drift detection operation.


[View source]
def stack_set_name=(stack_set_name : String) #

The name of the StackSet on which to perform the drift detection operation.


[View source]
def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def validate! : Nil #

[View source]