| Package | Description |
|---|---|
| software.amazon.awscdk.services.transfer |
AWS Transfer for SFTP Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnServer.Builder |
CfnServer.Builder.certificate(String certificate)
The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate.
|
static CfnServer.Builder |
CfnServer.Builder.create(software.constructs.Construct scope,
String id) |
CfnServer.Builder |
CfnServer.Builder.domain(String domain)
Specifies the domain of the storage system that is used for file transfers.
|
CfnServer.Builder |
CfnServer.Builder.endpointDetails(CfnServer.EndpointDetailsProperty endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CfnServer.Builder |
CfnServer.Builder.endpointDetails(IResolvable endpointDetails)
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
CfnServer.Builder |
CfnServer.Builder.endpointType(String endpointType)
The type of endpoint that you want your server to use.
|
CfnServer.Builder |
CfnServer.Builder.identityProviderDetails(CfnServer.IdentityProviderDetailsProperty identityProviderDetails)
Required when `IdentityProviderType` is set to `AWS_DIRECTORY_SERVICE` or `API_GATEWAY` .
|
CfnServer.Builder |
CfnServer.Builder.identityProviderDetails(IResolvable identityProviderDetails)
Required when `IdentityProviderType` is set to `AWS_DIRECTORY_SERVICE` or `API_GATEWAY` .
|
CfnServer.Builder |
CfnServer.Builder.identityProviderType(String identityProviderType)
Specifies the mode of authentication for a server.
|
CfnServer.Builder |
CfnServer.Builder.loggingRole(String loggingRole)
Specifies 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 |
CfnServer.Builder.postAuthenticationLoginBanner(String postAuthenticationLoginBanner)
Specify a string to display when users connect to a server.
|
CfnServer.Builder |
CfnServer.Builder.preAuthenticationLoginBanner(String preAuthenticationLoginBanner)
Specify a string to display when users connect to a server.
|
CfnServer.Builder |
CfnServer.Builder.protocolDetails(CfnServer.ProtocolDetailsProperty protocolDetails)
The protocol settings that are configured for your server.
|
CfnServer.Builder |
CfnServer.Builder.protocolDetails(IResolvable protocolDetails)
The protocol settings that are configured for your server.
|
CfnServer.Builder |
CfnServer.Builder.protocols(List<String> protocols)
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.
|
CfnServer.Builder |
CfnServer.Builder.securityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
CfnServer.Builder |
CfnServer.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for servers.
|
CfnServer.Builder |
CfnServer.Builder.workflowDetails(CfnServer.WorkflowDetailsProperty workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
|
CfnServer.Builder |
CfnServer.Builder.workflowDetails(IResolvable workflowDetails)
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
|
Copyright © 2022. All rights reserved.