You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::PropertyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::PropertyGroup
- Defined in:
- (unknown)
Overview
Note:
When passing PropertyGroup as input to an Aws::Client method, you can use a vanilla Hash:
{
property_group_id: "Id", # required
property_map: { # required
"PropertyKey" => "PropertyValue",
},
}
Property key-value pairs passed into a Flink-based Kinesis Data Analytics application.
Instance Attribute Summary collapse
-
#property_group_id ⇒ String
Describes the key of an application execution property key-value pair.
-
#property_map ⇒ Hash<String,String>
Describes the value of an application execution property key-value pair.
Instance Attribute Details
#property_group_id ⇒ String
Describes the key of an application execution property key-value pair.
#property_map ⇒ Hash<String,String>
Describes the value of an application execution property key-value pair.