AWS::KinesisAnalyticsV2::Application PropertyGroup - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KinesisAnalyticsV2::Application PropertyGroup

Property key-value pairs passed into an application.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PropertyGroupId" : String, "PropertyMap" : {Key: Value, ...} }

YAML

PropertyGroupId: String PropertyMap: Key: Value

Properties

PropertyGroupId

Describes the key of an application execution property key-value pair.

Required: No

Type: String

Pattern: ^[a-zA-Z0-9_.-]+$

Minimum: 1

Maximum: 50

Update requires: No interruption

PropertyMap

Describes the value of an application execution property key-value pair.

Required: No

Type: Object of String

Pattern: ^.{1,2048}$

Minimum: 1

Maximum: 2048

Update requires: No interruption

See also

  • PropertyGroup in the Amazon Kinesis Data Analytics API Reference