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
Copy file name to clipboardExpand all lines: framework/src/consumption/lib/quicksight/quicksight-subscription-props.ts
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,27 @@
1
1
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
// SPDX-License-Identifier: Apache-2.0
3
3
4
-
import{Duration,RemovalPolicy}from"aws-cdk-lib";
4
+
import{Duration,RemovalPolicy}from'aws-cdk-lib';
5
5
6
6
7
7
/**
8
8
* The properties for the `QuickSightSubscription` construct
9
9
*/
10
10
11
11
exportinterfaceQuickSightSubscriptionProps{
12
-
12
+
13
13
/**
14
14
* The name of your Amazon QuickSight account.
15
15
* This name is unique over all of Amazon Web Services, and it appears only when users sign in.
16
16
* You can't change AccountName value after the Amazon QuickSight account is created.
17
17
*/
18
18
readonlyaccountName: string;
19
-
19
+
20
20
/**
21
21
* The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
22
22
*/
23
23
readonlynotificationEmail: string;
24
-
24
+
25
25
/**
26
26
* The edition of Amazon QuickSight that you want your account to have. Currently, you can choose from ENTERPRISE or ENTERPRISE_AND_Q .
* The CloudWatch Log Group for the QuickSight account subscription submission
@@ -67,18 +70,18 @@ export class QuickSightSubscription extends TrackedConstruct{
67
70
publicreadonlycleanUpRole?: IRole;
68
71
69
72
/**
70
-
* The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in.
73
+
* The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in.
71
74
* You can't change AccountName value after the Amazon QuickSight account is created.
72
75
*/
73
76
publicreadonlyaccountName: string;
74
-
75
-
/**
77
+
78
+
/**
76
79
* The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.
77
80
*/
78
81
readonlynotificationEmail: string;
79
-
82
+
80
83
/**
81
-
* The admin group associated with your Active Directory or IAM Identity Center account. This field is required as IAM_IDENTITY_CENTER is
84
+
* The admin group associated with your Active Directory or IAM Identity Center account. This field is required as IAM_IDENTITY_CENTER is
82
85
* the only supported authentication method of the new Amazon QuickSight account
83
86
*/
84
87
readonlyadminGroup: string[];
@@ -102,11 +105,11 @@ export class QuickSightSubscription extends TrackedConstruct{
0 commit comments