Class CfnConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationProps
CfnConfigurationProps-
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.services.msk.CfnConfigurationProps
CfnConfigurationProps.Builder, CfnConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnConfigurationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnConfigurationProps.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 theCfnConfigurationProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnConfigurationPropsThe name of the configuration.Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
- Specified by:
getNamein interfaceCfnConfigurationProps- See Also:
-
getServerProperties
Description copied from interface:CfnConfigurationPropsContents of theserver.propertiesfile. When using the console, the SDK, or the AWS CLI , the contents ofserver.propertiescan be in plaintext.- Specified by:
getServerPropertiesin interfaceCfnConfigurationProps- See Also:
-
getDescription
Description copied from interface:CfnConfigurationPropsThe description of the configuration.- Specified by:
getDescriptionin interfaceCfnConfigurationProps- See Also:
-
getKafkaVersionsList
Description copied from interface:CfnConfigurationPropsThe versions of Apache Kafka with which you can use this MSK configuration.When you update the
KafkaVersionsListproperty, AWS 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 interfaceCfnConfigurationProps- See Also:
-
getLatestRevision
Description copied from interface:CfnConfigurationPropsLatest revision of the MSK configuration.Returns union: either
IResolvableorCfnConfiguration.LatestRevisionProperty- Specified by:
getLatestRevisionin interfaceCfnConfigurationProps- 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()
-