AppPhysicalResourceIdArgs

data class AppPhysicalResourceIdArgs(val awsAccountId: Output<String>? = null, val awsRegion: Output<String>? = null, val identifier: Output<String>, val type: Output<String>) : ConvertibleToJava<AppPhysicalResourceIdArgs>

Constructors

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

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null

The AWS account that owns the physical resource.

Link copied to clipboard
val awsRegion: Output<String>? = null

The AWS Region that the physical resource is located in.

Link copied to clipboard
val identifier: Output<String>

Identifier of the physical resource.

Link copied to clipboard
val type: Output<String>

Specifies the type of physical resource identifier.

Functions

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