Cluster is the Schema for the Clusters API
Type
CRD
Group
kafka.aws.crossplane.io
Version
v1alpha1
apiVersion: kafka.aws.crossplane.io/v1alpha1
kind: Cluster
ClusterSpec defines the desired state of Cluster
ClusterParameters defines the desired state of Cluster
Information about the brokers
ClientSubnetRefs is a list of references to Subnets used to set the ClientSubnets.
Policies for referencing.
ClientSubnetSelector selects references to Subnets used to set the ClientSubnets.
Policies for selection.
No description provided.
ConnectivityInfo Information about the broker access configuration.
Broker public access control.
Broker VPC connectivity access control.
SecurityGroupRefs is a list of references to SecurityGroups used to set the SecurityGroups.
Policies for referencing.
SecurityGroupSelector selects references to SecurityGroup used to set the SecurityGroups.
Policies for selection.
No description provided.
Contains information about storage volumes attached to MSK broker nodes.
Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.
Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
Includes all client authentication related information.
Details for client authentication using TLS.
No description provided.
Contains information about unauthenticated traffic to the cluster.
ClusterPolicy of the MSK cluster.
Statements is the list of statement this policy applies either jsonStatements or statements must be specified in the policy
Each element of the PolicyAction array describes the specific action or actions that will be allowed or denied with this PolicyStatement.
Condition specifies where conditions for policy are in effect. https://docs.aws.amazon.com/Amazonresource/latest/dev/amazon-resource-policy-keys.html
Conditions represents each of the key/value pairs for the operator key
ConditionListValue is the list value of the key from the parent condition
Each element of the NotPolicyAction array will allow the property to match all but the listed actions.
Used with the resource policy to specify the users which are not included in this policy
This list contains the all of the AWS IAM users which are affected by the policy statement.
IAMRoleARNRef contains the reference to an IAMRole
Policies for referencing.
IAMRoleARNSelector queries for an IAM role to retrieve its userName
Policies for selection.
UserARNRef contains the reference to an User
Policies for referencing.
UserARNSelector queries for an User to retrieve its userName
Policies for selection.
Service define the services which can have access to this resource
This will explicitly match all resource paths except the ones specified in this array
Used with the resource policy to specify the principal that is allowed or denied access to a resource.
This list contains the all of the AWS IAM users which are affected by the policy statement.
IAMRoleARNRef contains the reference to an IAMRole
Policies for referencing.
IAMRoleARNSelector queries for an IAM role to retrieve its userName
Policies for selection.
UserARNRef contains the reference to an User
Policies for referencing.
UserARNSelector queries for an User to retrieve its userName
Policies for selection.
Service define the services which can have access to this resource
The paths on which this resource will apply
Represents the configuration that you want MSK to use for the cluster.
ARNRef is a reference to a Kafka Configuration used to set ARN.
Policies for referencing.
ARNSelector selects a reference to a Kafka Configuration used to set ARN.
Policies for selection.
Includes all encryption-related information.
The data-volume encryption details.
The settings for encrypting data in transit.
LoggingInfo details.
The broker logs configuration for this MSK cluster.
Firehose details for BrokerLogs.
The settings for open monitoring.
Prometheus settings.
Indicates whether you want to enable or disable the JMX Exporter.
Indicates whether you want to enable or disable the Node Exporter.
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.
ClusterStatus defines the observed state of Cluster.
ClusterObservation defines the observed state of Cluster
Information about the brokers.
No description provided.
Information about the broker access configuration.
Broker public access control.
Broker VPC connectivity access control.
No description provided.
Contains information about storage volumes attached to MSK broker nodes.
Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.
Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.
No description provided.
Conditions of the resource.
example
apiVersion: kafka.aws.crossplane.io/v1alpha1
kind: Cluster
metadata:
name: example
spec:
forProvider:
brokerNodeGroupInfo:
clientSubnetRefs:
- name: sample-subnet1
- name: sample-subnet2
instanceType: kafka.t3.small
securityGroupRefs:
- name: sample-cluster-sg
storageInfo:
ebsStorageInfo:
volumeSize: 1
clusterName: example
configurationInfo:
arnRef:
name: example-configuration
revision: 1
kafkaVersion: 2.6.1
numberOfBrokerNodes: 2
region: us-east-1
tags:
myKey: myValue
providerConfigRef:
name: example