Show / Hide Table of Contents

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 Source

Arn

The Amazon Resource Name (ARN) of the resource share.

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

Filters

Declaration
public readonly ImmutableArray<GetResourceShareFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetResourceShareFilterResult>
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

Name

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

OwningAccountId

The ID of the AWS account that owns the resource share.

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

ResourceOwner

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

Status

The Status of the RAM share.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.