aws-cdk-lib.aws_sagemaker.CfnPipeline.S3LocationProperty

interface S3LocationProperty

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

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 s3LocationProperty: sagemaker.CfnPipeline.S3LocationProperty = {
  bucket: 'bucket',
  key: 'key',

  // the properties below are optional
  eTag: 'eTag',
  version: 'version',
};

Properties

NameTypeDescription
bucketstringCfnPipeline.S3LocationProperty.Bucket.
keystringCfnPipeline.S3LocationProperty.Key.
eTag?stringCfnPipeline.S3LocationProperty.ETag.
version?stringCfnPipeline.S3LocationProperty.Version.

bucket

Type: string

CfnPipeline.S3LocationProperty.Bucket.


key

Type: string

CfnPipeline.S3LocationProperty.Key.


eTag?

Type: string (optional)

CfnPipeline.S3LocationProperty.ETag.


version?

Type: string (optional)

CfnPipeline.S3LocationProperty.Version.