Show / Hide Table of Contents

Class NetworkAssociationState

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

Constructors

View Source

NetworkAssociationState()

Declaration
public NetworkAssociationState()

Properties

View Source

ClientVpnEndpointId

The ID of the Client VPN endpoint.

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

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>
View Source

Status

The current state of the target network association.

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

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.