AppPhysicalResourceId

data class AppPhysicalResourceId(val awsAccountId: String? = null, val awsRegion: String? = null, val identifier: String, val type: String)

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, awsRegion: String? = null, identifier: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val awsAccountId: String? = null

The AWS account that owns the physical resource.

Link copied to clipboard
val awsRegion: String? = null

The AWS Region that the physical resource is located in.

Link copied to clipboard

Identifier of the physical resource.

Link copied to clipboard

Specifies the type of physical resource identifier.