Class DomainNewArgs
Inherited Members
Namespace: Pulumi.AliCloud.Cdn
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DomainNewArgs : ResourceArgs
Constructors
View SourceDomainNewArgs()
Declaration
public DomainNewArgs()
Properties
View SourceCdnType
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> |
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> |
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> |
ResourceGroupId
Resource group ID.
Declaration
public Input<string> ResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |