Show / Hide Table of Contents

Class VpcEndpointRouteTableAssociationArgs

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

Constructors

View Source

VpcEndpointRouteTableAssociationArgs()

Declaration
public VpcEndpointRouteTableAssociationArgs()

Properties

View Source

RouteTableId

Identifier of the EC2 Route Table to be associated with the VPC Endpoint.

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

VpcEndpointId

Identifier of the VPC Endpoint with which the EC2 Route Table will be associated.

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