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 |
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 | |
keys | IResolvable | IResolvable | Sample [] |
bucketName
Type:
string
keys
Type:
IResolvable
|
IResolvable
|
Sample
[]