Class GetResourceShareArgs
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 GetResourceShareArgs : InvokeArgs
Constructors
View SourceGetResourceShareArgs()
Declaration
public GetResourceShareArgs()
Properties
View SourceFilters
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> |
Name
The name of the tag key to filter on.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |