Show / Hide Table of Contents

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

string

Remarks

See: 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.

object? Tags { get; }
Property Value

object

Remarks

For more information, see Tag .

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

Back to top Generated by DocFX