GetResourceCollectionResult

data class GetResourceCollectionResult(val cloudformations: List<GetResourceCollectionCloudformation>? = null, val id: String, val tags: List<GetResourceCollectionTag>? = null, val type: String)

A collection of values returned by getResourceCollection.

Constructors

Link copied to clipboard
constructor(cloudformations: List<GetResourceCollectionCloudformation>? = null, id: String, tags: List<GetResourceCollectionTag>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of AWS CloudFormation stacks. See cloudformation below for additional details.

Link copied to clipboard
val id: String

Type of AWS resource collection to create (same value as type).

Link copied to clipboard

AWS tags used to filter the resources in the resource collection. See tags below for additional details.

Link copied to clipboard