Show / Hide Table of Contents

Class GetArnResult

Inheritance
System.Object
GetArnResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetArnResult

Fields

View Source

Account

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

Declaration
public readonly string Account
Field Value
Type Description
System.String
View Source

Arn

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Partition

The partition that the resource is in.

Declaration
public readonly string Partition
Field Value
Type Description
System.String
View Source

Region

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

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Resource

The 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.

Declaration
public readonly string Resource
Field Value
Type Description
System.String
View Source

Service

The service namespace that identifies the AWS product.

Declaration
public readonly string Service
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.