interface SampleDocumentsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnTransformer.SampleDocumentsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnTransformer_SampleDocumentsProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnTransformer.SampleDocumentsProperty |
![]() | aws_cdk.aws_b2bi.CfnTransformer.SampleDocumentsProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnTransformer » SampleDocumentsProperty |
Describes a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_b2bi as b2bi } from 'aws-cdk-lib';
const sampleDocumentsProperty: b2bi.CfnTransformer.SampleDocumentsProperty = {
bucketName: 'bucketName',
keys: [{
input: 'input',
output: 'output',
}],
};
Properties
Name | Type | Description |
---|---|---|
bucket | string | Contains the Amazon S3 bucket that is used to hold your sample documents. |
keys | IResolvable | IResolvable | Sample [] | Contains an array of the Amazon S3 keys used to identify the location for your sample documents. |
bucketName
Type:
string
Contains the Amazon S3 bucket that is used to hold your sample documents.
keys
Type:
IResolvable
|
IResolvable
|
Sample
[]
Contains an array of the Amazon S3 keys used to identify the location for your sample documents.