Connection is the Schema for the Connections API
Type
CRD
Group
glue.aws.crossplane.io
Version
v1alpha1
apiVersion: glue.aws.crossplane.io/v1alpha1
kind: Connection
ConnectionSpec defines the desired state of Connection
ConnectionParameters defines the desired state of Connection
A ConnectionInput object defining the connection to create.
A list of criteria that can be used in selecting this connection.
Specifies the physical requirements for a connection.
The security group ID list used by the connection.
SecurityGroupIDRefs are references to SecurityGroups used to set the SecurityGroupIDs.
Policies for referencing.
SecurityGroupIDSelector selects references to SecurityGroups used to set the SecurityGroupIDs.
Policies for selection.
SubnetIDRef is a reference to SubnetID used to set the SubnetID.
Policies for referencing.
SubnetIDSelector selects a reference to SubnetID used to set the SubnetID.
Policies for selection.
THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
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.
ConnectionStatus defines the observed state of Connection.
ConnectionObservation defines the observed state of Connection
Conditions of the resource.
glue-connection-network
apiVersion: glue.aws.crossplane.io/v1alpha1
kind: Connection
metadata:
name: glue-connection-network
spec:
forProvider:
connectionInput:
connectionProperties:
JDBC_ENFORCE_SSL: "false"
connectionType: NETWORK
physicalConnectionRequirements:
availabilityZone: us-east-1b
securityGroupIdRefs:
- name: sample-cluster-sg
subnetIdRef:
name: sample-subnet1
region: us-east-1
tags:
cType: my-NETWORK-connection
connec: tion
providerConfigRef:
name: example
glue-connection-jdbc
apiVersion: glue.aws.crossplane.io/v1alpha1
kind: Connection
metadata:
name: glue-connection-jdbc
spec:
forProvider:
connectionInput:
connectionProperties:
JDBC_CONNECTION_URL: jdbc:mysql://example.com:3306/exampledatabase
PASSWORD: samplePWD!
USERNAME: sampleUser
connectionType: JDBC
description: sample text
matchCriteria:
- filtermatchid123
- jdbc1
physicalConnectionRequirements:
availabilityZone: us-east-1b
securityGroupIdRefs:
- name: sample-cluster-sg
subnetIdRef:
name: sample-subnet1
region: us-east-1
tags:
cType: my-JDBC-connection
connec: tion
providerConfigRef:
name: example
glue-connection-mongodb
apiVersion: glue.aws.crossplane.io/v1alpha1
kind: Connection
metadata:
name: glue-connection-mongodb
spec:
forProvider:
connectionInput:
connectionProperties:
CONNECTION_URL: mongodb://example.com:3306/exampledatabase
PASSWORD: password!
USERNAME: user
connectionType: MONGODB
physicalConnectionRequirements:
availabilityZone: us-east-1b
securityGroupIdRefs:
- name: sample-cluster-sg
subnetIdRef:
name: sample-subnet1
region: us-east-1
tags:
cType: my-MONGODB-connection
connec: tion
providerConfigRef:
name: example
© 2022 Upbound, Inc.
Discover the building blocksfor your internal cloud platform.