Class DomainMappingStatusResourceRecordGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DomainMappingStatusResourceRecordGetArgs : ResourceArgs
Constructors
View SourceDomainMappingStatusResourceRecordGetArgs()
Declaration
public DomainMappingStatusResourceRecordGetArgs()
Properties
View SourceName
Name should be a verified domain
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rrdata
Declaration
public Input<string> Rrdata { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |