class
Amazonite::CloudFormation::DescribeStackResourcesInput
- Amazonite::CloudFormation::DescribeStackResourcesInput
- Reference
- Object
Overview
The input for DescribeStackResources action.
Defined in:
cloudformation/describe_stack_resources_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_name : String | Nil = nil, logical_resource_id : String | Nil = nil, physical_resource_id : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#logical_resource_id : String | Nil
The logical name of the resource as specified in the template.
-
#logical_resource_id=(logical_resource_id : String | Nil)
The logical name of the resource as specified in the template.
-
#physical_resource_id : String | Nil
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
-
#physical_resource_id=(physical_resource_id : String | Nil)
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
-
#stack_name : String | Nil
The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
-
#stack_name=(stack_name : String | Nil)
The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
- #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?.
The logical name of the resource as specified in the template.
The logical name of the resource as specified in the template.
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you don't specify PhysicalResourceId, you must specify StackName.
The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.
For example, for an Amazon Elastic Compute Cloud (EC2) instance, PhysicalResourceId
corresponds to the InstanceId. You can pass the EC2 InstanceId to DescribeStackResources
to find which stack the instance belongs to and what other resources are part of the stack.
Required: Conditional. If you don't specify PhysicalResourceId, you must specify StackName.
The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
Required: Conditional. If you don't specify StackName, you must specify PhysicalResourceId.
The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
-
Running stacks: You can specify either the stack's name or its unique stack ID.
-
Deleted stacks: You must specify the unique stack ID.
Required: Conditional. If you don't specify StackName, you must specify PhysicalResourceId.