ParameterGroupSet
Parameter group set — container of parameter groups per account
type ParameterGroupSet {
accountId: ID!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
id: ID!
language: String
name: String!
package: String
parentId: ID
updatedAt: ISO8601DateTime!
}
Fields
ParameterGroupSet.accountId ● ID! non-null scalar
Account ID
ParameterGroupSet.createdAt ● ISO8601DateTime! non-null scalar
Created at
ParameterGroupSet.deletedAt ● ISO8601DateTime scalar
Deleted at
ParameterGroupSet.id ● ID! non-null scalar
ID
ParameterGroupSet.language ● String scalar
Language code (ISO 639-1)
ParameterGroupSet.name ● String! non-null scalar
Name
ParameterGroupSet.package ● String scalar
Package identifier
ParameterGroupSet.parentId ● ID scalar
Predefined parameter group set ID
ParameterGroupSet.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Member Of
ParameterGroupSetConnection object ● ParameterGroupSetEdge object