Show / Hide Table of Contents

Class ManagedInstanceIntegrationRoute53DomainArgs

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

Constructors

View Source

ManagedInstanceIntegrationRoute53DomainArgs()

Declaration
public ManagedInstanceIntegrationRoute53DomainArgs()

Properties

View Source

HostedZoneId

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

RecordSets

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

SpotinstAcctId

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