paws.management (version 0.1.0)

servicecatalog_describe_constraint: Gets information about the specified constraint

Description

Gets information about the specified constraint.

Usage

servicecatalog_describe_constraint(AcceptLanguage, Id)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Id

[required] The identifier of the constraint.

Request syntax

svc$describe_constraint(
  AcceptLanguage = "string",
  Id = "string"
)