interface MappingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_b2bi.CfnTransformer.MappingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnTransformer_MappingProperty |
Java | software.amazon.awscdk.services.b2bi.CfnTransformer.MappingProperty |
Python | aws_cdk.aws_b2bi.CfnTransformer.MappingProperty |
TypeScript | aws-cdk-lib » aws_b2bi » CfnTransformer » MappingProperty |
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 mappingProperty: b2bi.CfnTransformer.MappingProperty = {
templateLanguage: 'templateLanguage',
// the properties below are optional
template: 'template',
};
Properties
Name | Type | Description |
---|---|---|
template | string | |
template? | string |
templateLanguage
Type:
string
template?
Type:
string
(optional)