Gets information about the specified constraint.
servicecatalog_describe_constraint(AcceptLanguage, Id)
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"
)
The language code.
en
- English (default)
jp
- Japanese
zh
- Chinese
[required] The identifier of the constraint.
svc$describe_constraint(
AcceptLanguage = "string",
Id = "string"
)