App Physical Resource Id
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)