Class ResolverRuleAssociationState
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 ResolverRuleAssociationState : ResourceArgs
Constructors
View SourceResolverRuleAssociationState()
Declaration
public ResolverRuleAssociationState()
Properties
View SourceName
A name for the association that you're creating between a resolver rule and a VPC.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResolverRuleId
The ID of the resolver rule that you want to associate with the VPC.
Declaration
public Input<string> ResolverRuleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcId
The ID of the VPC that you want to associate the resolver rule with.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |