Class CfnChannel.CustomerManagedS3Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotanalytics.CfnChannel.CustomerManagedS3Property.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.CustomerManagedS3Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnChannel.CustomerManagedS3Property
@Stability(Stable)
@Internal
public static final class CfnChannel.CustomerManagedS3Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.CustomerManagedS3Property
An implementation for
CfnChannel.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.services.iotanalytics.CfnChannel.CustomerManagedS3Property
CfnChannel.CustomerManagedS3Property.Builder, CfnChannel.CustomerManagedS3Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.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 AWS IoT Analytics 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 theCfnChannel.CustomerManagedS3Property.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnChannel.CustomerManagedS3PropertyThe name of the S3 bucket in which channel data is stored.- Specified by:
getBucketin interfaceCfnChannel.CustomerManagedS3Property
-
getRoleArn
Description copied from interface:CfnChannel.CustomerManagedS3PropertyThe ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.- Specified by:
getRoleArnin interfaceCfnChannel.CustomerManagedS3Property
-
getKeyPrefix
Description copied from interface:CfnChannel.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 interfaceCfnChannel.CustomerManagedS3Property
-
$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()
-