Class GroupState
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.AliCloud.ApiGateway
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GroupState : ResourceArgs
Constructors
View SourceGroupState()
Declaration
public GroupState()
Properties
View SourceDescription
The description of the api gateway group. Defaults to null.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the api gateway group. Defaults to null.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubDomain
(Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
Declaration
public Input<string> SubDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcDomain
(Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
Declaration
public Input<string> VpcDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |