Describe Constraint
servicecatalog_describe_constraint | R Documentation |
Gets information about the specified constraint¶
Description¶
Gets information about the specified constraint.
Usage¶
Arguments¶
AcceptLanguage
The language code.
jp
- Japanesezh
- Chinese
Id
[required] The identifier of the constraint.
Value¶
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"
)