Class CfnChannelMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelMixinProps
@Stability(Stable)
@Internal
public static final class CfnChannelMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelMixinProps
An implementation for
CfnChannelMixinProps-
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.CfnChannelMixinProps
CfnChannelMixinProps.Builder, CfnChannelMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelMixinProps.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 StringName of the channel.final StringThe Amazon Resource Name (ARN) of the cluster.final ObjectEncryption configuration.final ObjectIceberg destination configuration.final ObjectLog configuration details for Channel.final ObjectS3 destination configuration.getTags()Tags attached to the channel.final ObjectTopic configuration.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 theCfnChannelMixinProps.Builder.
-
-
Method Details
-
getChannelName
Description copied from interface:CfnChannelMixinPropsName of the channel.- Specified by:
getChannelNamein interfaceCfnChannelMixinProps- See Also:
-
getClusterArn
Description copied from interface:CfnChannelMixinPropsThe Amazon Resource Name (ARN) of the cluster.- Specified by:
getClusterArnin interfaceCfnChannelMixinProps- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnChannelMixinPropsEncryption configuration.Returns union: either
IResolvableorCfnChannelPropsMixin.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnChannelMixinProps- See Also:
-
getIcebergDestinationConfiguration
Description copied from interface:CfnChannelMixinPropsIceberg destination configuration.Returns union: either
IResolvableorCfnChannelPropsMixin.IcebergDestinationConfigurationProperty- Specified by:
getIcebergDestinationConfigurationin interfaceCfnChannelMixinProps- See Also:
-
getLoggingInfo
Description copied from interface:CfnChannelMixinPropsLog configuration details for Channel.Returns union: either
IResolvableorCfnChannelPropsMixin.ChannelLoggingInfoProperty- Specified by:
getLoggingInfoin interfaceCfnChannelMixinProps- See Also:
-
getS3DestinationConfiguration
Description copied from interface:CfnChannelMixinPropsS3 destination configuration.Returns union: either
IResolvableorCfnChannelPropsMixin.S3DestinationConfigurationProperty- Specified by:
getS3DestinationConfigurationin interfaceCfnChannelMixinProps- See Also:
-
getTags
Description copied from interface:CfnChannelMixinPropsTags attached to the channel.- Specified by:
getTagsin interfaceCfnChannelMixinProps- See Also:
-
getTopicConfigurationList
Description copied from interface:CfnChannelMixinPropsTopic configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannelPropsMixin.TopicConfigurationProperty>- Specified by:
getTopicConfigurationListin interfaceCfnChannelMixinProps- 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()
-