aws-cdk-lib.aws_quicksight.CfnTopic.NegativeFormatProperty

interface NegativeFormatProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTopic.NegativeFormatProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTopic_NegativeFormatProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTopic.NegativeFormatProperty
Pythonaws_cdk.aws_quicksight.CfnTopic.NegativeFormatProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTopic » NegativeFormatProperty

A structure that represents a negative format.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const negativeFormatProperty: quicksight.CfnTopic.NegativeFormatProperty = {
  prefix: 'prefix',
  suffix: 'suffix',
};

Properties

NameTypeDescription
prefix?stringThe prefix for a negative format.
suffix?stringThe suffix for a negative format.

prefix?

Type: string (optional)

The prefix for a negative format.


suffix?

Type: string (optional)

The suffix for a negative format.