ClusterConfigurationInfo
- class aws_cdk.aws_msk.ClusterConfigurationInfo(*, arn, revision)
Bases:
object
(experimental) The Amazon MSK configuration to use for the cluster.
Note: There is currently no Cloudformation Resource to create a Configuration
- Parameters:
arn (
str
) – (experimental) The Amazon Resource Name (ARN) of the MSK configuration to use. For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.revision (
Union
[int
,float
]) – (experimental) The revision of the Amazon MSK configuration to use.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_msk as msk cluster_configuration_info = msk.ClusterConfigurationInfo( arn="arn", revision=123 )
Attributes
- arn
(experimental) The Amazon Resource Name (ARN) of the MSK configuration to use.
For example, arn:aws:kafka:us-east-1:123456789012:configuration/example-configuration-name/abcdabcd-1234-abcd-1234-abcd123e8e8e-1.
- Stability:
experimental
- revision
(experimental) The revision of the Amazon MSK configuration to use.
- Stability:
experimental