![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::ClientVpnEndpoint USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EC2::ClientVpnEndpoint object: $service_obj->Method(Att1 => { AssociatedTargetNetworks => $value, ..., VpnProtocol => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ClientVpnEndpoint object: $result = $service_obj->Method(...); $result->Att1->AssociatedTargetNetworks DESCRIPTIONThis class has no description ATTRIBUTESAssociatedTargetNetworks => ArrayRef[Paws::EC2::AssociatedTargetNetwork]Information about the associated target networks. A target network is a subnet in a VPC. AuthenticationOptions => ArrayRef[Paws::EC2::ClientVpnAuthentication]Information about the authentication method used by the Client VPN endpoint. ClientCidrBlock => StrThe IPv4 address range, in CIDR notation, from which client IP addresses are assigned. ClientConnectOptions => Paws::EC2::ClientConnectResponseOptionsThe options for managing connection authorization for new client connections. ClientVpnEndpointId => StrThe ID of the Client VPN endpoint. ConnectionLogOptions => Paws::EC2::ConnectionLogResponseOptionsInformation about the client connection logging options for the Client VPN endpoint. CreationTime => StrThe date and time the Client VPN endpoint was created. DeletionTime => StrThe date and time the Client VPN endpoint was deleted, if applicable. Description => StrA brief description of the endpoint. DnsName => StrThe DNS name to be used by clients when connecting to the Client VPN endpoint. DnsServers => ArrayRef[Str|Undef]Information about the DNS servers to be used for DNS resolution. SecurityGroupIds => ArrayRef[Str|Undef]The IDs of the security groups for the target network. SelfServicePortalUrl => StrThe URL of the self-service portal. ServerCertificateArn => StrThe ARN of the server certificate. SplitTunnel => BoolIndicates whether split-tunnel is enabled in the AWS Client VPN endpoint. For information about split-tunnel VPN endpoints, see Split-Tunnel AWS Client VPN Endpoint (https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html) in the AWS Client VPN Administrator Guide. Status => Paws::EC2::ClientVpnEndpointStatusThe current state of the Client VPN endpoint. Tags => ArrayRef[Paws::EC2::Tag]Any tags assigned to the Client VPN endpoint. TransportProtocol => StrThe transport protocol used by the Client VPN endpoint. VpcId => StrThe ID of the VPC. VpnPort => IntThe port number for the Client VPN endpoint. VpnProtocol => StrThe protocol used by the VPN session. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|