Interface CfnClusterPropsMixin.ConfigurationInfoProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.ConfigurationInfoProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.ConfigurationInfoProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the configuration to use for the brokers.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.msk.*;
ConfigurationInfoProperty configurationInfoProperty = ConfigurationInfoProperty.builder()
.arn("arn")
.revision(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.ConfigurationInfoPropertystatic final classAn implementation forCfnClusterPropsMixin.ConfigurationInfoProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
ARN of the configuration to use.Returns union: either
StringorIConfigurationRef- See Also:
-
getRevision
The revision of the configuration to use.- See Also:
-
builder
-