Show / Hide Table of Contents

Class DomainConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainConfigArgs
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 DomainConfigArgs : ResourceArgs

Constructors

View Source

DomainConfigArgs()

Declaration
public DomainConfigArgs()

Properties

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

FunctionArgs

The args of the domain config.

Declaration
public InputList<DomainConfigFunctionArgArgs> FunctionArgs { get; set; }
Property Value
Type Description
InputList<DomainConfigFunctionArgArgs>
View Source

FunctionName

The name of the domain config.

Declaration
public Input<string> FunctionName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.