ParameterGroupUpdateInput
Parameter group update input
input ParameterGroupUpdateInput {
archived: Boolean
description: String
id: ID!
language: String
name: String
parameterGroupSetId: ID
shortName: String
}
Fields
ParameterGroupUpdateInput.archived ● Boolean scalar
Archived
ParameterGroupUpdateInput.description ● String scalar
Description
ParameterGroupUpdateInput.id ● ID! non-null scalar
Parameter group id
ParameterGroupUpdateInput.language ● String scalar
Language
ParameterGroupUpdateInput.name ● String scalar
Name
ParameterGroupUpdateInput.parameterGroupSetId ● ID scalar
Parameter group set id
ParameterGroupUpdateInput.shortName ● String scalar
Short name
Member Of
BulkUpdateParameterGroupsInput input ● UpdateParameterGroupInput input