alicloud.ga.getDomains
This data source provides Ga Domain available to the user.What is Domain
NOTE: Available in 1.197.0+
Using getDomains
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDomains(args: GetDomainsArgs, opts?: InvokeOptions): Promise<GetDomainsResult>
function getDomainsOutput(args: GetDomainsOutputArgs, opts?: InvokeOptions): Output<GetDomainsResult>
def get_domains(accelerator_id: Optional[str] = None,
domain: Optional[str] = None,
ids: Optional[Sequence[str]] = None,
output_file: Optional[str] = None,
page_number: Optional[int] = None,
page_size: Optional[int] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainsResult
def get_domains_output(accelerator_id: Optional[pulumi.Input[str]] = None,
domain: Optional[pulumi.Input[str]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
output_file: Optional[pulumi.Input[str]] = None,
page_number: Optional[pulumi.Input[int]] = None,
page_size: Optional[pulumi.Input[int]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainsResult]
func GetDomains(ctx *Context, args *GetDomainsArgs, opts ...InvokeOption) (*GetDomainsResult, error)
func GetDomainsOutput(ctx *Context, args *GetDomainsOutputArgs, opts ...InvokeOption) GetDomainsResultOutput
> Note: This function is named GetDomains
in the Go SDK.
public static class GetDomains
{
public static Task<GetDomainsResult> InvokeAsync(GetDomainsArgs args, InvokeOptions? opts = null)
public static Output<GetDomainsResult> Invoke(GetDomainsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainsResult> getDomains(GetDomainsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: alicloud:ga/getDomains:getDomains
arguments:
# arguments dictionary
The following arguments are supported:
- Accelerator
Id string The ID of the global acceleration instance.
- Domain string
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- Ids List<string>
A list of Ga Domain IDs.
- Output
File string - Page
Number int - Page
Size int - Status string
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- Accelerator
Id string The ID of the global acceleration instance.
- Domain string
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- Ids []string
A list of Ga Domain IDs.
- Output
File string - Page
Number int - Page
Size int - Status string
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator
Id String The ID of the global acceleration instance.
- domain String
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- ids List<String>
A list of Ga Domain IDs.
- output
File String - page
Number Integer - page
Size Integer - status String
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator
Id string The ID of the global acceleration instance.
- domain string
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- ids string[]
A list of Ga Domain IDs.
- output
File string - page
Number number - page
Size number - status string
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator_
id str The ID of the global acceleration instance.
- domain str
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- ids Sequence[str]
A list of Ga Domain IDs.
- output_
file str - page_
number int - page_
size int - status str
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator
Id String The ID of the global acceleration instance.
- domain String
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- ids List<String>
A list of Ga Domain IDs.
- output
File String - page
Number Number - page
Size Number - status String
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
getDomains Result
The following output properties are available:
- Domains
List<Pulumi.
Ali Cloud. Ga. Outputs. Get Domains Domain> A list of Domain Entries. Each element contains the following attributes:
- Id string
The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Accelerator
Id string The ID of the global acceleration instance.
- Domain string
The accelerated domain name to be added.
- Output
File string - Page
Number int - Page
Size int - Status string
The status of the resource
- Domains
[]Get
Domains Domain A list of Domain Entries. Each element contains the following attributes:
- Id string
The provider-assigned unique ID for this managed resource.
- Ids []string
- Accelerator
Id string The ID of the global acceleration instance.
- Domain string
The accelerated domain name to be added.
- Output
File string - Page
Number int - Page
Size int - Status string
The status of the resource
- domains
List<Get
Domains Domain> A list of Domain Entries. Each element contains the following attributes:
- id String
The provider-assigned unique ID for this managed resource.
- ids List<String>
- accelerator
Id String The ID of the global acceleration instance.
- domain String
The accelerated domain name to be added.
- output
File String - page
Number Integer - page
Size Integer - status String
The status of the resource
- domains
Get
Domains Domain[] A list of Domain Entries. Each element contains the following attributes:
- id string
The provider-assigned unique ID for this managed resource.
- ids string[]
- accelerator
Id string The ID of the global acceleration instance.
- domain string
The accelerated domain name to be added.
- output
File string - page
Number number - page
Size number - status string
The status of the resource
- domains
Sequence[Get
Domains Domain] A list of Domain Entries. Each element contains the following attributes:
- id str
The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- accelerator_
id str The ID of the global acceleration instance.
- domain str
The accelerated domain name to be added.
- output_
file str - page_
number int - page_
size int - status str
The status of the resource
- domains List<Property Map>
A list of Domain Entries. Each element contains the following attributes:
- id String
The provider-assigned unique ID for this managed resource.
- ids List<String>
- accelerator
Id String The ID of the global acceleration instance.
- domain String
The accelerated domain name to be added.
- output
File String - page
Number Number - page
Size Number - status String
The status of the resource
Supporting Types
GetDomainsDomain
- Accelerator
Id string The ID of the global acceleration instance.
- Domain string
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- Id string
The ID of the Ga Domain.
- Status string
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- Accelerator
Id string The ID of the global acceleration instance.
- Domain string
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- Id string
The ID of the Ga Domain.
- Status string
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator
Id String The ID of the global acceleration instance.
- domain String
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- id String
The ID of the Ga Domain.
- status String
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator
Id string The ID of the global acceleration instance.
- domain string
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- id string
The ID of the Ga Domain.
- status string
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator_
id str The ID of the global acceleration instance.
- domain str
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- id str
The ID of the Ga Domain.
- status str
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
- accelerator
Id String The ID of the global acceleration instance.
- domain String
The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.
- id String
The ID of the Ga Domain.
- status String
The status of the resource. Valid values:
illegal
,inactive
,active
,unknown
.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
alicloud
Terraform Provider.