@Stability(value=Stable) @Internal public static final class CfnServerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServerProps
CfnServerPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnServerProps.Builder, CfnServerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnServerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnServerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCertificate()
The Amazon Resource Name (ARN) of the AWS Certificate Manager (ACM) certificate.
|
String |
getDomain()
Specifies the domain of the storage system that is used for file transfers.
|
Object |
getEndpointDetails()
The virtual private cloud (VPC) endpoint settings that are configured for your server.
|
String |
getEndpointType()
The type of VPC endpoint that you want your server to connect to.
|
Object |
getIdentityProviderDetails()
Required when `IdentityProviderType` is set to `AWS_DIRECTORY_SERVICE` or `API_GATEWAY` .
|
String |
getIdentityProviderType()
Specifies the mode of authentication for a server.
|
String |
getLoggingRole()
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.
|
Object |
getProtocolDetails()
Protocol settings that are configured for your server.
|
List<String> |
getProtocols()
Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint.
|
String |
getSecurityPolicyName()
Specifies the name of the security policy that is attached to the server.
|
List<CfnTag> |
getTags()
Key-value pairs that can be used to group and search for servers.
|
Object |
getWorkflowDetails()
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnServerProps.Builder builder)
CfnServerProps.Builder.public final String getCertificate()
CfnServerProps
Required when Protocols is set to FTPS .
To request a new public certificate, see Request a public certificate in the AWS Certificate Manager User Guide .
To import an existing certificate into ACM, see Importing certificates into ACM in the AWS Certificate Manager User Guide .
To request a private certificate to use FTPS through private IP addresses, see Request a private certificate in the AWS Certificate Manager User Guide .
Certificates with the following cryptographic algorithms and key sizes are supported:
The certificate must be a valid SSL/TLS X.509 version 3 certificate with FQDN or IP address specified and information about the issuer.
getCertificate in interface CfnServerPropspublic final String getDomain()
CfnServerPropsgetDomain in interface CfnServerPropspublic final Object getEndpointDetails()
CfnServerPropsWhen you host your endpoint within your VPC, you can make it accessible only to resources within your VPC, or you can attach Elastic IPs and make it accessible to clients over the internet. You VPC's default security groups are automatically assigned to your endpoint.
getEndpointDetails in interface CfnServerPropspublic final String getEndpointType()
CfnServerPropsYou can choose to connect to the public internet or a virtual private cloud (VPC) endpoint. With a VPC endpoint, you can restrict access to your server and resources only within your VPC.
It is recommended that you use
VPCas theEndpointType. With this endpoint type, you have the option to directly associate up to three Elastic IPv4 addresses (BYO IP included) with your server's endpoint and use VPC security groups to restrict traffic by the client's public IP address. This is not possible withEndpointTypeset toVPC_ENDPOINT.
getEndpointType in interface CfnServerPropspublic final Object getIdentityProviderDetails()
CfnServerProps
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. Not required when IdentityProviderType is set to SERVICE_MANAGED .
getIdentityProviderDetails in interface CfnServerPropspublic final String getIdentityProviderType()
CfnServerProps
The default value is SERVICE_MANAGED , which allows you to store and access user credentials within the AWS Transfer Family service.
Use AWS_DIRECTORY_SERVICE to provide access to Active Directory groups in AWS Managed Active Directory or Microsoft Active Directory in your on-premises environment or in AWS using AD Connectors. This option also requires you to provide a Directory ID using the IdentityProviderDetails parameter.
Use the API_GATEWAY value to integrate with an identity provider of your choosing. The API_GATEWAY setting requires you to provide an API Gateway endpoint URL to call for authentication using the IdentityProviderDetails parameter.
Use the AWS_LAMBDA value to directly use a Lambda function as your identity provider. If you choose this value, you must specify the ARN for the lambda function in the Function parameter for the IdentityProviderDetails data type.
getIdentityProviderType in interface CfnServerPropspublic final String getLoggingRole()
CfnServerPropsWhen set, user activity can be viewed in your CloudWatch logs.
getLoggingRole in interface CfnServerPropspublic final Object getProtocolDetails()
CfnServerProps
Only valid in the
UpdateServerAPI.
getProtocolDetails in interface CfnServerPropspublic final List<String> getProtocols()
CfnServerPropsgetProtocols in interface CfnServerPropspublic final String getSecurityPolicyName()
CfnServerPropsgetSecurityPolicyName in interface CfnServerPropspublic final List<CfnTag> getTags()
CfnServerPropsgetTags in interface CfnServerPropspublic final Object getWorkflowDetails()
CfnServerPropsgetWorkflowDetails in interface CfnServerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.