Uses of Class
software.amazon.awscdk.services.transfer.CfnServer.Builder
Packages that use CfnServer.Builder
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnServer.Builder in software.amazon.awscdk.services.transfer
Methods in software.amazon.awscdk.services.transfer that return CfnServer.BuilderModifier and TypeMethodDescriptionCfnServer.Builder.certificate(String certificate) The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate.static CfnServer.BuilderSpecifies the domain of the storage system that is used for file transfers.CfnServer.Builder.endpointDetails(IResolvable endpointDetails) The virtual private cloud (VPC) endpoint settings that are configured for your server.CfnServer.Builder.endpointDetails(CfnServer.EndpointDetailsProperty endpointDetails) The virtual private cloud (VPC) endpoint settings that are configured for your server.CfnServer.Builder.endpointType(String endpointType) The type of endpoint that you want your server to use.CfnServer.Builder.identityProviderDetails(IResolvable identityProviderDetails) Required whenIdentityProviderTypeis set toAWS_DIRECTORY_SERVICE,AWS _LAMBDAorAPI_GATEWAY.CfnServer.Builder.identityProviderDetails(CfnServer.IdentityProviderDetailsProperty identityProviderDetails) Required whenIdentityProviderTypeis set toAWS_DIRECTORY_SERVICE,AWS _LAMBDAorAPI_GATEWAY.CfnServer.Builder.identityProviderType(String identityProviderType) The mode of authentication for a server.CfnServer.Builder.ipAddressType(String ipAddressType) Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your AWS Transfer Family endpoint.CfnServer.Builder.loggingRole(String loggingRole) The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows a server to turn on Amazon CloudWatch logging for Amazon S3 or Amazon EFS events.CfnServer.Builder.postAuthenticationLoginBanner(String postAuthenticationLoginBanner) Specifies a string to display when users connect to a server.CfnServer.Builder.preAuthenticationLoginBanner(String preAuthenticationLoginBanner) Specifies a string to display when users connect to a server.CfnServer.Builder.protocolDetails(IResolvable protocolDetails) The protocol settings that are configured for your server.CfnServer.Builder.protocolDetails(CfnServer.ProtocolDetailsProperty protocolDetails) The protocol settings that are configured for your server.Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.CfnServer.Builder.s3StorageOptions(IResolvable s3StorageOptions) Specifies whether or not performance for your Amazon S3 directories is optimized.CfnServer.Builder.s3StorageOptions(CfnServer.S3StorageOptionsProperty s3StorageOptions) Specifies whether or not performance for your Amazon S3 directories is optimized.CfnServer.Builder.securityPolicyName(String securityPolicyName) Specifies the name of the security policy for the server.CfnServer.Builder.structuredLogDestinations(List<String> structuredLogDestinations) Specifies the log groups to which your server logs are sent.Key-value pairs that can be used to group and search for servers.CfnServer.Builder.workflowDetails(IResolvable workflowDetails) Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.CfnServer.Builder.workflowDetails(CfnServer.WorkflowDetailsProperty workflowDetails) Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.