aws-cdk-lib.aws_sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty

interface EdgeOutputConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDeviceFleet_EdgeOutputConfigProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty
Pythonaws_cdk.aws_sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnDeviceFleet » EdgeOutputConfigProperty

The output configuration for storing sample data collected by the fleet.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const edgeOutputConfigProperty: sagemaker.CfnDeviceFleet.EdgeOutputConfigProperty = {
  s3OutputLocation: 's3OutputLocation',

  // the properties below are optional
  kmsKeyId: 'kmsKeyId',
};

Properties

NameTypeDescription
s3OutputLocationstringThe Amazon Simple Storage (S3) bucket URI.
kmsKeyId?stringThe AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job.

s3OutputLocation

Type: string

The Amazon Simple Storage (S3) bucket URI.


kmsKeyId?

Type: string (optional)

The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job.

If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.