cloudformation_list_stack_resources: Returns descriptions of all resources of the specified stack

View source: R/cloudformation_operations.R

cloudformation_list_stack_resourcesR 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:

  • Running stacks: You can specify either the stack's name or its unique stack ID.

  • Deleted stacks: You must specify the unique stack ID.

Default: There is no default value.

NextToken

A string that identifies the next page of stack resources that you want to retrieve.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.