Show / Hide Table of Contents

Class CfnAppProps

Properties for defining a AWS::Pinpoint::App.

Inheritance
System.Object
CfnAppProps
Implements
ICfnAppProps
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.AWS.Pinpoint.dll
Syntax (csharp)
public class CfnAppProps : Object, ICfnAppProps
Syntax (vb)
Public Class CfnAppProps
    Inherits Object
    Implements ICfnAppProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html

Synopsis

Constructors

CfnAppProps()

Properties

Name

AWS::Pinpoint::App.Name.

Tags

AWS::Pinpoint::App.Tags.

Constructors

CfnAppProps()

public CfnAppProps()

Properties

Name

AWS::Pinpoint::App.Name.

public string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-name

Tags

AWS::Pinpoint::App.Tags.

public object Tags { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html#cfn-pinpoint-app-tags

Implements

ICfnAppProps
Back to top Generated by DocFX