Show / Hide Table of Contents

Interface ICfnAppProps

Properties for defining a CfnApp.

Namespace: Amazon.CDK.AWS.Pinpoint
Assembly: Amazon.CDK.AWS.Pinpoint.dll
Syntax (csharp)
public interface ICfnAppProps
Syntax (vb)
Public Interface ICfnAppProps
Remarks

Link: 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;

CfnAppProps 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

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

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 .

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

Back to top Generated by DocFX