View source: R/cloudformation_operations.R
cloudformation_describe_stack_resources | R Documentation |
Returns Amazon Web Services resource descriptions for running and deleted stacks. If StackName
is specified, all the associated resources that are part of the stack are returned. If PhysicalResourceId
is specified, the associated resources of the stack that the resource belongs to are returned.
See https://www.paws-r-sdk.com/docs/cloudformation_describe_stack_resources/ for full documentation.
cloudformation_describe_stack_resources(
StackName = NULL,
LogicalResourceId = NULL,
PhysicalResourceId = NULL
)
StackName |
The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
Default: There is no default value. Required: Conditional. If you don't specify |
LogicalResourceId |
The logical name of the resource as specified in the template. Default: There is no default value. |
PhysicalResourceId |
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,
Required: Conditional. If you don't specify Default: There is no default value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.