View source: R/servicecatalog_operations.R
servicecatalog_create_constraint | R Documentation |
Creates a constraint.
See https://www.paws-r-sdk.com/docs/servicecatalog_create_constraint/ for full documentation.
servicecatalog_create_constraint(
AcceptLanguage = NULL,
PortfolioId,
ProductId,
Parameters,
Type,
Description = NULL,
IdempotencyToken
)
AcceptLanguage |
The language code.
|
PortfolioId |
[required] The portfolio identifier. |
ProductId |
[required] The product identifier. |
Parameters |
[required] 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 |
Type |
[required] The type of constraint.
|
Description |
The description of the constraint. |
IdempotencyToken |
[required] A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.