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.CloudRun
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingArgs : ResourceArgs

Constructors

View Source

DomainMappingArgs()

Declaration
public DomainMappingArgs()

Properties

View Source

Location

The location of the cloud run instance. eg us-central1

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

Metadata

Metadata associated with this DomainMapping. Structure is documented below.

Declaration
public Input<DomainMappingMetadataArgs> Metadata { get; set; }
Property Value
Type Description
Input<DomainMappingMetadataArgs>
View Source

Name

Name should be a verified domain

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

Spec

The spec for this DomainMapping. Structure is documented below.

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