Show / Hide Table of Contents

Class ResolverRuleAssociationState

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

Constructors

View Source

ResolverRuleAssociationState()

Declaration
public ResolverRuleAssociationState()

Properties

View Source

Name

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.