aws-cdk-lib.ReverseOptions

interface ReverseOptions

LanguageType name
.NETAmazon.CDK.ReverseOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2#ReverseOptions
Javasoftware.amazon.awscdk.ReverseOptions
Pythonaws_cdk.ReverseOptions
TypeScript (source)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

NameTypeDescription
failConcat?booleanFail 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.