Class CfnDatastorePropsMixin.DatastoreStorageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatastorePropsMixin.DatastoreStorageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDatastorePropsMixin.DatastoreStorageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDatastorePropsMixin.DatastoreStorageProperty
@Stability(Stable)
@Internal
public static final class CfnDatastorePropsMixin.DatastoreStorageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDatastorePropsMixin.DatastoreStorageProperty
An implementation for
CfnDatastorePropsMixin.DatastoreStorageProperty-
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.DatastoreStorageProperty
CfnDatastorePropsMixin.DatastoreStorageProperty.Builder, CfnDatastorePropsMixin.DatastoreStorageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDatastorePropsMixin.DatastoreStorageProperty.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 ObjectUse this to store data store data in an S3 bucket that you manage.final ObjectUse this to store data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.final ObjectUse this to store data store data in an S3 bucket managed by the service.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.DatastoreStorageProperty.Builder.
-
-
Method Details
-
getCustomerManagedS3
Description copied from interface:CfnDatastorePropsMixin.DatastoreStoragePropertyUse this to store data store data in an S3 bucket that you manage.The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
Returns union: either
IResolvableorCfnDatastorePropsMixin.CustomerManagedS3Property- Specified by:
getCustomerManagedS3in interfaceCfnDatastorePropsMixin.DatastoreStorageProperty- See Also:
-
getIotSiteWiseMultiLayerStorage
Description copied from interface:CfnDatastorePropsMixin.DatastoreStoragePropertyUse this to store data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.You can't change the choice of Amazon S3 storage after your data store is created.
Returns union: either
IResolvableorCfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty- Specified by:
getIotSiteWiseMultiLayerStoragein interfaceCfnDatastorePropsMixin.DatastoreStorageProperty- See Also:
-
getServiceManagedS3
Description copied from interface:CfnDatastorePropsMixin.DatastoreStoragePropertyUse this to store data store data in an S3 bucket managed by the service.The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.
- Specified by:
getServiceManagedS3in interfaceCfnDatastorePropsMixin.DatastoreStorageProperty- 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()
-