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.CloudRun
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingState : ResourceArgs
Constructors
View SourceDomainMappingState()
Declaration
public DomainMappingState()
Properties
View SourceLocation
The location of the cloud run instance. eg us-central1
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Metadata
Metadata associated with this DomainMapping. Structure is documented below.
Declaration
public Input<DomainMappingMetadataGetArgs> Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainMappingMetadataGetArgs> |
Name
Name should be a verified domain
Declaration
public Input<string> Name { 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> |
Spec
The spec for this DomainMapping. Structure is documented below.
Declaration
public Input<DomainMappingSpecGetArgs> Spec { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainMappingSpecGetArgs> |
Status
The current status of the DomainMapping.
Declaration
public Input<DomainMappingStatusGetArgs> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<DomainMappingStatusGetArgs> |