Class: Aws::CloudFormation::Types::StackResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The StackResource data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
User defined description associated with the resource.
-
#drift_information ⇒ Types::StackResourceDriftInformation
Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters.
-
#logical_resource_id ⇒ String
The logical name of the resource specified in the template.
-
#module_info ⇒ Types::ModuleInfo
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
-
#physical_resource_id ⇒ String
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
-
#resource_status ⇒ String
Current status of the resource.
-
#resource_status_reason ⇒ String
Success/failure message associated with the resource.
-
#resource_type ⇒ String
Type of resource.
-
#stack_id ⇒ String
Unique identifier of the stack.
-
#stack_name ⇒ String
The name associated with the stack.
-
#timestamp ⇒ Time
Time the status was updated.
Instance Attribute Details
#description ⇒ String
User defined description associated with the resource.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#drift_information ⇒ Types::StackResourceDriftInformation
Information about whether the resource'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
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#logical_resource_id ⇒ String
The logical name of the resource specified in the template.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#module_info ⇒ Types::ModuleInfo
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#physical_resource_id ⇒ String
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Current status of the resource.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#resource_status_reason ⇒ String
Success/failure message associated with the resource.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource. For more information, go to [Amazon Web Services Resource Types Reference] in the CloudFormation User Guide.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
Unique identifier of the stack.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The name associated with the stack.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Time the status was updated.
6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6910 class StackResource < Struct.new( :stack_name, :stack_id, :logical_resource_id, :physical_resource_id, :resource_type, :timestamp, :resource_status, :resource_status_reason, :description, :drift_information, :module_info) SENSITIVE = [] include Aws::Structure end |