Show / Hide Table of Contents

Class GroupState

Inheritance
System.Object
InputArgs
ResourceArgs
GroupState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupState : ResourceArgs

Constructors

View Source

GroupState()

Declaration
public GroupState()

Properties

View Source

Arn

The ARN assigned by AWS for this resource group.

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

Description

A description of the resource group.

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

Name

The resource group's name. A resource group name can have a maximum of 127 characters, including letters, numbers, hyphens, dots, and underscores. The name cannot start with AWS or aws.

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

ResourceQuery

A resource_query block. Resource queries are documented below.

Declaration
public Input<GroupResourceQueryGetArgs> ResourceQuery { get; set; }
Property Value
Type Description
Input<GroupResourceQueryGetArgs>
View Source

Tags

Key-value map of resource tags

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