Class DomainConfigArgs
Inherited Members
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 DomainConfigArgs : ResourceArgs
Constructors
View SourceDomainConfigArgs()
Declaration
public DomainConfigArgs()
Properties
View SourceDomainName
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> |
FunctionArgs
The args of the domain config.
Declaration
public InputList<DomainConfigFunctionArgArgs> FunctionArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<DomainConfigFunctionArgArgs> |
FunctionName
The name of the domain config.
Declaration
public Input<string> FunctionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |