File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,29 +13,29 @@ Parameters:
13
13
ResourcePrefix :
14
14
Type : String
15
15
Default : ' myapp'
16
- ConstraintDescription : ' [a-z0-9]+/ '
16
+ AllowedPattern : ' [a-z0-9]+'
17
17
MinLength : 1
18
18
MaxLength : 20
19
19
Description : >
20
20
Prefix that is used for the created resources (20 chars, a-z and 0-9 only)
21
21
NewKeyPrefix :
22
22
Type : String
23
23
Default : ' new/'
24
- ConstraintDescription : ' [A-Za-z0-9\-]+/'
24
+ AllowedPattern : ' [A-Za-z0-9\-]+/'
25
25
Description : >
26
26
Prefix of new access log files that are written by Amazon CloudFront.
27
27
Including the trailing slash.
28
28
GzKeyPrefix :
29
29
Type : String
30
30
Default : ' partitioned-gz/'
31
- ConstraintDescription : ' [A-Za-z0-9\-]+/'
31
+ AllowedPattern : ' [A-Za-z0-9\-]+/'
32
32
Description : >
33
33
Prefix of gzip'ed access log files that are moved to the Apache Hive
34
34
like style. Including the trailing slash.
35
35
ParquetKeyPrefix :
36
36
Type : String
37
37
Default : ' partitioned-parquet/'
38
- ConstraintDescription : ' [A-Za-z0-9\-]+/'
38
+ AllowedPattern : ' [A-Za-z0-9\-]+/'
39
39
Description : >
40
40
Prefix of parquet files that are created in Apache Hive
41
41
like style by the CTAS query. Including the trailing slash.
You can’t perform that action at this time.
0 commit comments