class Aws::KinesisAnalyticsV2::Types::PropertyGroup

Property key-value pairs passed into an application.

@note When making an API call, you may pass PropertyGroup

data as a hash:

    {
      property_group_id: "Id", # required
      property_map: { # required
        "PropertyKey" => "PropertyValue",
      },
    }

@!attribute [rw] property_group_id

Describes the key of an application execution property key-value
pair.
@return [String]

@!attribute [rw] property_map

Describes the value of an application execution property key-value
pair.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/PropertyGroup AWS API Documentation

Constants

SENSITIVE