interface EnvironmentPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2.CfnApplicationPropsMixin.EnvironmentPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskinesisanalyticsv2#CfnApplicationPropsMixin_EnvironmentPropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.EnvironmentPropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_kinesisanalyticsv2.CfnApplicationPropsMixin.EnvironmentPropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kinesisanalyticsv2 » CfnApplicationPropsMixin » EnvironmentPropertiesProperty |
Describes execution properties for a Managed Service for Apache Flink 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/cfn-property-mixins';
const environmentPropertiesProperty: kinesisanalyticsv2.CfnApplicationPropsMixin.EnvironmentPropertiesProperty = {
propertyGroups: [{
propertyGroupId: 'propertyGroupId',
propertyMap: {
propertyMapKey: 'propertyMap',
},
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| property | IResolvable | (IResolvable | Property)[] | Describes the execution property groups. |
propertyGroups?
Type:
IResolvable | (IResolvable | Property)[]
(optional)
Describes the execution property groups.

.NET
Go
Java
Python
TypeScript