Class CfnChannelPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.S3DestinationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.S3DestinationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.S3DestinationConfigurationProperty
An implementation for
CfnChannelPropsMixin.S3DestinationConfigurationProperty-
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.CfnChannelPropsMixin.S3DestinationConfigurationProperty
CfnChannelPropsMixin.S3DestinationConfigurationProperty.Builder, CfnChannelPropsMixin.S3DestinationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.S3DestinationConfigurationProperty.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 NumberData freshness in seconds.final ObjectDead letter queue S3 configuration of the destination.final StringThe Amazon Resource Name (ARN) of an IAM role used by MSK to access S3.final ObjectS3 storage 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 theCfnChannelPropsMixin.S3DestinationConfigurationProperty.Builder.
-
-
Method Details
-
getDataFreshnessInSeconds
Description copied from interface:CfnChannelPropsMixin.S3DestinationConfigurationPropertyData freshness in seconds.- Specified by:
getDataFreshnessInSecondsin interfaceCfnChannelPropsMixin.S3DestinationConfigurationProperty- See Also:
-
getDeadLetterQueueS3
Description copied from interface:CfnChannelPropsMixin.S3DestinationConfigurationPropertyDead letter queue S3 configuration of the destination.Returns union: either
IResolvableorCfnChannelPropsMixin.DeadLetterQueueS3Property- Specified by:
getDeadLetterQueueS3in interfaceCfnChannelPropsMixin.S3DestinationConfigurationProperty- See Also:
-
getServiceExecutionRoleArn
Description copied from interface:CfnChannelPropsMixin.S3DestinationConfigurationPropertyThe Amazon Resource Name (ARN) of an IAM role used by MSK to access S3.- Specified by:
getServiceExecutionRoleArnin interfaceCfnChannelPropsMixin.S3DestinationConfigurationProperty- See Also:
-
getStorage
Description copied from interface:CfnChannelPropsMixin.S3DestinationConfigurationPropertyS3 storage configuration.Returns union: either
IResolvableorCfnChannelPropsMixin.S3StorageProperty- Specified by:
getStoragein interfaceCfnChannelPropsMixin.S3DestinationConfigurationProperty- 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()
-