GetDomainGroups
Using GetDomainGroups
function getDomainGroups(args: GetDomainGroupsArgs, opts?: InvokeOptions): Promise<GetDomainGroupsResult>function get_domain_groups(ids=None, name_regex=None, output_file=None, opts=None)func GetDomainGroups(ctx *Context, args *GetDomainGroupsArgs, opts ...InvokeOption) (*GetDomainGroupsResult, error)public static class GetDomainGroups {
public static Task<GetDomainGroupsResult> InvokeAsync(GetDomainGroupsArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetDomainGroups Result
The following output properties are available:
- Groups
List<Pulumi.
Ali Cloud. Dns. Outputs. Get Domain Groups Group> - Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Names List<string>
- Name
Regex string - Output
File string
- groups
List[Get
Domain Groups Group] - id str
The provider-assigned unique ID for this managed resource.
- ids List[str]
- names List[str]
- name_
regex str - output_
file str
Supporting Types
GetDomainGroupsGroup
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.