cloudformation_list_stack_resources {paws.management} | R Documentation |
Returns descriptions of all resources of the specified stack
Description
Returns descriptions of all resources of the specified stack.
See https://www.paws-r-sdk.com/docs/cloudformation_list_stack_resources/ for full documentation.
Usage
cloudformation_list_stack_resources(StackName, NextToken = NULL)
Arguments
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. |
[Package paws.management version 0.7.0 Index]