Show / Hide Table of Contents

Class DomainNewArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainNewArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Cdn
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainNewArgs : ResourceArgs

Constructors

View Source

DomainNewArgs()

Declaration
public DomainNewArgs()

Properties

View Source

CdnType

Cdn type of the accelerated domain. Valid values are web, download, video.

Declaration
public Input<string> CdnType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertificateConfig

Certificate config of the accelerated domain. It's a list and consist of at most 1 item.

Declaration
public Input<DomainNewCertificateConfigArgs> CertificateConfig { get; set; }
Property Value
Type Description
Input<DomainNewCertificateConfigArgs>
View Source

DomainName

Name of the accelerated domain. This name without suffix can have a string of 1 to 63 characters, must contain only alphanumeric characters or "-", and must not begin or end with "-", and "-" must not in the 3th and 4th character positions at the same time. Suffix .sh and .tel are not supported.

Declaration
public Input<string> DomainName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupId

Resource group ID.

Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Scope

Scope of the accelerated domain. Valid values are domestic, overseas, global. Default value is domestic. This parameter's setting is valid Only for the international users and domestic L3 and above users .

Declaration
public Input<string> Scope { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Sources

The source address list of the accelerated domain. Defaults to null. See Block Sources.

Declaration
public Input<DomainNewSourcesArgs> Sources { get; set; }
Property Value
Type Description
Input<DomainNewSourcesArgs>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.