Class NetworkAssociationArgs
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.Ec2ClientVpn
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NetworkAssociationArgs : ResourceArgs
Constructors
View SourceNetworkAssociationArgs()
Declaration
public NetworkAssociationArgs()
Properties
View SourceClientVpnEndpointId
The ID of the Client VPN endpoint.
Declaration
public Input<string> ClientVpnEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
The ID of the subnet to associate with the Client VPN endpoint.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |