AppPhysicalResourceId

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

Constructors

Link copied to clipboard
fun AppPhysicalResourceId(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
Link copied to clipboard
val awsRegion: String? = null
Link copied to clipboard
Link copied to clipboard