interface CfnAppProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Pinpoint.CfnAppProps |
Java | software.amazon.awscdk.services.pinpoint.CfnAppProps |
Python | aws_cdk.aws_pinpoint.CfnAppProps |
TypeScript | @aws-cdk/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 * as pinpoint from '@aws-cdk/aws-pinpoint';
declare const tags: any;
const cfnAppProps: pinpoint.CfnAppProps = {
name: 'name',
// the properties below are optional
tags: tags,
};
Properties
Name | Type | Description |
---|---|---|
name | string | The display name of the application. |
tags? | any | An 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 .