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
@@ -475,11 +483,10 @@ export class BcmPricingCalculator extends PolicyStatement {
475
483
*
476
484
* @param billEstimateId - Identifier for the billEstimateId.
477
485
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
478
-
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
479
486
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
@@ -489,11 +496,13 @@ export class BcmPricingCalculator extends PolicyStatement {
489
496
*
490
497
* @param billScenarioId - Identifier for the billScenarioId.
491
498
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
492
-
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
493
499
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
@@ -503,11 +512,13 @@ export class BcmPricingCalculator extends PolicyStatement {
503
512
*
504
513
* @param workloadEstimateId - Identifier for the workloadEstimateId.
505
514
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
506
-
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
507
515
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
* @param operator Works with [string operators](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_String). **Default:** `StringLike`
@@ -545,6 +566,8 @@ export class BcmPricingCalculator extends PolicyStatement {
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
97
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
98
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
110
+
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
111
+
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
0 commit comments