GetResourceResult

data class GetResourceResult(val id: String, val identifier: String, val properties: String, val roleArn: String? = null, val typeName: String, val typeVersionId: String? = null)

A collection of values returned by getResource.

Constructors

Link copied to clipboard
constructor(id: String, identifier: String, properties: String, roleArn: String? = null, typeName: String, typeVersionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

JSON string matching the CloudFormation resource type schema with current configuration.

Link copied to clipboard
val roleArn: String? = null
Link copied to clipboard
Link copied to clipboard
val typeVersionId: String? = null