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: data-exports/deploy/data-exports-aggregation.yaml
+72-1Lines changed: 72 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,8 @@ Metadata:
43
43
default: "Enable Split Cost Allocation Data (SCAD) in CUR 2.0"
44
44
TimeGranularity:
45
45
default: "CUR 2.0 Granularity. Do not change."
46
-
46
+
LakeFormationEnabled:
47
+
default: "I have LakeFormation permission model in place for this account & my CFN deployment credentials have administrative rights on LakeFormation"
47
48
48
49
Parameters:
49
50
@@ -102,6 +103,11 @@ Parameters:
102
103
Description: Changing of this parameter will require redeployment of this Stack, purging of data in Destination and then additional Backfill request. HOURLY is a recommended option unless your AWS invoice is more then $50M (in this case contact your TAM when installing).
103
104
Default: "HOURLY"
104
105
AllowedValues: ["HOURLY", "DAILY", "MONTHLY"]
106
+
LakeFormationEnabled:
107
+
Type: String
108
+
Description: Choose 'yes' if Lake Formation permission model is in place for the account. If you are not sure, leave it as 'no'. You need to install cid-lakeformation-prerequisite.yaml first.
0 commit comments