Show / Hide Table of Contents

Class CdnState

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

Constructors

View Source

CdnState()

Declaration
public CdnState()

Properties

View Source

CertificateId

The ID of a DigitalOcean managed TLS certificate used for SSL when a custom subdomain is provided.

Declaration
public Input<string> CertificateId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CreatedAt

The date and time when the CDN Endpoint was created.

Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomDomain

The fully qualified domain name (FQDN) of the custom subdomain used with the CDN Endpoint.

Declaration
public Input<string> CustomDomain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Endpoint

The fully qualified domain name (FQDN) from which the CDN-backed content is served.

Declaration
public Input<string> Endpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Origin

The fully qualified domain name, (FQDN) for a Space.

Declaration
public Input<string> Origin { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Ttl

The time to live for the CDN Endpoint, in seconds. Default is 3600 seconds.

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