Show / Hide Table of Contents

Class SpectrumApplicationDnsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpectrumApplicationDnsGetArgs
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.Cloudflare.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class SpectrumApplicationDnsGetArgs : ResourceArgs

Constructors

View Source

SpectrumApplicationDnsGetArgs()

Declaration
public SpectrumApplicationDnsGetArgs()

Properties

View Source

Name

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.