GetArnResult

data class GetArnResult(val account: String, val arn: String, val id: String, val partition: String, val region: String, val resource: String, val service: String)

A collection of values returned by getArn.

Constructors

Link copied to clipboard
constructor(account: String, arn: String, id: String, partition: String, region: String, resource: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the AWS account that owns the resource, without the hyphens.

Link copied to clipboard
val arn: String
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Partition that the resource is in.

Link copied to clipboard

Region the resource resides in. Note that the ARNs for some resources do not require a region, so this component might be omitted.

Link copied to clipboard

Content of this part of the ARN varies by service. It often includes an indicator of the type of resource—for example, an IAM user or Amazon RDS database —followed by a slash (/) or a colon (:), followed by the resource name itself.

Link copied to clipboard

The service namespace that identifies the AWS product.