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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotanalytics.CfnChannel.CustomerManagedS3Property
CfnChannel.CustomerManagedS3Property.Builder, CfnChannel.CustomerManagedS3Property.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.CustomerManagedS3Property.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The 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 String
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.final int
hashCode()
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.CustomerManagedS3Property
The name of the S3 bucket in which channel data is stored.- Specified by:
getBucket
in interfaceCfnChannel.CustomerManagedS3Property
- See Also:
-
getRoleArn
Description copied from interface:CfnChannel.CustomerManagedS3Property
The ARN of the role that grants AWS IoT Analytics permission to interact with your Amazon S3 resources.- Specified by:
getRoleArn
in interfaceCfnChannel.CustomerManagedS3Property
- See Also:
-
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:
getKeyPrefix
in interfaceCfnChannel.CustomerManagedS3Property
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-