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
show all
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

Instance Attribute Details

#property_group_idString

Describes the key of an application execution property key-value pair.

Returns:

  • (String)

    Describes the key of an application execution property key-value pair.

#property_mapHash<String,String>

Describes the value of an application execution property key-value pair.

Returns:

  • (Hash<String,String>)

    Describes the value of an application execution property key-value pair.