Interface CfnFeatureGroupPropsMixin.S3StorageConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFeatureGroupPropsMixin.S3StorageConfigProperty.Jsii$Proxy
Enclosing class:
CfnFeatureGroupPropsMixin

@Stability(Stable) public static interface CfnFeatureGroupPropsMixin.S3StorageConfigProperty extends software.amazon.jsii.JsiiSerializable
The Amazon Simple Storage (Amazon S3) location and security configuration for OfflineStore .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
 S3StorageConfigProperty s3StorageConfigProperty = S3StorageConfigProperty.builder()
         .kmsKeyId("kmsKeyId")
         .s3Uri("s3Uri")
         .build();
 

See Also: