GetResourceCollectionPlainArgs

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

A collection of arguments for invoking getResourceCollection.

Constructors

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

Properties

Link copied to clipboard

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

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

Type of AWS resource collection to create. Valid values are AWS_CLOUD_FORMATION, AWS_SERVICE, and AWS_TAGS.

Functions

Link copied to clipboard
open override fun toJava(): GetResourceCollectionPlainArgs