Show / Hide Table of Contents

Class GetResourceShareArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetResourceShareArgs
Inherited Members
InvokeArgs.Empty
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 GetResourceShareArgs : InvokeArgs

Constructors

View Source

GetResourceShareArgs()

Declaration
public GetResourceShareArgs()

Properties

View Source

Filters

A filter used to scope the list e.g. by tags. See [related docs] (https://docs.aws.amazon.com/ram/latest/APIReference/API_TagFilter.html).

Declaration
public List<GetResourceShareFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetResourceShareFilterArgs>
View Source

Name

The name of the tag key to filter on.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ResourceOwner

The owner of the resource share. Valid values are SELF or OTHER-ACCOUNTS

Declaration
public string ResourceOwner { get; set; }
Property Value
Type Description
System.String
View Source

Tags

The Tags attached to the RAM share

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.