Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

S3StorageConfig

import type { S3StorageConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore.

interface S3StorageConfig {
KmsKeyId?: string | null;
ResolvedOutputS3Uri?: string | null;
S3Uri: string;
}

§Properties

§
KmsKeyId?: string | null
[src]

The Amazon Web Services Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.

The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId:

  • "kms:GenerateDataKey"
    
§
ResolvedOutputS3Uri?: string | null
[src]

The S3 path where offline records are written.

§
S3Uri: string
[src]

The S3 URI, or location in Amazon S3, of OfflineStore.

S3 URIs have a format similar to the following: s3://example-bucket/prefix/.