Class GroupArgs
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.ResourceGroups
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GroupArgs : ResourceArgs
Constructors
View SourceGroupArgs()
Declaration
public GroupArgs()
Properties
View SourceDescription
A description of the resource group.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
ResourceQuery
A resource_query block. Resource queries are documented below.
Declaration
public Input<GroupResourceQueryArgs> ResourceQuery { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GroupResourceQueryArgs> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |