Class VpcEndpointRouteTableAssociationArgs
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcEndpointRouteTableAssociationArgs : ResourceArgs
Constructors
View SourceVpcEndpointRouteTableAssociationArgs()
Declaration
public VpcEndpointRouteTableAssociationArgs()
Properties
View SourceRouteTableId
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> |
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> |