DBCluster is the Schema for the DBClusters API
Type
CRD
Group
neptune.aws.crossplane.io
Version
v1alpha1
apiVersion: neptune.aws.crossplane.io/v1alpha1
kind: DBCluster
DBClusterSpec defines the desired state of DBCluster
DBClusterParameters defines the desired state of DBCluster
A list of EC2 Availability Zones that instances in the DB cluster can be created in.
The list of log types that need to be enabled for exporting to CloudWatch Logs.
A list of EC2 VPC security groups to associate with this DB cluster.
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.
DBClusterStatus defines the observed state of DBCluster.
DBClusterObservation defines the observed state of DBCluster
Provides a list of the Amazon Identity and Access Management (IAM) roles that are associated with the DB cluster. IAM roles that are associated with a DB cluster grant permission for the DB cluster to access other Amazon services on your behalf.
Provides the list of instances that make up the DB cluster.
Not supported by Neptune.
A list of log types that this DB cluster is configured to export to CloudWatch Logs.
Contains one or more identifiers of the Read Replicas associated with this DB cluster.
Provides a list of VPC security groups that the DB cluster belongs to.
Conditions of the resource.
sample-cluster
apiVersion: neptune.aws.crossplane.io/v1alpha1
kind: DBCluster
metadata:
name: sample-cluster
spec:
forProvider:
applyImmediately: true
backupRetentionPeriod: 5
deletionProtection: false
enableIAMDatabaseAuthentication: true
engine: neptune
preferredBackupWindow: 07:00-09:00
region: eu-central-1
skipFinalSnapshot: true