paws.management (version 0.1.0)

servicecatalog_update_constraint: Updates the specified constraint

Description

Updates the specified constraint.

Usage

servicecatalog_update_constraint(AcceptLanguage, Id, Description)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Id

[required] The identifier of the constraint.

Description

The updated description of the constraint.

Request syntax

svc$update_constraint(
  AcceptLanguage = "string",
  Id = "string",
  Description = "string"
)