Class CdnArgs
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class CdnArgs : ResourceArgs
Constructors
View SourceCdnArgs()
Declaration
public CdnArgs()
Properties
View SourceCertificateId
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> |
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> |
Origin
The fully qualified domain name, (FQDN) for a Space.
Declaration
public Input<string> Origin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |