Uses of Class
software.amazon.awscdk.services.transfer.CfnServer.Builder
Package
Description
AWS Transfer for SFTP Construct Library
-
Uses of CfnServer.Builder in software.amazon.awscdk.services.transfer
Modifier and TypeMethodDescriptionCfnServer.Builder.certificate
(String certificate) The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate.static CfnServer.Builder
Specifies 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 whenIdentityProviderType
is set toAWS_DIRECTORY_SERVICE
,AWS _LAMBDA
orAPI_GATEWAY
.CfnServer.Builder.identityProviderDetails
(CfnServer.IdentityProviderDetailsProperty identityProviderDetails) Required whenIdentityProviderType
is set toAWS_DIRECTORY_SERVICE
,AWS _LAMBDA
orAPI_GATEWAY
.CfnServer.Builder.identityProviderType
(String identityProviderType) The mode of authentication for a server.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 EFSevents.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.securityPolicyName
(String securityPolicyName) Specifies the name of the security policy that is attached to the server.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.