Class CfnFeatureGroup.OnlineStoreSecurityConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnFeatureGroup.OnlineStoreSecurityConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFeatureGroup.OnlineStoreSecurityConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFeatureGroup.OnlineStoreSecurityConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFeatureGroup.OnlineStoreSecurityConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFeatureGroup.OnlineStoreSecurityConfigProperty
An implementation for
CfnFeatureGroup.OnlineStoreSecurityConfigProperty
-
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.sagemaker.CfnFeatureGroup.OnlineStoreSecurityConfigProperty
CfnFeatureGroup.OnlineStoreSecurityConfigProperty.Builder, CfnFeatureGroup.OnlineStoreSecurityConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFeatureGroup.OnlineStoreSecurityConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnFeatureGroup.OnlineStoreSecurityConfigProperty.Builder
.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnFeatureGroup.OnlineStoreSecurityConfigProperty
The AWS Key Management Service (KMS) key ARN that SageMaker Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon S3 server-side encryption.The caller (either user or IAM role) of
CreateFeatureGroup
must have below permissions to theOnlineStore
KmsKeyId
:"kms:Encrypt"
"kms:Decrypt"
"kms:DescribeKey"
"kms:CreateGrant"
"kms:RetireGrant"
"kms:ReEncryptFrom"
"kms:ReEncryptTo"
"kms:GenerateDataKey"
"kms:ListAliases"
"kms:ListGrants"
"kms:RevokeGrant"
The caller (either user or IAM role) to all DataPlane operations (
PutRecord
,GetRecord
,DeleteRecord
) must have the following permissions to theKmsKeyId
:"kms:Decrypt"
- Specified by:
getKmsKeyId
in interfaceCfnFeatureGroup.OnlineStoreSecurityConfigProperty
- 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()
-