Class GetResourceShareResult
Inheritance
System.Object
GetResourceShareResult
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.Ram
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetResourceShareResult
Fields
View SourceArn
The Amazon Resource Name (ARN) of the resource share.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Filters
Declaration
public readonly ImmutableArray<GetResourceShareFilterResult> Filters
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetResourceShareFilterResult> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OwningAccountId
The ID of the AWS account that owns the resource share.
Declaration
public readonly string OwningAccountId
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceOwner
Declaration
public readonly string ResourceOwner
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The Status of the RAM share.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
The Tags attached to the RAM share
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |