Show / Hide Table of Contents

Class DomainMappingSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainMappingSpecArgs
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.Gcp.CloudRun.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingSpecArgs : ResourceArgs

Constructors

View Source

DomainMappingSpecArgs()

Declaration
public DomainMappingSpecArgs()

Properties

View Source

CertificateMode

The mode of the certificate.

Declaration
public Input<string> CertificateMode { get; set; }
Property Value
Type Description
Input<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 Input<bool> ForceOverride { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.