AwsAccountId

data class AwsAccountId(val value: String) : AwsAccount

The account ID of a project.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this AwsAccount as a AwsAccountId and retrieves its kotlin.String value. Throws an exception if the AwsAccount is not a AwsAccountId.

Link copied to clipboard

Casts this AwsAccount as a AwsAccountId and retrieves its kotlin.String value. Returns null if the AwsAccount is not a AwsAccountId.

Link copied to clipboard

Casts this AwsAccount as a AwsAccountIdPath and retrieves its kotlin.String value. Throws an exception if the AwsAccount is not a AwsAccountIdPath.

Link copied to clipboard

Casts this AwsAccount as a AwsAccountIdPath and retrieves its kotlin.String value. Returns null if the AwsAccount is not a AwsAccountIdPath.