Server Endpoint Details Args
data class ServerEndpointDetailsArgs(val addressAllocationIds: Output<List<String>>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val vpcEndpointId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<ServerEndpointDetailsArgs>
Constructors
Properties
Link copied to clipboard
A list of address allocation IDs that are required to attach an Elastic IP address to your SFTP server's endpoint. This property can only be used when endpoint_type
is set to VPC
.
Link copied to clipboard
A list of security groups IDs that are available to attach to your server's endpoint. If no security groups are specified, the VPC's default security groups are automatically assigned to your endpoint. This property can only be used when endpoint_type
is set to VPC
.
Link copied to clipboard
The ID of the VPC endpoint. This property can only be used when endpoint_type
is set to VPC_ENDPOINT