Skip to main content

UpdateCustomAttributeInput

Replace the closed set of values for an existing custom attribute. The key and scope are immutable.

input UpdateCustomAttributeInput {
required: Boolean
values: [String!]!
}

Fields

UpdateCustomAttributeInput.required ● Boolean scalar {#required}

Whether this attribute must be set when creating a resource at the specified scope.

UpdateCustomAttributeInput.values ● [String!]! non-null scalar {#values}

The closed set of values this attribute may take. Must contain at least one entry, no duplicates, and may not contain the literal "*" (reserved for a future "any value" semantic). Replaces the current set in full.

Member Of

updateCustomAttribute mutation