Show / Hide Table of Contents

Class DomainMappingArgs

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

Constructors

View Source

DomainMappingArgs()

Declaration
public DomainMappingArgs()

Properties

View Source

DomainName

Relative name of the domain serving the application. Example: example.com.

Declaration
public Input<string> DomainName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OverrideStrategy

Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.

Declaration
public Input<string> OverrideStrategy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

Declaration
public Input<string> Project { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SslSettings

SSL configuration for this domain. If unconfigured, this domain will not serve with SSL. Structure is documented below.

Declaration
public Input<DomainMappingSslSettingsArgs> SslSettings { get; set; }
Property Value
Type Description
Input<DomainMappingSslSettingsArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.