Update Constraint
servicecatalog_update_constraint | R Documentation |
Updates the specified constraint¶
Description¶
Updates the specified constraint.
Usage¶
servicecatalog_update_constraint(AcceptLanguage, Id, Description,
Parameters)
Arguments¶
AcceptLanguage |
The language code.
|
Id |
[required] The identifier of the constraint. |
Description |
The updated description of the constraint. |
Parameters |
The constraint parameters, in JSON format. The syntax depends on the constraint type as follows: LAUNCH You are required to specify either the Specify the
Specify the
If you specify the The given role name must exist in the account used to create the launch constraint and the account of the user who launches a product with this launch constraint. You cannot have both a You also cannot have more than one NOTIFICATION Specify the
RESOURCE_UPDATE Specify the
The STACKSET Specify the
You cannot have both a You also cannot have more than one Products with a TEMPLATE Specify the |
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"
)
Request syntax¶
svc$update_constraint(
AcceptLanguage = "string",
Id = "string",
Description = "string",
Parameters = "string"
)