1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. TeoAccelerationDomain
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.TeoAccelerationDomain

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Provides a resource to create a teo acceleration_domain

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const accelerationDomain = new tencentcloud.TeoAccelerationDomain("accelerationDomain", {
        domainName: "aaa.makn.cn",
        originInfo: {
            origin: "150.109.8.1",
            originType: "IP_DOMAIN",
        },
        zoneId: "zone-2o0i41pv2h8c",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    acceleration_domain = tencentcloud.TeoAccelerationDomain("accelerationDomain",
        domain_name="aaa.makn.cn",
        origin_info={
            "origin": "150.109.8.1",
            "origin_type": "IP_DOMAIN",
        },
        zone_id="zone-2o0i41pv2h8c")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.NewTeoAccelerationDomain(ctx, "accelerationDomain", &tencentcloud.TeoAccelerationDomainArgs{
    			DomainName: pulumi.String("aaa.makn.cn"),
    			OriginInfo: &tencentcloud.TeoAccelerationDomainOriginInfoArgs{
    				Origin:     pulumi.String("150.109.8.1"),
    				OriginType: pulumi.String("IP_DOMAIN"),
    			},
    			ZoneId: pulumi.String("zone-2o0i41pv2h8c"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var accelerationDomain = new Tencentcloud.TeoAccelerationDomain("accelerationDomain", new()
        {
            DomainName = "aaa.makn.cn",
            OriginInfo = new Tencentcloud.Inputs.TeoAccelerationDomainOriginInfoArgs
            {
                Origin = "150.109.8.1",
                OriginType = "IP_DOMAIN",
            },
            ZoneId = "zone-2o0i41pv2h8c",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TeoAccelerationDomain;
    import com.pulumi.tencentcloud.TeoAccelerationDomainArgs;
    import com.pulumi.tencentcloud.inputs.TeoAccelerationDomainOriginInfoArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var accelerationDomain = new TeoAccelerationDomain("accelerationDomain", TeoAccelerationDomainArgs.builder()
                .domainName("aaa.makn.cn")
                .originInfo(TeoAccelerationDomainOriginInfoArgs.builder()
                    .origin("150.109.8.1")
                    .originType("IP_DOMAIN")
                    .build())
                .zoneId("zone-2o0i41pv2h8c")
                .build());
    
        }
    }
    
    resources:
      accelerationDomain:
        type: tencentcloud:TeoAccelerationDomain
        properties:
          domainName: aaa.makn.cn
          originInfo:
            origin: 150.109.8.1
            originType: IP_DOMAIN
          zoneId: zone-2o0i41pv2h8c
    

    Create TeoAccelerationDomain Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TeoAccelerationDomain(name: string, args: TeoAccelerationDomainArgs, opts?: CustomResourceOptions);
    @overload
    def TeoAccelerationDomain(resource_name: str,
                              args: TeoAccelerationDomainArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def TeoAccelerationDomain(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              domain_name: Optional[str] = None,
                              origin_info: Optional[TeoAccelerationDomainOriginInfoArgs] = None,
                              zone_id: Optional[str] = None,
                              http_origin_port: Optional[float] = None,
                              https_origin_port: Optional[float] = None,
                              ipv6_status: Optional[str] = None,
                              origin_protocol: Optional[str] = None,
                              status: Optional[str] = None,
                              teo_acceleration_domain_id: Optional[str] = None)
    func NewTeoAccelerationDomain(ctx *Context, name string, args TeoAccelerationDomainArgs, opts ...ResourceOption) (*TeoAccelerationDomain, error)
    public TeoAccelerationDomain(string name, TeoAccelerationDomainArgs args, CustomResourceOptions? opts = null)
    public TeoAccelerationDomain(String name, TeoAccelerationDomainArgs args)
    public TeoAccelerationDomain(String name, TeoAccelerationDomainArgs args, CustomResourceOptions options)
    
    type: tencentcloud:TeoAccelerationDomain
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TeoAccelerationDomainArgs
    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 TeoAccelerationDomainArgs
    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 TeoAccelerationDomainArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TeoAccelerationDomainArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TeoAccelerationDomainArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TeoAccelerationDomain Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The TeoAccelerationDomain resource accepts the following input properties:

    DomainName string
    Accelerated domain name.
    OriginInfo TeoAccelerationDomainOriginInfo
    Details of the origin.
    ZoneId string
    ID of the site related with the accelerated domain name.
    HttpOriginPort double
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    HttpsOriginPort double
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    Ipv6Status string
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    OriginProtocol string
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    Status string
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    TeoAccelerationDomainId string
    ID of the resource.
    DomainName string
    Accelerated domain name.
    OriginInfo TeoAccelerationDomainOriginInfoArgs
    Details of the origin.
    ZoneId string
    ID of the site related with the accelerated domain name.
    HttpOriginPort float64
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    HttpsOriginPort float64
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    Ipv6Status string
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    OriginProtocol string
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    Status string
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    TeoAccelerationDomainId string
    ID of the resource.
    domainName String
    Accelerated domain name.
    originInfo TeoAccelerationDomainOriginInfo
    Details of the origin.
    zoneId String
    ID of the site related with the accelerated domain name.
    httpOriginPort Double
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    httpsOriginPort Double
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6Status String
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    originProtocol String
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status String
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teoAccelerationDomainId String
    ID of the resource.
    domainName string
    Accelerated domain name.
    originInfo TeoAccelerationDomainOriginInfo
    Details of the origin.
    zoneId string
    ID of the site related with the accelerated domain name.
    httpOriginPort number
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    httpsOriginPort number
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6Status string
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    originProtocol string
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status string
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teoAccelerationDomainId string
    ID of the resource.
    domain_name str
    Accelerated domain name.
    origin_info TeoAccelerationDomainOriginInfoArgs
    Details of the origin.
    zone_id str
    ID of the site related with the accelerated domain name.
    http_origin_port float
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    https_origin_port float
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6_status str
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    origin_protocol str
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status str
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teo_acceleration_domain_id str
    ID of the resource.
    domainName String
    Accelerated domain name.
    originInfo Property Map
    Details of the origin.
    zoneId String
    ID of the site related with the accelerated domain name.
    httpOriginPort Number
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    httpsOriginPort Number
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6Status String
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    originProtocol String
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status String
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teoAccelerationDomainId String
    ID of the resource.

    Outputs

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

    Cname string
    CNAME address.
    Id string
    The provider-assigned unique ID for this managed resource.
    Cname string
    CNAME address.
    Id string
    The provider-assigned unique ID for this managed resource.
    cname String
    CNAME address.
    id String
    The provider-assigned unique ID for this managed resource.
    cname string
    CNAME address.
    id string
    The provider-assigned unique ID for this managed resource.
    cname str
    CNAME address.
    id str
    The provider-assigned unique ID for this managed resource.
    cname String
    CNAME address.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing TeoAccelerationDomain Resource

    Get an existing TeoAccelerationDomain 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?: TeoAccelerationDomainState, opts?: CustomResourceOptions): TeoAccelerationDomain
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cname: Optional[str] = None,
            domain_name: Optional[str] = None,
            http_origin_port: Optional[float] = None,
            https_origin_port: Optional[float] = None,
            ipv6_status: Optional[str] = None,
            origin_info: Optional[TeoAccelerationDomainOriginInfoArgs] = None,
            origin_protocol: Optional[str] = None,
            status: Optional[str] = None,
            teo_acceleration_domain_id: Optional[str] = None,
            zone_id: Optional[str] = None) -> TeoAccelerationDomain
    func GetTeoAccelerationDomain(ctx *Context, name string, id IDInput, state *TeoAccelerationDomainState, opts ...ResourceOption) (*TeoAccelerationDomain, error)
    public static TeoAccelerationDomain Get(string name, Input<string> id, TeoAccelerationDomainState? state, CustomResourceOptions? opts = null)
    public static TeoAccelerationDomain get(String name, Output<String> id, TeoAccelerationDomainState state, CustomResourceOptions options)
    resources:  _:    type: tencentcloud:TeoAccelerationDomain    get:      id: ${id}
    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:
    Cname string
    CNAME address.
    DomainName string
    Accelerated domain name.
    HttpOriginPort double
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    HttpsOriginPort double
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    Ipv6Status string
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    OriginInfo TeoAccelerationDomainOriginInfo
    Details of the origin.
    OriginProtocol string
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    Status string
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    TeoAccelerationDomainId string
    ID of the resource.
    ZoneId string
    ID of the site related with the accelerated domain name.
    Cname string
    CNAME address.
    DomainName string
    Accelerated domain name.
    HttpOriginPort float64
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    HttpsOriginPort float64
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    Ipv6Status string
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    OriginInfo TeoAccelerationDomainOriginInfoArgs
    Details of the origin.
    OriginProtocol string
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    Status string
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    TeoAccelerationDomainId string
    ID of the resource.
    ZoneId string
    ID of the site related with the accelerated domain name.
    cname String
    CNAME address.
    domainName String
    Accelerated domain name.
    httpOriginPort Double
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    httpsOriginPort Double
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6Status String
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    originInfo TeoAccelerationDomainOriginInfo
    Details of the origin.
    originProtocol String
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status String
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teoAccelerationDomainId String
    ID of the resource.
    zoneId String
    ID of the site related with the accelerated domain name.
    cname string
    CNAME address.
    domainName string
    Accelerated domain name.
    httpOriginPort number
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    httpsOriginPort number
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6Status string
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    originInfo TeoAccelerationDomainOriginInfo
    Details of the origin.
    originProtocol string
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status string
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teoAccelerationDomainId string
    ID of the resource.
    zoneId string
    ID of the site related with the accelerated domain name.
    cname str
    CNAME address.
    domain_name str
    Accelerated domain name.
    http_origin_port float
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    https_origin_port float
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6_status str
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    origin_info TeoAccelerationDomainOriginInfoArgs
    Details of the origin.
    origin_protocol str
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status str
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teo_acceleration_domain_id str
    ID of the resource.
    zone_id str
    ID of the site related with the accelerated domain name.
    cname String
    CNAME address.
    domainName String
    Accelerated domain name.
    httpOriginPort Number
    HTTP back-to-origin port, the value is 1-65535, effective when OriginProtocol=FOLLOW/HTTP, if not filled in, the default value is 80.
    httpsOriginPort Number
    HTTPS back-to-origin port. The value range is 1-65535. It takes effect when OriginProtocol=FOLLOW/HTTPS. If it is not filled in, the default value is 443.
    ipv6Status String
    IPv6 status, the value is: follow: follow the site IPv6 configuration; on: on; off: off. If not filled in, the default is: follow.
    originInfo Property Map
    Details of the origin.
    originProtocol String
    Origin return protocol, possible values are: FOLLOW: protocol follow; HTTP: HTTP protocol back to source; HTTPS: HTTPS protocol back to source. If not filled in, the default is: FOLLOW.
    status String
    Accelerated domain name status, the values are: online: enabled; offline: disabled.
    teoAccelerationDomainId String
    ID of the resource.
    zoneId String
    ID of the site related with the accelerated domain name.

    Supporting Types

    TeoAccelerationDomainOriginInfo, TeoAccelerationDomainOriginInfoArgs

    Origin string
    The origin address. Enter the origin group ID if OriginType=ORIGIN_GROUP.
    OriginType string
    The origin type. Values: IP_DOMAIN: IPv4/IPv6 address or domain name; COS: COS bucket address; ORIGIN_GROUP: Origin group; AWS_S3: AWS S3 bucket address; SPACE: EdgeOne Shield Space.
    BackupOrigin string
    ID of the secondary origin group (valid when OriginType=ORIGIN_GROUP). If it is not specified, it indicates that secondary origins are not used.
    PrivateAccess string
    Whether to authenticate access to the private object storage origin (valid when OriginType=COS/AWS_S3). Values: on: Enable private authentication; off: Disable private authentication. If this field is not specified, the default value off is used.
    PrivateParameters List<TeoAccelerationDomainOriginInfoPrivateParameter>
    The private authentication parameters. This field is valid when PrivateAccess=on.
    Origin string
    The origin address. Enter the origin group ID if OriginType=ORIGIN_GROUP.
    OriginType string
    The origin type. Values: IP_DOMAIN: IPv4/IPv6 address or domain name; COS: COS bucket address; ORIGIN_GROUP: Origin group; AWS_S3: AWS S3 bucket address; SPACE: EdgeOne Shield Space.
    BackupOrigin string
    ID of the secondary origin group (valid when OriginType=ORIGIN_GROUP). If it is not specified, it indicates that secondary origins are not used.
    PrivateAccess string
    Whether to authenticate access to the private object storage origin (valid when OriginType=COS/AWS_S3). Values: on: Enable private authentication; off: Disable private authentication. If this field is not specified, the default value off is used.
    PrivateParameters []TeoAccelerationDomainOriginInfoPrivateParameter
    The private authentication parameters. This field is valid when PrivateAccess=on.
    origin String
    The origin address. Enter the origin group ID if OriginType=ORIGIN_GROUP.
    originType String
    The origin type. Values: IP_DOMAIN: IPv4/IPv6 address or domain name; COS: COS bucket address; ORIGIN_GROUP: Origin group; AWS_S3: AWS S3 bucket address; SPACE: EdgeOne Shield Space.
    backupOrigin String
    ID of the secondary origin group (valid when OriginType=ORIGIN_GROUP). If it is not specified, it indicates that secondary origins are not used.
    privateAccess String
    Whether to authenticate access to the private object storage origin (valid when OriginType=COS/AWS_S3). Values: on: Enable private authentication; off: Disable private authentication. If this field is not specified, the default value off is used.
    privateParameters List<TeoAccelerationDomainOriginInfoPrivateParameter>
    The private authentication parameters. This field is valid when PrivateAccess=on.
    origin string
    The origin address. Enter the origin group ID if OriginType=ORIGIN_GROUP.
    originType string
    The origin type. Values: IP_DOMAIN: IPv4/IPv6 address or domain name; COS: COS bucket address; ORIGIN_GROUP: Origin group; AWS_S3: AWS S3 bucket address; SPACE: EdgeOne Shield Space.
    backupOrigin string
    ID of the secondary origin group (valid when OriginType=ORIGIN_GROUP). If it is not specified, it indicates that secondary origins are not used.
    privateAccess string
    Whether to authenticate access to the private object storage origin (valid when OriginType=COS/AWS_S3). Values: on: Enable private authentication; off: Disable private authentication. If this field is not specified, the default value off is used.
    privateParameters TeoAccelerationDomainOriginInfoPrivateParameter[]
    The private authentication parameters. This field is valid when PrivateAccess=on.
    origin str
    The origin address. Enter the origin group ID if OriginType=ORIGIN_GROUP.
    origin_type str
    The origin type. Values: IP_DOMAIN: IPv4/IPv6 address or domain name; COS: COS bucket address; ORIGIN_GROUP: Origin group; AWS_S3: AWS S3 bucket address; SPACE: EdgeOne Shield Space.
    backup_origin str
    ID of the secondary origin group (valid when OriginType=ORIGIN_GROUP). If it is not specified, it indicates that secondary origins are not used.
    private_access str
    Whether to authenticate access to the private object storage origin (valid when OriginType=COS/AWS_S3). Values: on: Enable private authentication; off: Disable private authentication. If this field is not specified, the default value off is used.
    private_parameters Sequence[TeoAccelerationDomainOriginInfoPrivateParameter]
    The private authentication parameters. This field is valid when PrivateAccess=on.
    origin String
    The origin address. Enter the origin group ID if OriginType=ORIGIN_GROUP.
    originType String
    The origin type. Values: IP_DOMAIN: IPv4/IPv6 address or domain name; COS: COS bucket address; ORIGIN_GROUP: Origin group; AWS_S3: AWS S3 bucket address; SPACE: EdgeOne Shield Space.
    backupOrigin String
    ID of the secondary origin group (valid when OriginType=ORIGIN_GROUP). If it is not specified, it indicates that secondary origins are not used.
    privateAccess String
    Whether to authenticate access to the private object storage origin (valid when OriginType=COS/AWS_S3). Values: on: Enable private authentication; off: Disable private authentication. If this field is not specified, the default value off is used.
    privateParameters List<Property Map>
    The private authentication parameters. This field is valid when PrivateAccess=on.

    TeoAccelerationDomainOriginInfoPrivateParameter, TeoAccelerationDomainOriginInfoPrivateParameterArgs

    Name string
    The parameter name. Valid values: AccessKeyId: Access Key ID; SecretAccessKey: Secret Access Key.
    Value string
    The parameter value.
    Name string
    The parameter name. Valid values: AccessKeyId: Access Key ID; SecretAccessKey: Secret Access Key.
    Value string
    The parameter value.
    name String
    The parameter name. Valid values: AccessKeyId: Access Key ID; SecretAccessKey: Secret Access Key.
    value String
    The parameter value.
    name string
    The parameter name. Valid values: AccessKeyId: Access Key ID; SecretAccessKey: Secret Access Key.
    value string
    The parameter value.
    name str
    The parameter name. Valid values: AccessKeyId: Access Key ID; SecretAccessKey: Secret Access Key.
    value str
    The parameter value.
    name String
    The parameter name. Valid values: AccessKeyId: Access Key ID; SecretAccessKey: Secret Access Key.
    value String
    The parameter value.

    Import

    teo acceleration_domain can be imported using the id, e.g.

    $ pulumi import tencentcloud:index/teoAccelerationDomain:TeoAccelerationDomain acceleration_domain zone_id#domain_name
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack