aws-cdk-lib.aws_kinesisanalyticsv2.CfnApplication.PropertyGroupProperty

interface PropertyGroupProperty

LanguageType name
.NETAmazon.CDK.AWS.KinesisAnalyticsV2.CfnApplication.PropertyGroupProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplication_PropertyGroupProperty
Javasoftware.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.PropertyGroupProperty
Pythonaws_cdk.aws_kinesisanalyticsv2.CfnApplication.PropertyGroupProperty
TypeScript aws-cdk-lib » aws_kinesisanalyticsv2 » CfnApplication » 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_kinesisanalyticsv2 as kinesisanalyticsv2 } from 'aws-cdk-lib';
const propertyGroupProperty: kinesisanalyticsv2.CfnApplication.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.