p6-cdk-s3-protector 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -179,6 +179,10 @@ export declare class Quicksight extends PolicyStatement {
179
179
  *
180
180
  * Access Level: Write
181
181
  *
182
+ * Possible conditions:
183
+ * - .ifAwsRequestTag()
184
+ * - .ifAwsTagKeys()
185
+ *
182
186
  * https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight-email-templates.html
183
187
  */
184
188
  toCreateEmailCustomizationTemplate(): this;
@@ -2603,6 +2607,9 @@ export declare class Quicksight extends PolicyStatement {
2603
2607
  * @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
2604
2608
  * @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
2605
2609
  * @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.
2610
+ *
2611
+ * Possible conditions:
2612
+ * - .ifAwsResourceTag()
2606
2613
  */
2607
2614
  onEmailCustomizationTemplate(resourceId: string, account?: string, region?: string, partition?: string): this;
2608
2615
  /**
@@ -2729,6 +2736,7 @@ export declare class Quicksight extends PolicyStatement {
2729
2736
  * - .toCreateDashboard()
2730
2737
  * - .toCreateDataSet()
2731
2738
  * - .toCreateDataSource()
2739
+ * - .toCreateEmailCustomizationTemplate()
2732
2740
  * - .toCreateFolder()
2733
2741
  * - .toCreateGroupMembership()
2734
2742
  * - .toCreateIngestion()
@@ -2789,6 +2797,7 @@ export declare class Quicksight extends PolicyStatement {
2789
2797
  * - theme
2790
2798
  * - customization
2791
2799
  * - folder
2800
+ * - emailCustomizationTemplate
2792
2801
  * - topic
2793
2802
  * - dashboardSnapshotJob
2794
2803
  * - brand
@@ -2818,6 +2827,7 @@ export declare class Quicksight extends PolicyStatement {
2818
2827
  * - .toCreateDashboard()
2819
2828
  * - .toCreateDataSet()
2820
2829
  * - .toCreateDataSource()
2830
+ * - .toCreateEmailCustomizationTemplate()
2821
2831
  * - .toCreateFolder()
2822
2832
  * - .toCreateGroupMembership()
2823
2833
  * - .toCreateIngestion()