Class NetworkAssociationState
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 NetworkAssociationState : ResourceArgs
Constructors
View SourceNetworkAssociationState()
Declaration
public NetworkAssociationState()
Properties
View SourceClientVpnEndpointId
The ID of the Client VPN endpoint.
Declaration
public Input<string> ClientVpnEndpointId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroups
The IDs of the security groups applied to the target network association.
Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Status
The current state of the target network association.
Declaration
public Input<string> Status { 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> |
VpcId
The ID of the VPC in which the target network (subnet) is located.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |