Configuration is the Schema for the Configurations API
Type
CRD
Group
kafka.aws.crossplane.io
Version
v1alpha1
apiVersion: kafka.aws.crossplane.io/v1alpha1
kind: Configuration
ConfigurationSpec defines the desired state of Configuration
ConfigurationParameters defines the desired state of Configuration
The versions of Apache Kafka with which you can use this MSK configuration.
kafka server configurations
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.
ConfigurationStatus defines the observed state of Configuration.
ConfigurationObservation defines the observed state of Configuration
Latest revision of the configuration.
Conditions of the resource.
example-configuration
apiVersion: kafka.aws.crossplane.io/v1alpha1
kind: Configuration
metadata:
name: example-configuration
spec:
forProvider:
kafkaVersions:
- 2.6.1
properties:
- auto.create.topics.enable=false
- default.replication.factor=3
- min.insync.replicas=2
- num.io.threads=8
- num.network.threads=5
- num.partitions=1
- num.replica.fetchers=2
- replica.lag.time.max.ms=30000
- socket.receive.buffer.bytes=102400
- socket.request.max.bytes=104857600
- socket.send.buffer.bytes=102400
- unclean.leader.election.enable=true
- zookeeper.session.timeout.ms=18000
region: us-east-1
providerConfigRef:
name: example