Gets information about the specified constraint.
servicecatalog_describe_constraint(AcceptLanguage, Id)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The identifier of the constraint.
A list with the following syntax:
list( ConstraintDetail = list( ConstraintId = "string", Type = "string", Description = "string", Owner = "string", ProductId = "string", PortfolioId = "string" ), ConstraintParameters = "string", Status = "AVAILABLE"|"CREATING"|"FAILED" )
svc$describe_constraint( AcceptLanguage = "string", Id = "string" )