Endpoint is the Schema for the Endpoints API. Provides a DMS (Data Migration Service) endpoint resource.
Type
CRD
Group
dms.aws.upbound.io
Version
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
EndpointSpec defines the desired state of Endpoint
No description provided.
Configuration block for OpenSearch settings. See below.
Configuration block for Kafka settings. See below.
Configuration block for Kinesis settings. See below.
Reference to a Key in kms to populate kmsKeyArn.
Policies for referencing.
Selector for a Key in kms to populate kmsKeyArn.
Policies for selection.
Configuration block for MongoDB settings. See below.
Configuration block for Postgres settings. See below.
No description provided.
Configuration block for Redshift settings. See below.
(Deprecated, use the aws_dms_s3_endpoint resource instead) Configuration block for S3 settings. See below. This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead
Reference to a Role in iam to populate secretsManagerAccessRoleArn.
Policies for referencing.
Selector for a Role in iam to populate secretsManagerAccessRoleArn.
Policies for selection.
Reference to a Role in iam to populate serviceAccessRole.
Policies for referencing.
Selector for a Role in iam to populate serviceAccessRole.
Policies for selection.
THIS IS A BETA FIELD. It will be honored unless the Management Policies feature flag is disabled. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.
Configuration block for OpenSearch settings. See below.
Configuration block for Kafka settings. See below.
Configuration block for Kinesis settings. See below.
Reference to a Key in kms to populate kmsKeyArn.
Policies for referencing.
Selector for a Key in kms to populate kmsKeyArn.
Policies for selection.
Configuration block for MongoDB settings. See below.
Configuration block for Postgres settings. See below.
No description provided.
Configuration block for Redshift settings. See below.
(Deprecated, use the aws_dms_s3_endpoint resource instead) Configuration block for S3 settings. See below. This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead
Reference to a Role in iam to populate secretsManagerAccessRoleArn.
Policies for referencing.
Selector for a Role in iam to populate secretsManagerAccessRoleArn.
Policies for selection.
Reference to a Role in iam to populate serviceAccessRole.
Policies for referencing.
Selector for a Role in iam to populate serviceAccessRole.
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.
EndpointStatus defines the observed state of Endpoint.
No description provided.
Configuration block for OpenSearch settings. See below.
Configuration block for Kafka settings. See below.
Configuration block for Kinesis settings. See below.
Configuration block for MongoDB settings. See below.
Configuration block for Postgres settings. See below.
No description provided.
Configuration block for Redshift settings. See below.
(Deprecated, use the aws_dms_s3_endpoint resource instead) Configuration block for S3 settings. See below. This argument is deprecated and will be removed in a future version; use aws_dms_s3_endpoint instead
Conditions of the resource.
test-target
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/replicationtask
labels:
testing.upbound.io/example-name: test-dms-target-endpoint-tf
name: test-target
spec:
forProvider:
certificateArn: arn:aws:dms:us-west-1:153891904029:cert:5RO6Q5Y2PWAZWQG7X5GSQLYXMH56CEH4DMXACGA
databaseName: test-target
endpointType: target
engineName: aurora
extraConnectionAttributes: ""
kmsKeyArn: arn:aws:kms:us-west-1:153891904029:key/5478859d-f936-492a-bd04-f77095b7aa0e
passwordSecretRef:
key: example-key
name: endpoint-secret
namespace: upbound-system
port: 3307
region: us-west-1
serverName: test
serviceAccessRole: arn:aws:iam::153891904029:role/dms-access-for-endpoint
sslMode: none
tags:
Name: test-target
username: test-target
test-endpoint
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/endpoint
labels:
testing.upbound.io/example-name: test
name: test-endpoint
spec:
forProvider:
databaseName: test
endpointType: source
engineName: aurora
extraConnectionAttributes: ""
kmsKeyArnSelector:
matchLabels:
testing.upbound.io/example-name: example-endpoint
passwordSecretRef:
key: example-key
name: endpoint-secret
namespace: upbound-system
port: 3306
region: us-west-1
serverName: test
sslMode: none
tags:
Name: test
username: test
test-source
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/replicationtask
labels:
testing.upbound.io/example-name: test-dms-source-endpoint-tf
name: test-source
spec:
forProvider:
certificateArn: arn:aws:dms:us-west-1:153891904029:cert:5RO6Q5Y2PWAZWQG7X5GSQLYXMH56CEH4DMXACGA
databaseName: test-source
endpointType: source
engineName: aurora
extraConnectionAttributes: ""
kmsKeyArn: arn:aws:kms:us-west-1:153891904029:key/5478859d-f936-492a-bd04-f77095b7aa0e
passwordSecretRef:
key: example-key
name: endpoint-secret
namespace: upbound-system
port: 3306
region: us-west-1
serverName: test-source
serviceAccessRole: arn:aws:iam::153891904029:role/dms-access-for-endpoint
sslMode: none
tags:
Name: test-source
username: test-source
dms-endpoint-test
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/endpoint
labels:
testing.upbound.io/example-name: dms-endpoint-test
name: dms-endpoint-test
spec:
deletionPolicy: Delete
forProvider:
databaseName: test
endpointType: target
engineName: postgres
extraConnectionAttributes: ""
kmsKeyArnSelector:
matchLabels:
testing.upbound.io/example-name: dms-example-key
passwordSecretRef:
key: example-key
name: dms-example-secret
namespace: upbound-system
port: 5432
region: us-west-1
serverName: test
serviceAccessRoleSelector:
matchLabels:
testing.upbound.io/example-name: dms-endpoint-role-test
sslMode: none
username: test
test-target
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/eventsubscription
labels:
testing.upbound.io/example-name: test-dms-target-endpoint-tf
name: test-target
spec:
forProvider:
certificateArn: arn:aws:dms:us-west-1:153891904029:cert:DYP2G7AKW54UFF53HRVPGWJ5CPG2ZFPZGDLUUQQ
databaseName: test-target
endpointType: target
engineName: aurora
extraConnectionAttributes: ""
kmsKeyArn: arn:aws:kms:us-west-1:153891904029:key/20d9eac6-9301-484f-99cd-0d918d1b037d
passwordSecretRef:
key: example-key
name: endpoint-secret
namespace: upbound-system
port: 3307
region: us-west-1
serverName: test
serviceAccessRole: arn:aws:iam::153891904029:role/dms-access-for-endpoint
sslMode: none
tags:
Name: test-target
username: test-target
test-source
apiVersion: dms.aws.upbound.io/v1beta1
kind: Endpoint
metadata:
annotations:
meta.upbound.io/example-id: dms/v1beta1/eventsubscription
labels:
testing.upbound.io/example-name: test-dms-source-endpoint-tf
name: test-source
spec:
forProvider:
certificateArn: arn:aws:dms:us-west-1:153891904029:cert:DYP2G7AKW54UFF53HRVPGWJ5CPG2ZFPZGDLUUQQ
databaseName: test-source
endpointType: source
engineName: aurora
extraConnectionAttributes: ""
kmsKeyArn: arn:aws:kms:us-west-1:153891904029:key/20d9eac6-9301-484f-99cd-0d918d1b037d
passwordSecretRef:
key: example-key
name: endpoint-secret
namespace: upbound-system
port: 3306
region: us-west-1
serverName: test-source
serviceAccessRole: arn:aws:iam::153891904029:role/dms-access-for-endpoint
sslMode: none
tags:
Name: test-source
username: test-source