Class SpectrumApplicationDnsArgs
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class SpectrumApplicationDnsArgs : ResourceArgs
Constructors
View SourceSpectrumApplicationDnsArgs()
Declaration
public SpectrumApplicationDnsArgs()
Properties
View SourceName
Fully qualified domain name of the origin e.g. origin-ssh.example.com.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of DNS record associated with the application. Valid values: CNAME.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |