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
ServerSpec defines the desired state of Server
ServerParameters defines the desired state of Server
CertificateRef is a reference to a Certificate.
Policies for referencing.
CertificateSelector selects references to a Certificate.
Policies for selection.
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.
AddressAllocationIDRefs is a list of references to AddressAllocationID used to set the AddressAllocationIDs.
Policies for referencing.
AddressAllocationIDSelector selects references to AddressAllocationID used to set the AddressAllocationIDs.
Policies for selection.
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.
SecurityGroupIDRefs is a list of references to SecurityGroups used to set the SecurityGroupIDs.
Policies for referencing.
SecurityGroupIDsSelector selects references to SecurityGroupID used to set the SecurityGroupIDs.
Policies for selection.
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.
SubnetIDRefs is a list of references to Subnets used to set the SubnetIDs.
Policies for referencing.
SubnetIDSelector selects references to Subnets used to set the SubnetIds.
Policies for selection.
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.
VPCEndpointIDRef is a reference to a VPCEndpointID.
Policies for referencing.
VPCEndpointIDSelector selects references to a VPCEndpointID.
Policies for selection.
VPCIDRef is a reference to a VPCID.
Policies for referencing.
VPCIDSelector selects references to a VPCID.
Policies for selection.
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.
LoggingRoleRef is a reference to a IAM role.
Policies for referencing.
LoggingRoleSelector selects references to a IAM role.
Policies for selection.
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:
Specifies the workflow ID for the workflow to assign and the execution role used for executing the workflow.
No description provided.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
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.
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.
ServerStatus defines the observed state of Server.
ServerObservation defines the observed state of Server
Conditions of the resource.
example
apiVersion: transfer.aws.crossplane.io/v1alpha1
kind: Server
metadata:
name: example
spec:
forProvider:
domain: S3
endpointDetails:
securityGroupIDRefs:
- name: sample-cluster-sg
subnetIDRefs:
- name: sample-subnet1
vpcIDRef:
name: sample-vpc
endpointType: VPC
identityProviderType: SERVICE_MANAGED
protocols:
- SFTP
region: us-east-1
securityPolicyName: TransferSecurityPolicy-2020-06
tags:
- key: myKey
value: myValue
providerConfigRef:
name: example
writeConnectionSecretToRef:
name: example-conn
namespace: default