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 SourceCertificateMode
The mode of the certificate.
Declaration
public readonly string CertificateMode
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |