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