alicloud logo
Alibaba Cloud v3.34.0, Mar 17 23

alicloud.ga.Domain

Provides a Ga Domain resource.

For information about Ga Domain and how to use it, see What is Domain.

NOTE: Available in v1.197.0+.

Create Domain Resource

new Domain(name: string, args: DomainArgs, opts?: CustomResourceOptions);
@overload
def Domain(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           accelerator_id: Optional[str] = None,
           domain: Optional[str] = None)
@overload
def Domain(resource_name: str,
           args: DomainArgs,
           opts: Optional[ResourceOptions] = None)
func NewDomain(ctx *Context, name string, args DomainArgs, opts ...ResourceOption) (*Domain, error)
public Domain(string name, DomainArgs args, CustomResourceOptions? opts = null)
public Domain(String name, DomainArgs args)
public Domain(String name, DomainArgs args, CustomResourceOptions options)
type: alicloud:ga:Domain
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DomainArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args DomainArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DomainArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DomainArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DomainArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Domain Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Domain resource accepts the following input properties:

AcceleratedDomain string

The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.

AcceleratorId string

The ID of the global acceleration instance.

AcceleratorId 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'.

acceleratorId 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'.

acceleratorId 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'.

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'.

acceleratorId 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'.

Outputs

All input properties are implicitly available as output properties. Additionally, the Domain resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Status string

The status of the resource

Id string

The provider-assigned unique ID for this managed resource.

Status string

The status of the resource

id String

The provider-assigned unique ID for this managed resource.

status String

The status of the resource

id string

The provider-assigned unique ID for this managed resource.

status string

The status of the resource

id str

The provider-assigned unique ID for this managed resource.

status str

The status of the resource

id String

The provider-assigned unique ID for this managed resource.

status String

The status of the resource

Look up Existing Domain Resource

Get an existing Domain 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?: DomainState, opts?: CustomResourceOptions): Domain
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        accelerator_id: Optional[str] = None,
        domain: Optional[str] = None,
        status: Optional[str] = None) -> Domain
func GetDomain(ctx *Context, name string, id IDInput, state *DomainState, opts ...ResourceOption) (*Domain, error)
public static Domain Get(string name, Input<string> id, DomainState? state, CustomResourceOptions? opts = null)
public static Domain get(String name, Output<String> id, DomainState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
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.
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:
AcceleratedDomain string

The accelerated domain name to be added. only top-level domain names are supported, such as 'example.com'.

AcceleratorId string

The ID of the global acceleration instance.

Status string

The status of the resource

AcceleratorId 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'.

Status string

The status of the resource

acceleratorId 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'.

status String

The status of the resource

acceleratorId 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'.

status string

The status of the resource

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'.

status str

The status of the resource

acceleratorId 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'.

status String

The status of the resource

Import

Ga Domain can be imported using the id, e.g.

 $ pulumi import alicloud:ga/domain:Domain example <accelerator_id>:<domain>

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes

This Pulumi package is based on the alicloud Terraform Provider.