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