Class CfnAppProps
Properties for defining a AWS::Pinpoint::App
.
Inheritance
System.Object
CfnAppProps
Implements
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
Synopsis
Constructors
CfnAppProps() |
Properties
Name |
|
Tags |
|
Constructors
CfnAppProps()
public CfnAppProps()
Properties
Name
AWS::Pinpoint::App.Name
.
public string Name { get; set; }
Property Value
System.String
Remarks
Tags
AWS::Pinpoint::App.Tags
.
public object Tags { get; set; }
Property Value
System.Object