Interface CfnApplication.IEnvironmentPropertiesProperty
Describes execution properties for a Managed Service for Apache Flink application.
Namespace: Amazon.CDK.AWS.KinesisAnalyticsV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEnvironmentPropertiesProperty
Syntax (vb)
Public Interface IEnvironmentPropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisAnalyticsV2;
var environmentPropertiesProperty = new EnvironmentPropertiesProperty {
PropertyGroups = new [] { new PropertyGroupProperty {
PropertyGroupId = "propertyGroupId",
PropertyMap = new Dictionary<string, string> {
{ "propertyMapKey", "propertyMap" }
}
} }
};
Synopsis
Properties
Property |
Describes the execution property groups. |
Properties
PropertyGroups
Describes the execution property groups.
virtual object PropertyGroups { get; }
Property Value
System.