Class DomainMappingState
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 DomainMappingState : ResourceArgs
Constructors
View SourceDomainMappingState()
Declaration
public DomainMappingState()
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> |
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> |
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> |
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> |
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> |