interface ReverseOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.ReverseOptions |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#ReverseOptions |
![]() | software.amazon.awscdk.ReverseOptions |
![]() | aws_cdk.ReverseOptions |
![]() | aws-cdk-lib » ReverseOptions |
Options for the 'reverse()' operation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
const reverseOptions: cdk.ReverseOptions = {
failConcat: false,
};
Properties
Name | Type | Description |
---|---|---|
fail | boolean | Fail if the given string is a concatenation. |
failConcat?
Type:
boolean
(optional, default: true)
Fail if the given string is a concatenation.
If false
, just return undefined
.