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 SourceAccount
The ID of the AWS account that owns the resource, without the hyphens.
Declaration
public readonly string Account
Field Value
| Type | Description |
|---|---|
| System.String |
Arn
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Partition
The partition that the resource is in.
Declaration
public readonly string Partition
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
Service
The service namespace that identifies the AWS product.
Declaration
public readonly string Service
Field Value
| Type | Description |
|---|---|
| System.String |