public static final class CfnFeatureGroup.OnlineStoreConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFeatureGroup.OnlineStoreConfigProperty
CfnFeatureGroup.OnlineStoreConfigProperty
CfnFeatureGroup.OnlineStoreConfigProperty.Builder, CfnFeatureGroup.OnlineStoreConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnableOnlineStore()
Turn `OnlineStore` off by specifying `False` for the `EnableOnlineStore` flag.
|
java.lang.Object |
getSecurityConfig()
Use to specify KMS Key ID ( `KMSKeyId` ) for at-rest encryption of your `OnlineStore` .
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnableOnlineStore()
CfnFeatureGroup.OnlineStoreConfigProperty
Turn OnlineStore
on by specifying True
for the EnableOnlineStore
flag.
The default value is False
.
getEnableOnlineStore
in interface CfnFeatureGroup.OnlineStoreConfigProperty
public final java.lang.Object getSecurityConfig()
CfnFeatureGroup.OnlineStoreConfigProperty
getSecurityConfig
in interface CfnFeatureGroup.OnlineStoreConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()