aws-cdk-lib.aws_kinesisanalytics.CfnApplicationV2.PropertyGroupProperty

interface PropertyGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalytics.CfnApplicationV2.PropertyGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalytics#CfnApplicationV2_PropertyGroupProperty
Javasoftware.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.PropertyGroupProperty
Pythonaws_cdk.aws_kinesisanalytics.CfnApplicationV2.PropertyGroupProperty
TypeScript aws-cdk-lib » aws_kinesisanalytics » CfnApplicationV2 » PropertyGroupProperty

Property key-value pairs passed into an application.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisanalytics as kinesisanalytics } from 'aws-cdk-lib';
const propertyGroupProperty: kinesisanalytics.CfnApplicationV2.PropertyGroupProperty = {
  propertyGroupId: 'propertyGroupId',
  propertyMap: {
    propertyMapKey: 'propertyMap',
  },
};

Properties

NameTypeDescription
propertyGroupId?stringDescribes the key of an application execution property key-value pair.
propertyMap?IResolvable | { [string]: string }Describes the value of an application execution property key-value pair.

propertyGroupId?

Type: string (optional)

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


propertyMap?

Type: IResolvable | { [string]: string } (optional)

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