Class DomainMappingArgs
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.AppEngine
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingArgs : ResourceArgs
Constructors
View SourceDomainMappingArgs()
Declaration
public DomainMappingArgs()
Properties
View SourceDomainName
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> |
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> |
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> |
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> |