Show / Hide Table of Contents

Class GroupResourceQueryArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupResourceQueryArgs
Inherited Members
ResourceArgs.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.ResourceGroups.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupResourceQueryArgs : ResourceArgs

Constructors

View Source

GroupResourceQueryArgs()

Declaration
public GroupResourceQueryArgs()

Properties

View Source

Query

The resource query as a JSON string.

Declaration
public Input<string> Query { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of the resource query. Defaults to TAG_FILTERS_1_0.

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