Class: Aws::CloudFormation::Types::StackSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The StackSummary Data Type

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the stack was created.

Returns:

  • (Time)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_timeTime

The time the stack was deleted.

Returns:

  • (Time)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#drift_informationTypes::StackDriftInformationSummary

Summarizes information about whether a stack’s actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see [Detecting Unregulated Configuration Changes to Stacks and Resources].

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html



9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

The time the stack was last updated. This field will only be returned if the stack has been updated at least once.

Returns:

  • (Time)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#parent_idString

For nested stacks–stacks created as resources for another stack–the stack ID of the direct parent of this stack. For the first level of nested stacks, the root stack is also the parent stack.

For more information, see [Working with Nested Stacks] in the *CloudFormation User Guide*.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#root_idString

For nested stacks–stacks created as resources for another stack–the stack ID of the top-level stack to which the nested stack ultimately belongs.

For more information, see [Working with Nested Stacks] in the *CloudFormation User Guide*.

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

Unique stack identifier.

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The name associated with the stack.

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#stack_statusString

The current status of the stack.

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#stack_status_reasonString

Success/Failure message associated with the stack status.

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end

#template_descriptionString

The template description of the template used to create the stack.

Returns:

  • (String)


9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-cloudformation/types.rb', line 9749

class StackSummary < Struct.new(
  :stack_id,
  :stack_name,
  :template_description,
  :creation_time,
  :last_updated_time,
  :deletion_time,
  :stack_status,
  :stack_status_reason,
  :parent_id,
  :root_id,
  :drift_information)
  SENSITIVE = []
  include Aws::Structure
end