Class VpcEndpointSubnetAssociationState
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 VpcEndpointSubnetAssociationState : ResourceArgs
Constructors
View SourceVpcEndpointSubnetAssociationState()
Declaration
public VpcEndpointSubnetAssociationState()
Properties
View SourceSubnetId
The ID of the subnet to be associated with the VPC endpoint.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcEndpointId
The ID of the VPC endpoint with which the subnet will be associated.
Declaration
public Input<string> VpcEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |