interface CfnAppProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pinpoint.CfnAppProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspinpoint#CfnAppProps |
![]() | software.amazon.awscdk.services.pinpoint.CfnAppProps |
![]() | aws_cdk.aws_pinpoint.CfnAppProps |
![]() | aws-cdk-lib » aws_pinpoint » CfnAppProps |
Properties for defining a CfnApp
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html
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
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 .