interface WrapOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_b2bi.CfnPartnership.WrapOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsb2bi#CfnPartnership_WrapOptionsProperty |
![]() | software.amazon.awscdk.services.b2bi.CfnPartnership.WrapOptionsProperty |
![]() | aws_cdk.aws_b2bi.CfnPartnership.WrapOptionsProperty |
![]() | aws-cdk-lib » aws_b2bi » CfnPartnership » WrapOptionsProperty |
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 wrapOptionsProperty: b2bi.CfnPartnership.WrapOptionsProperty = {
lineLength: 123,
lineTerminator: 'lineTerminator',
wrapBy: 'wrapBy',
};
Properties
Name | Type | Description |
---|---|---|
line | number | |
line | string | |
wrap | string |
lineLength?
Type:
number
(optional)
lineTerminator?
Type:
string
(optional)
wrapBy?
Type:
string
(optional)