DBInstance is the Schema for the DBInstances API
Type
CRD
Group
docdb.aws.crossplane.io
Version
v1alpha1
apiVersion: docdb.aws.crossplane.io/v1alpha1
kind: DBInstance
DBInstanceSpec defines the desired state of DBInstance
DBInstanceParameters defines the desired state of DBInstance
A Reference to a named object.
Policies for referencing.
A Selector selects an object.
Policies for selection.
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.
DBInstanceStatus defines the observed state of DBInstance.
DBInstanceObservation defines the observed state of DBInstance
Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.
No description provided.
Information about an Availability Zone.
A list of log types that this instance is configured to export to CloudWatch Logs.
Specifies the connection endpoint.
Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
No description provided.
No description provided.
The status of a read replica. If the instance is not a read replica, this is blank.
Provides a list of VPC security group elements that the instance belongs to.
Conditions of the resource.
example-instance
apiVersion: docdb.aws.crossplane.io/v1alpha1
kind: DBInstance
metadata:
name: example-instance
spec:
forProvider:
dbClusterIdentifier: example-cluster
dbInstanceClass: db.t3.medium
engine: docdb
region: us-east-1
tags:
- key: cluster
value: my-cluster
providerConfigRef:
name: example