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:

Ids List<string>
NameRegex string
OutputFile string
Ids []string
NameRegex string
OutputFile string
ids string[]
nameRegex string
outputFile string
ids List[str]
name_regex str
output_file str

GetDomainGroups Result

The following output properties are available:

Groups List<Pulumi.AliCloud.Dns.Outputs.GetDomainGroupsGroup>
Id string

The provider-assigned unique ID for this managed resource.

Ids List<string>
Names List<string>
NameRegex string
OutputFile string
Groups []GetDomainGroupsGroup
Id string

The provider-assigned unique ID for this managed resource.

Ids []string
Names []string
NameRegex string
OutputFile string
groups GetDomainGroupsGroup[]
id string

The provider-assigned unique ID for this managed resource.

ids string[]
names string[]
nameRegex string
outputFile string
groups List[GetDomainGroupsGroup]
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.

GroupId string
GroupName string
GroupId string
GroupName string
groupId string
groupName string
group_id str
group_name str

Package Details

Repository
https://github.com/pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.