aws-cdk-lib.aws_pinpoint.CfnAppProps

interface CfnAppProps

LanguageType name
.NETAmazon.CDK.AWS.Pinpoint.CfnAppProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnAppProps
Javasoftware.amazon.awscdk.services.pinpoint.CfnAppProps
Pythonaws_cdk.aws_pinpoint.CfnAppProps
TypeScript aws-cdk-lib » aws_pinpoint » CfnAppProps

Properties for defining a CfnApp.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pinpoint as pinpoint } from 'aws-cdk-lib';

declare const tags: any;
const cfnAppProps: pinpoint.CfnAppProps = {
  name: 'name',

  // the properties below are optional
  tags: tags,
};

Properties

NameTypeDescription
namestringThe display name of the application.
tags?anyAn array of key-value pairs to apply to this resource.

name

Type: string

The display name of the application.


tags?

Type: any (optional)

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

For more information, see Tag .