Interface ICfnAppProps
Properties for defining a CfnApp
.
Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnAppProps
Syntax (vb)
Public Interface ICfnAppProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-app.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pinpoint;
var tags;
var cfnAppProps = new CfnAppProps {
Name = "name",
// the properties below are optional
Tags = tags
};
Synopsis
Properties
Name | The display name of the application. |
Tags | An array of key-value pairs to apply to this resource. |
Properties
Name
The display name of the application.
string Name { get; }
Property Value
System.String
Remarks
Tags
An array of key-value pairs to apply to this resource.
virtual object Tags { get; }
Property Value
System.Object
Remarks
For more information, see Tag .