Show / Hide Table of Contents

Class DomainMappingStatusGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainMappingStatusGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingStatusGetArgs : ResourceArgs

Constructors

View Source

DomainMappingStatusGetArgs()

Declaration
public DomainMappingStatusGetArgs()

Properties

View Source

Conditions

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

MappedRouteName

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

ObservedGeneration

Declaration
public Input<int> ObservedGeneration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ResourceRecords

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