/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The virtual private cloud (VPC) endpoint settings that are configured for
* your file transfer protocol-enabled server. With a VPC endpoint, you can
* restrict access to your server and resources only within your VPC. To control
* incoming internet traffic, invoke the After May 19,
* 2021, you won't be able to create a server using
* For more
* information, see
* https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.UpdateServer
API and attach
* an Elastic IP address to your server's endpoint.EndpointType=VPC_ENDPOINT
in your Amazon Web Servicesaccount if
* your account hasn't already done so before May 19, 2021. If you have already
* created servers with EndpointType=VPC_ENDPOINT
in your Amazon Web
* Servicesaccount on or before May 19, 2021, you will not be affected. After this
* date, use EndpointType
=VPC
.See Also:
AWS
* API Reference
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of address allocation IDs that are required to attach an Elastic IP * address to your server's endpoint.
This property can only be set
* when EndpointType
is set to VPC
and it is only valid
* in the UpdateServer
API.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
A list of subnet IDs that are required to host your server endpoint in your * VPC.
This property can only be set when EndpointType
* is set to VPC
.
The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline const Aws::String& GetVpcEndpointId() const{ return m_vpcEndpointId; } /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline bool VpcEndpointIdHasBeenSet() const { return m_vpcEndpointIdHasBeenSet; } /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline void SetVpcEndpointId(const Aws::String& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = value; } /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline void SetVpcEndpointId(Aws::String&& value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId = std::move(value); } /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline void SetVpcEndpointId(const char* value) { m_vpcEndpointIdHasBeenSet = true; m_vpcEndpointId.assign(value); } /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline EndpointDetails& WithVpcEndpointId(const Aws::String& value) { SetVpcEndpointId(value); return *this;} /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline EndpointDetails& WithVpcEndpointId(Aws::String&& value) { SetVpcEndpointId(std::move(value)); return *this;} /** *The identifier of the VPC endpoint.
This property can only be
* set when EndpointType
is set to VPC_ENDPOINT
.
For more information, see * https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.
* */ inline EndpointDetails& WithVpcEndpointId(const char* value) { SetVpcEndpointId(value); return *this;} /** *The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
The VPC identifier of the VPC in which a server's endpoint will be * hosted.
This property can only be set when
* EndpointType
is set to VPC
.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.
A list of security groups IDs that are available to attach to your server's * endpoint.
This property can only be set when
* EndpointType
is set to VPC
.
You can edit the
* SecurityGroupIds
property in the UpdateServer
* API only if you are changing the EndpointType
from
* PUBLIC
or VPC_ENDPOINT
to VPC
. To change
* security groups associated with your server's VPC endpoint after creation, use
* the Amazon EC2 ModifyVpcEndpoint
* API.