Class CfnChannelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnChannelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelProps
@Stability(Stable)
@Internal
public static final class CfnChannelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelProps
An implementation for
CfnChannelProps-
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.CfnChannelProps
CfnChannelProps.Builder, CfnChannelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnChannelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnChannelProps.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 theCfnChannelProps.Builder.
-
-
Method Details
-
getChannelName
Description copied from interface:CfnChannelPropsName of the channel.- Specified by:
getChannelNamein interfaceCfnChannelProps- See Also:
-
getTopicConfigurationList
Description copied from interface:CfnChannelPropsTopic configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnChannel.TopicConfigurationProperty>- Specified by:
getTopicConfigurationListin interfaceCfnChannelProps- See Also:
-
getClusterArn
Description copied from interface:CfnChannelPropsThe Amazon Resource Name (ARN) of the cluster.- Specified by:
getClusterArnin interfaceCfnChannelProps- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnChannelPropsEncryption configuration.Returns union: either
IResolvableorCfnChannel.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnChannelProps- See Also:
-
getIcebergDestinationConfiguration
Description copied from interface:CfnChannelPropsIceberg destination configuration.Returns union: either
IResolvableorCfnChannel.IcebergDestinationConfigurationProperty- Specified by:
getIcebergDestinationConfigurationin interfaceCfnChannelProps- See Also:
-
getLoggingInfo
Description copied from interface:CfnChannelPropsLog configuration details for Channel.Returns union: either
IResolvableorCfnChannel.ChannelLoggingInfoProperty- Specified by:
getLoggingInfoin interfaceCfnChannelProps- See Also:
-
getS3DestinationConfiguration
Description copied from interface:CfnChannelPropsS3 destination configuration.Returns union: either
IResolvableorCfnChannel.S3DestinationConfigurationProperty- Specified by:
getS3DestinationConfigurationin interfaceCfnChannelProps- See Also:
-
getTags
Description copied from interface:CfnChannelPropsTags attached to the channel.- Specified by:
getTagsin interfaceCfnChannelProps- 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()
-