Group
Create a Group Resource
new Group(name: string, args: GroupArgs, opts?: CustomResourceOptions);def Group(resource_name, opts=None, description=None, name=None, __props__=None);public Group(string name, GroupArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args GroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
Group Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The Group resource accepts the following input properties:
- Description string
The description of the api gateway group. Defaults to null.
- Name string
The name of the api gateway group. Defaults to null.
- Description string
The description of the api gateway group. Defaults to null.
- Name string
The name of the api gateway group. Defaults to null.
- description string
The description of the api gateway group. Defaults to null.
- name string
The name of the api gateway group. Defaults to null.
- description str
The description of the api gateway group. Defaults to null.
- name str
The name of the api gateway group. Defaults to null.
Outputs
All input properties are implicitly available as output properties. Additionally, the Group resource produces the following output properties:
- id str
- The provider-assigned unique ID for this managed resource.
- sub_
domain str (Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
- vpc_
domain str (Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
Look up an Existing Group Resource
Get an existing Group resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: GroupState, opts?: CustomResourceOptions): Groupstatic get(resource_name, id, opts=None, description=None, name=None, sub_domain=None, vpc_domain=None, __props__=None);func GetGroup(ctx *Context, name string, id IDInput, state *GroupState, opts ...ResourceOption) (*Group, error)public static Group Get(string name, Input<string> id, GroupState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Description string
The description of the api gateway group. Defaults to null.
- Name string
The name of the api gateway group. Defaults to null.
- Sub
Domain string (Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
- Vpc
Domain string (Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
- Description string
The description of the api gateway group. Defaults to null.
- Name string
The name of the api gateway group. Defaults to null.
- Sub
Domain string (Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
- Vpc
Domain string (Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
- description string
The description of the api gateway group. Defaults to null.
- name string
The name of the api gateway group. Defaults to null.
- sub
Domain string (Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
- vpc
Domain string (Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
- description str
The description of the api gateway group. Defaults to null.
- name str
The name of the api gateway group. Defaults to null.
- sub_
domain str (Available in 1.69.0+) Second-level domain name automatically assigned to the API group.
- vpc_
domain str (Available in 1.69.0+) Second-level VPC domain name automatically assigned to the API group.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.