You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Configure deployment options using AWS Cloudformaiton StackSets
126
+
* Force users to assume a certain role when launching a product.
127
+
* The role will be referenced by name in the local account instead of a static role arn.
128
+
* A role with this name will automatically be created and assumable by Service Catalog in this account.
129
+
* This is useful when sharing the portfolio with multiple accounts.
130
+
*
131
+
* @param product A service catalog product.
132
+
* @param launchRoleName The name of the IAM role a user must assume when provisioning the product. A role with this name must exist in the account where the portolio is created and the accounts it is shared with.
* Force users to assume a certain role when launching a product.
139
+
* The role name will be referenced by in the local account and must be set explicitly.
140
+
* This is useful when sharing the portfolio with multiple accounts.
141
+
*
142
+
* @param product A service catalog product.
143
+
* @param launchRole The IAM role a user must assume when provisioning the product. A role with this name must exist in the account where the portolio is created and the accounts it is shared with. The role name must be set explicitly.
0 commit comments