Class DomainMappingSpecGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingSpecGetArgs : ResourceArgs
Constructors
View SourceDomainMappingSpecGetArgs()
Declaration
public DomainMappingSpecGetArgs()
Properties
View SourceCertificateMode
The mode of the certificate.
Declaration
public Input<string> CertificateMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<bool> ForceOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RouteName
The name of the Cloud Run Service that this DomainMapping applies to. The route must exist.
Declaration
public Input<string> RouteName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |