aws-cdk-lib.aws_frauddetector.CfnListProps

interface CfnListProps

LanguageType name
.NETAmazon.CDK.AWS.FraudDetector.CfnListProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsfrauddetector#CfnListProps
Javasoftware.amazon.awscdk.services.frauddetector.CfnListProps
Pythonaws_cdk.aws_frauddetector.CfnListProps
TypeScript aws-cdk-lib » aws_frauddetector » CfnListProps

Properties for defining a CfnList.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_frauddetector as frauddetector } from 'aws-cdk-lib';
const cfnListProps: frauddetector.CfnListProps = {
  name: 'name',

  // the properties below are optional
  description: 'description',
  elements: ['elements'],
  tags: [{
    key: 'key',
    value: 'value',
  }],
  variableType: 'variableType',
};

Properties

NameTypeDescription
namestringThe name of the list.
description?stringThe description of the list.
elements?string[]The elements in the list.
tags?CfnTag[]An array of key-value pairs to apply to this resource.
variableType?stringThe variable type of the list.

name

Type: string

The name of the list.


description?

Type: string (optional)

The description of the list.


elements?

Type: string[] (optional)

The elements in the list.


tags?

Type: CfnTag[] (optional)

An array of key-value pairs to apply to this resource.

For more information, see Tag .


variableType?

Type: string (optional)

The variable type of the list.

For more information, see Variable types