Show / Hide Table of Contents

Class DomainMappingState

Inheritance
System.Object
InputArgs
ResourceArgs
DomainMappingState
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 DomainMappingState : ResourceArgs

Constructors

View Source

DomainMappingState()

Declaration
public DomainMappingState()

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

Name

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

Declaration
public Input<string> Name { 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

ResourceRecords

The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.

Declaration
public InputList<DomainMappingResourceRecordGetArgs> ResourceRecords { get; set; }
Property Value
Type Description
InputList<DomainMappingResourceRecordGetArgs>
View Source

SslSettings

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

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