Show / Hide Table of Contents

Class DomainMappingSpec

Inheritance
System.Object
DomainMappingSpec
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.Gcp.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingSpec

Fields

View Source

CertificateMode

The mode of the certificate.

Declaration
public readonly string CertificateMode
Field Value
Type Description
System.String
View Source

ForceOverride

If set, the mapping will override any mapping set before this spec was set. It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning.

Declaration
public readonly bool? ForceOverride
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RouteName

The name of the Cloud Run Service that this DomainMapping applies to. The route must exist.

Declaration
public readonly string RouteName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.