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-collection/deploy/deploy-data-collection.yaml
+50-16Lines changed: 50 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Metadata:
36
36
- IncludeLicenseManagerModule
37
37
ParameterLabels:
38
38
DestinationBucket:
39
-
default: 'Destination S3 bucket'
39
+
default: 'Destination S3 bucket prefix'
40
40
ManagementAccountRole:
41
41
default: 'Management account role'
42
42
ManagementAccountID:
@@ -113,7 +113,7 @@ Mappings:
113
113
Parameters:
114
114
DestinationBucket:
115
115
Type: String
116
-
Description: A Prefix of S3 Bucket name that will hold information. A Bucket name will be concatenated with account_id automatically (cid-data-123456123456). You can keep this parameter as is.
116
+
Description: "A Prefix of S3 Bucket name that will hold information. A Bucket name will be concatenated with account_id automatically (ex: cid-data-123456123456). You can keep this parameter as is."
0 commit comments