Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnServerPropsMixin.Builder
Packages that use CfnServerPropsMixin.Builder
-
Uses of CfnServerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.transfer
Methods in software.amazon.awscdk.cfnpropertymixins.services.transfer that return CfnServerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnServerPropsMixin.Builder.certificate(String certificate) The Amazon Resource Name (ARN) of the Certificate Manager (ACM) certificate.static CfnServerPropsMixin.BuilderCfnServerPropsMixin.Builder.create()static CfnServerPropsMixin.BuilderCfnServerPropsMixin.Builder.create(CfnPropertyMixinOptions options) Specifies the domain of the storage system that is used for file transfers.CfnServerPropsMixin.Builder.endpointDetails(CfnServerPropsMixin.EndpointDetailsProperty endpointDetails) The virtual private cloud (VPC) endpoint settings that are configured for your server.CfnServerPropsMixin.Builder.endpointDetails(IResolvable endpointDetails) The virtual private cloud (VPC) endpoint settings that are configured for your server.CfnServerPropsMixin.Builder.endpointType(String endpointType) The type of endpoint that you want your server to use.CfnServerPropsMixin.Builder.identityProviderDetails(CfnServerPropsMixin.IdentityProviderDetailsProperty identityProviderDetails) Required whenIdentityProviderTypeis set toAWS_DIRECTORY_SERVICE,AWS _LAMBDAorAPI_GATEWAY.CfnServerPropsMixin.Builder.identityProviderDetails(IResolvable identityProviderDetails) Required whenIdentityProviderTypeis set toAWS_DIRECTORY_SERVICE,AWS _LAMBDAorAPI_GATEWAY.CfnServerPropsMixin.Builder.identityProviderType(String identityProviderType) The mode of authentication for a server.CfnServerPropsMixin.Builder.ipAddressType(String ipAddressType) Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your AWS Transfer Family endpoint.CfnServerPropsMixin.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.CfnServerPropsMixin.Builder.postAuthenticationLoginBanner(String postAuthenticationLoginBanner) Specifies a string to display when users connect to a server.CfnServerPropsMixin.Builder.preAuthenticationLoginBanner(String preAuthenticationLoginBanner) Specifies a string to display when users connect to a server.CfnServerPropsMixin.Builder.protocolDetails(CfnServerPropsMixin.ProtocolDetailsProperty protocolDetails) The protocol settings that are configured for your server.CfnServerPropsMixin.Builder.protocolDetails(IResolvable 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.CfnServerPropsMixin.Builder.s3StorageOptions(CfnServerPropsMixin.S3StorageOptionsProperty s3StorageOptions) Specifies whether or not performance for your Amazon S3 directories is optimized.CfnServerPropsMixin.Builder.s3StorageOptions(IResolvable s3StorageOptions) Specifies whether or not performance for your Amazon S3 directories is optimized.CfnServerPropsMixin.Builder.securityPolicyName(String securityPolicyName) Specifies the name of the security policy for the server.CfnServerPropsMixin.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.CfnServerPropsMixin.Builder.workflowDetails(CfnServerPropsMixin.WorkflowDetailsProperty workflowDetails) Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.CfnServerPropsMixin.Builder.workflowDetails(IResolvable workflowDetails) Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow.