interface PropertyGroupProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisAnalyticsV2.CfnApplication.PropertyGroupProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisanalyticsv2#CfnApplication_PropertyGroupProperty |
![]() | software.amazon.awscdk.services.kinesisanalyticsv2.CfnApplication.PropertyGroupProperty |
![]() | aws_cdk.aws_kinesisanalyticsv2.CfnApplication.PropertyGroupProperty |
![]() | 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
Name | Type | Description |
---|---|---|
property | string | Describes the key of an application execution property key-value pair. |
property | { [string]: string } | IResolvable | 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:
{ [string]: string } |
IResolvable
(optional)
Describes the value of an application execution property key-value pair.