Builder
Properties
The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate. Required when Protocols
is set to FTPS
.
The virtual private cloud (VPC) endpoint settings that are configured for your server. When you host your endpoint within your VPC, you can make your endpoint accessible only to resources within your VPC, or you can attach Elastic IP addresses and make your endpoint accessible to clients over the internet. Your VPC's default security groups are automatically assigned to your endpoint.
The type of endpoint that you want your server to use. You can choose to make your server's endpoint publicly accessible (PUBLIC) or host it inside your VPC. With an endpoint that is hosted in a VPC, you can restrict access to your server and resources only within your VPC or choose to make it internet facing by attaching Elastic IP addresses directly to it.
Required when IdentityProviderType
is set to AWS_DIRECTORY_SERVICE
, Amazon Web Services_LAMBDA
or API_GATEWAY
. Accepts an array containing all of the information required to use a directory in AWS_DIRECTORY_SERVICE
or invoke a customer-supplied authentication API, including the API Gateway URL. Cannot be specified when IdentityProviderType
is set to SERVICE_MANAGED
.
The mode of authentication for a server. The default value is SERVICE_MANAGED
, which allows you to store and access user credentials within the Transfer Family service.
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events. When set, you can view user activity in your CloudWatch logs.
Specifies a string to display when users connect to a server. This string is displayed after the user authenticates.
Specifies a string to display when users connect to a server. This string is displayed before the user authenticates. For example, the following banner displays details about using the system:
The protocol settings that are configured for your server.
Specifies whether or not performance for your Amazon S3 directories is optimized. This is disabled by default.
Specifies the name of the security policy for the server.
Specifies the log groups to which your server logs are sent.
Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.
Functions
construct an aws.sdk.kotlin.services.transfer.model.EndpointDetails inside the given block
construct an aws.sdk.kotlin.services.transfer.model.IdentityProviderDetails inside the given block
construct an aws.sdk.kotlin.services.transfer.model.ProtocolDetails inside the given block
construct an aws.sdk.kotlin.services.transfer.model.S3StorageOptions inside the given block
construct an aws.sdk.kotlin.services.transfer.model.WorkflowDetails inside the given block