View source: R/cloudformation_operations.R
cloudformation_list_stack_resources | R Documentation |
Returns descriptions of all resources of the specified stack.
See https://www.paws-r-sdk.com/docs/cloudformation_list_stack_resources/ for full documentation.
cloudformation_list_stack_resources(StackName, NextToken = NULL)
StackName |
[required] The name or the unique stack ID that is associated with the stack, which aren't always interchangeable:
Default: There is no default value. |
NextToken |
A string that identifies the next page of stack resources that you want to retrieve. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.