Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-aws.Go to Latest
crossplane-contrib/provider-aws@v0.38.0
Server
transfer.aws.crossplane.io
Server
crossplane-contrib/provider-aws@v0.38.0transfer.aws.crossplane.io

Server is the Schema for the Servers API

Type

CRD

Group

transfer.aws.crossplane.io

Version

v1alpha1

apiVersion: transfer.aws.crossplane.io/v1alpha1

kind: Server

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

ServerSpec defines the desired state of Server

forProvider
requiredobject
requiredobject

ServerParameters defines the desired state of Server

object

CertificateRef is a reference to a Certificate.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

CertificateSelector selects references to a Certificate.

policy
object
object

Policies for selection.

resolve
string
domain
string
object

The virtual private cloud (VPC) endpoint settings that are configured for your server. When 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. Your VPC's default security groups are automatically assigned to your endpoint.

array

AddressAllocationIDRefs is a list of references to AddressAllocationID used to set the AddressAllocationIDs.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

AddressAllocationIDSelector selects references to AddressAllocationID used to set the AddressAllocationIDs.

policy
object
object

Policies for selection.

resolve
string
array

A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint. This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.

array

SecurityGroupIDRefs is a list of references to SecurityGroups used to set the SecurityGroupIDs.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

SecurityGroupIDsSelector selects references to SecurityGroupID used to set the SecurityGroupIDs.

policy
object
object

Policies for selection.

resolve
string
array

A list of security groups IDs that are available to attach to your server's endpoint. This property can only be set when EndpointType is set to VPC. You can edit the SecurityGroupIds property in the UpdateServer (https://docs.aws.amazon.com/transfer/latest/userguide/API_UpdateServer.html) API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcEndpoint.html) API.

array

SubnetIDRefs is a list of references to Subnets used to set the SubnetIDs.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

SubnetIDSelector selects references to Subnets used to set the SubnetIds.

policy
object
object

Policies for selection.

resolve
string
array

A list of subnet IDs that are required to host your server endpoint in your VPC. This property can only be set when EndpointType is set to VPC.

object

VPCEndpointIDRef is a reference to a VPCEndpointID.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

VPCEndpointIDSelector selects references to a VPCEndpointID.

policy
object
object

Policies for selection.

resolve
string
vpcID
string
vpcIDRef
object
object

VPCIDRef is a reference to a VPCID.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

VPCIDSelector selects references to a VPCID.

policy
object
object

Policies for selection.

resolve
string
hostKey
string
object

Required when IdentityProviderType is set to AWS_DIRECTORY_SERVICE or API_GATEWAY. 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.

function
string
url
string
object

LoggingRoleRef is a reference to a IAM role.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

LoggingRoleSelector selects references to a IAM role.

policy
object
object

Policies for selection.

resolve
string
object

The protocol settings that are configured for your server.

  • To indicate passive mode (for FTP and FTPS protocols), use the PassiveIp parameter. Enter a single dotted-quad IPv4 address, such as the external IP address of a firewall, router, or load balancer.
  • To ignore the error that is generated when the client attempts to use the SETSTAT command on a file that you are uploading to an Amazon S3 bucket, use the SetStatOption parameter. To have the Transfer Family server ignore the SETSTAT command and upload files without needing to make any changes to your SFTP client, set the value to ENABLE_NO_OP. If you set the SetStatOption parameter to ENABLE_NO_OP, Transfer Family generates a log entry to Amazon CloudWatch Logs, so that you can determine when the client is making a SETSTAT call.
  • To determine whether your Transfer Family server resumes recent, negotiated sessions through a unique session ID, use the TlsSessionResumptionMode parameter.
  • As2Transports indicates the transport method for the AS2 messages. Currently, only HTTP is supported.
array

No description provided.

passiveIP
string
array

Specifies the file transfer protocol or protocols over which your file transfer protocol client can connect to your server's endpoint. The available protocols are:

  • SFTP (Secure Shell (SSH) File Transfer Protocol): File transfer over SSH
  • FTPS (File Transfer Protocol Secure): File transfer with TLS encryption
  • FTP (File Transfer Protocol): Unencrypted file transfer
  • AS2 (Applicability Statement 2): used for transporting structured business-to-business data
  • If you select FTPS, you must choose a certificate stored in Certificate Manager (ACM) which is used to identify your server when clients connect to it over FTPS.
  • If Protocol includes either FTP or FTPS, then the EndpointType must be VPC and the IdentityProviderType must be AWS_DIRECTORY_SERVICE or API_GATEWAY.
  • If Protocol includes FTP, then AddressAllocationIds cannot be associated.
  • If Protocol is set only to SFTP, the EndpointType can be set to PUBLIC and the IdentityProviderType can be set to SERVICE_MANAGED.
  • If Protocol includes AS2, then the EndpointType must be VPC, and domain must be Amazon S3.
region
requiredstring
tags
array
array

Key-value pairs that can be used to group and search for servers.

key
string
value
string
object

Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. In additon to a workflow to execute when a file is uploaded completely, WorkflowDeatails can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when a file is open when the session disconnects.

array

No description provided.

array

No description provided.

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

ServerStatus defines the observed state of Server.

object

ServerObservation defines the observed state of Server

serverID
string
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.