Class CfnConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationMixinProps
CfnConfigurationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.msk.CfnConfigurationMixinProps
CfnConfigurationMixinProps.Builder, CfnConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe description of the configuration.The versions of Apache Kafka with which you can use this MSK configuration.final ObjectLatest revision of the MSK configuration.final StringgetName()The name of the configuration.final StringContents of theserver.propertiesfile.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnConfigurationMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnConfigurationMixinPropsThe description of the configuration.- Specified by:
getDescriptionin interfaceCfnConfigurationMixinProps- See Also:
-
getKafkaVersionsList
Description copied from interface:CfnConfigurationMixinPropsThe versions of Apache Kafka with which you can use this MSK configuration.When you update the
KafkaVersionsListproperty, CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a resource replacement . To successfully updateKafkaVersionsList, you must also update theNameproperty in the same operation.If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes.
For more information, see Can’t update KafkaVersionsList in MSK configuration in the Amazon MSK Developer Guide .
- Specified by:
getKafkaVersionsListin interfaceCfnConfigurationMixinProps- See Also:
-
getLatestRevision
Description copied from interface:CfnConfigurationMixinPropsLatest revision of the MSK configuration.Returns union: either
IResolvableorCfnConfigurationPropsMixin.LatestRevisionProperty- Specified by:
getLatestRevisionin interfaceCfnConfigurationMixinProps- See Also:
-
getName
Description copied from interface:CfnConfigurationMixinPropsThe name of the configuration.Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
- Specified by:
getNamein interfaceCfnConfigurationMixinProps- See Also:
-
getServerProperties
Description copied from interface:CfnConfigurationMixinPropsContents of theserver.propertiesfile. When using the console, the SDK, or the AWS CLI , the contents ofserver.propertiescan be in plaintext.- Specified by:
getServerPropertiesin interfaceCfnConfigurationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-