Class CfnChannelPropsMixin.CustomerManagedS3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnChannelPropsMixin.CustomerManagedS3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.CustomerManagedS3Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.CustomerManagedS3Property
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.CustomerManagedS3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.CustomerManagedS3Property
An implementation for
CfnChannelPropsMixin.CustomerManagedS3Property-
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.iotanalytics.CfnChannelPropsMixin.CustomerManagedS3Property
CfnChannelPropsMixin.CustomerManagedS3Property.Builder, CfnChannelPropsMixin.CustomerManagedS3Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.CustomerManagedS3Property.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 name of the S3 bucket in which channel data is stored.final String(Optional) The prefix used to create the keys of the channel data objects.final StringThe ARN of the role that grants ITA permission to interact with your Amazon S3 resources.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.CustomerManagedS3Property.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnChannelPropsMixin.CustomerManagedS3PropertyThe name of the S3 bucket in which channel data is stored.- Specified by:
getBucketin interfaceCfnChannelPropsMixin.CustomerManagedS3Property- See Also:
-
getKeyPrefix
Description copied from interface:CfnChannelPropsMixin.CustomerManagedS3Property(Optional) The prefix used to create the keys of the channel data objects.Each object in an S3 bucket has a key that is its unique identifier within the bucket (each object in a bucket has exactly one key). The prefix must end with a forward slash (/).
- Specified by:
getKeyPrefixin interfaceCfnChannelPropsMixin.CustomerManagedS3Property- See Also:
-
getRoleArn
Description copied from interface:CfnChannelPropsMixin.CustomerManagedS3PropertyThe ARN of the role that grants ITA permission to interact with your Amazon S3 resources.- Specified by:
getRoleArnin interfaceCfnChannelPropsMixin.CustomerManagedS3Property- 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()
-