aws-cdk-lib.aws_databrew.CfnProject.SampleProperty

interface SampleProperty

LanguageType name
.NETAmazon.CDK.AWS.DataBrew.CfnProject.SampleProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnProject_SampleProperty
Javasoftware.amazon.awscdk.services.databrew.CfnProject.SampleProperty
Pythonaws_cdk.aws_databrew.CfnProject.SampleProperty
TypeScript aws-cdk-lib » aws_databrew » CfnProject » SampleProperty

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_databrew as databrew } from 'aws-cdk-lib';
const sampleProperty: databrew.CfnProject.SampleProperty = {
  type: 'type',

  // the properties below are optional
  size: 123,
};

Properties

NameTypeDescription
typestringThe way in which DataBrew obtains rows from a dataset.
size?numberThe number of rows in the sample.

type

Type: string

The way in which DataBrew obtains rows from a dataset.


size?

Type: number (optional)

The number of rows in the sample.