CfnAppMixinProps
- class aws_cdk.mixins_preview.aws_pinpoint.mixins.CfnAppMixinProps(*, name=None, tags=None)
Bases:
objectProperties for CfnAppPropsMixin.
- Parameters:
name (
Optional[str]) – The display name of the application.tags (
Any) – An array of key-value pairs to apply to this resource. For more information, see Tag .
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_pinpoint import mixins as pinpoint_mixins # tags: Any cfn_app_mixin_props = pinpoint_mixins.CfnAppMixinProps( name="name", tags=tags )
Attributes
- name
The display name of the application.