Class ZoneAssociationState
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.Aws.Route53
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ZoneAssociationState : ResourceArgs
Constructors
View SourceZoneAssociationState()
Declaration
public ZoneAssociationState()
Properties
View SourceVpcId
The VPC to associate with the private hosted zone.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcRegion
The VPC's region. Defaults to the region of the AWS provider.
Declaration
public Input<string> VpcRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZoneId
The private hosted zone to associate.
Declaration
public Input<string> ZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |