cdk-common 2.0.207 → 2.0.210
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.
- package/.jsii +9 -3
- package/API.md +5 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +1 -0
- package/lib/managed-policies.js +2 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +99 -0
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +111 -19
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +114 -96
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/assert",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.33.0",
|
|
4
4
|
"description": "An assertion library for use with CDK Apps",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@aws-cdk/assert-internal": "2.
|
|
38
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
39
|
-
"@aws-cdk/pkglint": "2.
|
|
37
|
+
"@aws-cdk/assert-internal": "2.33.0",
|
|
38
|
+
"@aws-cdk/cdk-build-tools": "2.33.0",
|
|
39
|
+
"@aws-cdk/pkglint": "2.33.0",
|
|
40
40
|
"@types/jest": "^27.5.2",
|
|
41
|
-
"aws-cdk-lib": "2.
|
|
42
|
-
"aws-cdk-migration": "2.
|
|
41
|
+
"aws-cdk-lib": "2.33.0",
|
|
42
|
+
"aws-cdk-migration": "2.33.0",
|
|
43
43
|
"constructs": "^10.0.0",
|
|
44
44
|
"jest": "^27.3.1",
|
|
45
45
|
"ts-jest": "^27.1.5"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-cdk/cloudformation-diff": "2.
|
|
48
|
+
"@aws-cdk/cloudformation-diff": "2.33.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"aws-cdk-lib": "^2.
|
|
51
|
+
"aws-cdk-lib": "^2.33.0",
|
|
52
52
|
"constructs": "^10.0.0",
|
|
53
53
|
"jest": ">=26.6.3"
|
|
54
54
|
},
|
|
@@ -1,3 +1,102 @@
|
|
|
1
|
+
# CloudFormation Resource Specification v81.0.0
|
|
2
|
+
|
|
3
|
+
## New Resource Types
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Attribute Changes
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
## Property Changes
|
|
10
|
+
|
|
11
|
+
* AWS::Evidently::Experiment RemoveSegment (__added__)
|
|
12
|
+
* AWS::Evidently::Experiment Segment (__added__)
|
|
13
|
+
|
|
14
|
+
## Property Type Changes
|
|
15
|
+
|
|
16
|
+
* AWS::Evidently::Launch.SegmentOverride (__added__)
|
|
17
|
+
* AWS::Evidently::Launch.StepConfig SegmentOverrides (__added__)
|
|
18
|
+
|
|
19
|
+
## Unapplied changes
|
|
20
|
+
|
|
21
|
+
* AWS::Rekognition is at 68.0.0
|
|
22
|
+
* AWS::SageMaker is at 72.0.0
|
|
23
|
+
|
|
24
|
+
# CloudFormation Resource Specification v80.0.0
|
|
25
|
+
|
|
26
|
+
## New Resource Types
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## Attribute Changes
|
|
30
|
+
|
|
31
|
+
* AWS::AutoScaling::ScalingPolicy Documentation (__changed__)
|
|
32
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html
|
|
33
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html
|
|
34
|
+
* AWS::AutoScaling::ScalingPolicy Arn (__added__)
|
|
35
|
+
* AWS::AutoScaling::ScalingPolicy PolicyName (__added__)
|
|
36
|
+
|
|
37
|
+
## Property Changes
|
|
38
|
+
|
|
39
|
+
* AWS::AppStream::ImageBuilder AccessEndpoints.DuplicatesAllowed (__added__)
|
|
40
|
+
* AWS::AppStream::ImageBuilder Tags.DuplicatesAllowed (__added__)
|
|
41
|
+
* AWS::AutoScaling::ScalingPolicy AdjustmentType.Documentation (__changed__)
|
|
42
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype
|
|
43
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-adjustmenttype
|
|
44
|
+
* AWS::AutoScaling::ScalingPolicy AutoScalingGroupName.Documentation (__changed__)
|
|
45
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-autoscalinggroupname
|
|
46
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-autoscalinggroupname
|
|
47
|
+
* AWS::AutoScaling::ScalingPolicy AutoScalingGroupName.UpdateType (__changed__)
|
|
48
|
+
* Old: Mutable
|
|
49
|
+
* New: Immutable
|
|
50
|
+
* AWS::AutoScaling::ScalingPolicy Cooldown.Documentation (__changed__)
|
|
51
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-cooldown
|
|
52
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-cooldown
|
|
53
|
+
* AWS::AutoScaling::ScalingPolicy EstimatedInstanceWarmup.Documentation (__changed__)
|
|
54
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-estimatedinstancewarmup
|
|
55
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-estimatedinstancewarmup
|
|
56
|
+
* AWS::AutoScaling::ScalingPolicy MetricAggregationType.Documentation (__changed__)
|
|
57
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-metricaggregationtype
|
|
58
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-metricaggregationtype
|
|
59
|
+
* AWS::AutoScaling::ScalingPolicy MinAdjustmentMagnitude.Documentation (__changed__)
|
|
60
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude
|
|
61
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-minadjustmentmagnitude
|
|
62
|
+
* AWS::AutoScaling::ScalingPolicy PolicyType.Documentation (__changed__)
|
|
63
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-policytype
|
|
64
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-policytype
|
|
65
|
+
* AWS::AutoScaling::ScalingPolicy PredictiveScalingConfiguration.Documentation (__changed__)
|
|
66
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-autoscaling-scalingpolicy-predictivescalingconfiguration
|
|
67
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-predictivescalingconfiguration
|
|
68
|
+
* AWS::AutoScaling::ScalingPolicy ScalingAdjustment.Documentation (__changed__)
|
|
69
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment
|
|
70
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-scalingadjustment
|
|
71
|
+
* AWS::AutoScaling::ScalingPolicy StepAdjustments.Documentation (__changed__)
|
|
72
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-stepadjustments
|
|
73
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-stepadjustments
|
|
74
|
+
* AWS::AutoScaling::ScalingPolicy TargetTrackingConfiguration.Documentation (__changed__)
|
|
75
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration
|
|
76
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration
|
|
77
|
+
* AWS::EC2::PlacementGroup SpreadLevel (__added__)
|
|
78
|
+
|
|
79
|
+
## Property Type Changes
|
|
80
|
+
|
|
81
|
+
* AWS::Config::ConfigRule.CustomPolicyDetails (__added__)
|
|
82
|
+
* AWS::AppStream::ImageBuilder.VpcConfig SecurityGroupIds.DuplicatesAllowed (__added__)
|
|
83
|
+
* AWS::AppStream::ImageBuilder.VpcConfig SubnetIds.DuplicatesAllowed (__added__)
|
|
84
|
+
* AWS::AutoScaling::ScalingPolicy.StepAdjustment MetricIntervalLowerBound.Documentation (__changed__)
|
|
85
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustments.html#cfn-autoscaling-scalingpolicy-stepadjustment-metricintervallowerbound
|
|
86
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html#cfn-autoscaling-scalingpolicy-stepadjustment-metricintervallowerbound
|
|
87
|
+
* AWS::AutoScaling::ScalingPolicy.StepAdjustment MetricIntervalUpperBound.Documentation (__changed__)
|
|
88
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustments.html#cfn-autoscaling-scalingpolicy-stepadjustment-metricintervalupperbound
|
|
89
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html#cfn-autoscaling-scalingpolicy-stepadjustment-metricintervalupperbound
|
|
90
|
+
* AWS::AutoScaling::ScalingPolicy.StepAdjustment ScalingAdjustment.Documentation (__changed__)
|
|
91
|
+
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustments.html#cfn-autoscaling-scalingpolicy-stepadjustment-scalingadjustment
|
|
92
|
+
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html#cfn-autoscaling-scalingpolicy-stepadjustment-scalingadjustment
|
|
93
|
+
* AWS::Config::ConfigRule.Source CustomPolicyDetails (__added__)
|
|
94
|
+
|
|
95
|
+
## Unapplied changes
|
|
96
|
+
|
|
97
|
+
* AWS::Rekognition is at 68.0.0
|
|
98
|
+
* AWS::SageMaker is at 72.0.0
|
|
99
|
+
|
|
1
100
|
# CloudFormation Resource Specification v79.0.0
|
|
2
101
|
|
|
3
102
|
## New Resource Types
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
81.0.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cfnspec",
|
|
3
3
|
"description": "The CloudFormation resource specification used by @aws-cdk packages",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.33.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"update": "cdk-build && /bin/bash build-tools/update.sh && /bin/bash build-tools/update-cfnlint.sh",
|
|
7
7
|
"update-metrics": "/bin/bash build-tools/update-metrics.sh",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"main": "lib/index.js",
|
|
30
30
|
"types": "lib/index.d.ts",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
33
|
-
"@aws-cdk/pkglint": "2.
|
|
32
|
+
"@aws-cdk/cdk-build-tools": "2.33.0",
|
|
33
|
+
"@aws-cdk/pkglint": "2.33.0",
|
|
34
34
|
"@types/fs-extra": "^8.1.2",
|
|
35
35
|
"@types/jest": "^27.5.2",
|
|
36
36
|
"@types/md5": "^2.3.2",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "fb335297ab27ef94f2cad3ec762a7bca",
|
|
3
3
|
"PropertyTypes": {
|
|
4
4
|
"AWS::ACMPCA::Certificate.ApiPassthrough": {
|
|
5
5
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
|
|
@@ -8191,6 +8191,7 @@
|
|
|
8191
8191
|
"Properties": {
|
|
8192
8192
|
"SecurityGroupIds": {
|
|
8193
8193
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-vpcconfig.html#cfn-appstream-imagebuilder-vpcconfig-securitygroupids",
|
|
8194
|
+
"DuplicatesAllowed": true,
|
|
8194
8195
|
"PrimitiveItemType": "String",
|
|
8195
8196
|
"Required": false,
|
|
8196
8197
|
"Type": "List",
|
|
@@ -8198,6 +8199,7 @@
|
|
|
8198
8199
|
},
|
|
8199
8200
|
"SubnetIds": {
|
|
8200
8201
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-imagebuilder-vpcconfig.html#cfn-appstream-imagebuilder-vpcconfig-subnetids",
|
|
8202
|
+
"DuplicatesAllowed": true,
|
|
8201
8203
|
"PrimitiveItemType": "String",
|
|
8202
8204
|
"Required": false,
|
|
8203
8205
|
"Type": "List",
|
|
@@ -10574,22 +10576,22 @@
|
|
|
10574
10576
|
}
|
|
10575
10577
|
},
|
|
10576
10578
|
"AWS::AutoScaling::ScalingPolicy.StepAdjustment": {
|
|
10577
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-
|
|
10579
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html",
|
|
10578
10580
|
"Properties": {
|
|
10579
10581
|
"MetricIntervalLowerBound": {
|
|
10580
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-
|
|
10582
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html#cfn-autoscaling-scalingpolicy-stepadjustment-metricintervallowerbound",
|
|
10581
10583
|
"PrimitiveType": "Double",
|
|
10582
10584
|
"Required": false,
|
|
10583
10585
|
"UpdateType": "Mutable"
|
|
10584
10586
|
},
|
|
10585
10587
|
"MetricIntervalUpperBound": {
|
|
10586
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-
|
|
10588
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html#cfn-autoscaling-scalingpolicy-stepadjustment-metricintervalupperbound",
|
|
10587
10589
|
"PrimitiveType": "Double",
|
|
10588
10590
|
"Required": false,
|
|
10589
10591
|
"UpdateType": "Mutable"
|
|
10590
10592
|
},
|
|
10591
10593
|
"ScalingAdjustment": {
|
|
10592
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-
|
|
10594
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-scalingpolicy-stepadjustment.html#cfn-autoscaling-scalingpolicy-stepadjustment-scalingadjustment",
|
|
10593
10595
|
"PrimitiveType": "Integer",
|
|
10594
10596
|
"Required": true,
|
|
10595
10597
|
"UpdateType": "Mutable"
|
|
@@ -17563,6 +17565,29 @@
|
|
|
17563
17565
|
}
|
|
17564
17566
|
}
|
|
17565
17567
|
},
|
|
17568
|
+
"AWS::Config::ConfigRule.CustomPolicyDetails": {
|
|
17569
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-custompolicydetails.html",
|
|
17570
|
+
"Properties": {
|
|
17571
|
+
"EnableDebugLogDelivery": {
|
|
17572
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-custompolicydetails.html#cfn-config-configrule-custompolicydetails-enabledebuglogdelivery",
|
|
17573
|
+
"PrimitiveType": "Boolean",
|
|
17574
|
+
"Required": false,
|
|
17575
|
+
"UpdateType": "Mutable"
|
|
17576
|
+
},
|
|
17577
|
+
"PolicyRuntime": {
|
|
17578
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-custompolicydetails.html#cfn-config-configrule-custompolicydetails-policyruntime",
|
|
17579
|
+
"PrimitiveType": "String",
|
|
17580
|
+
"Required": false,
|
|
17581
|
+
"UpdateType": "Mutable"
|
|
17582
|
+
},
|
|
17583
|
+
"PolicyText": {
|
|
17584
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-custompolicydetails.html#cfn-config-configrule-custompolicydetails-policytext",
|
|
17585
|
+
"PrimitiveType": "String",
|
|
17586
|
+
"Required": false,
|
|
17587
|
+
"UpdateType": "Mutable"
|
|
17588
|
+
}
|
|
17589
|
+
}
|
|
17590
|
+
},
|
|
17566
17591
|
"AWS::Config::ConfigRule.Scope": {
|
|
17567
17592
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-scope.html",
|
|
17568
17593
|
"Properties": {
|
|
@@ -17597,6 +17622,12 @@
|
|
|
17597
17622
|
"AWS::Config::ConfigRule.Source": {
|
|
17598
17623
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html",
|
|
17599
17624
|
"Properties": {
|
|
17625
|
+
"CustomPolicyDetails": {
|
|
17626
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-custompolicydetails",
|
|
17627
|
+
"Required": false,
|
|
17628
|
+
"Type": "CustomPolicyDetails",
|
|
17629
|
+
"UpdateType": "Mutable"
|
|
17630
|
+
},
|
|
17600
17631
|
"Owner": {
|
|
17601
17632
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configrule-source.html#cfn-config-configrule-source-owner",
|
|
17602
17633
|
"PrimitiveType": "String",
|
|
@@ -34197,6 +34228,31 @@
|
|
|
34197
34228
|
}
|
|
34198
34229
|
}
|
|
34199
34230
|
},
|
|
34231
|
+
"AWS::Evidently::Launch.SegmentOverride": {
|
|
34232
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-segmentoverride.html",
|
|
34233
|
+
"Properties": {
|
|
34234
|
+
"EvaluationOrder": {
|
|
34235
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-segmentoverride.html#cfn-evidently-launch-segmentoverride-evaluationorder",
|
|
34236
|
+
"PrimitiveType": "Integer",
|
|
34237
|
+
"Required": true,
|
|
34238
|
+
"UpdateType": "Mutable"
|
|
34239
|
+
},
|
|
34240
|
+
"Segment": {
|
|
34241
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-segmentoverride.html#cfn-evidently-launch-segmentoverride-segment",
|
|
34242
|
+
"PrimitiveType": "String",
|
|
34243
|
+
"Required": true,
|
|
34244
|
+
"UpdateType": "Mutable"
|
|
34245
|
+
},
|
|
34246
|
+
"Weights": {
|
|
34247
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-segmentoverride.html#cfn-evidently-launch-segmentoverride-weights",
|
|
34248
|
+
"DuplicatesAllowed": false,
|
|
34249
|
+
"ItemType": "GroupToWeight",
|
|
34250
|
+
"Required": true,
|
|
34251
|
+
"Type": "List",
|
|
34252
|
+
"UpdateType": "Mutable"
|
|
34253
|
+
}
|
|
34254
|
+
}
|
|
34255
|
+
},
|
|
34200
34256
|
"AWS::Evidently::Launch.StepConfig": {
|
|
34201
34257
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-stepconfig.html",
|
|
34202
34258
|
"Properties": {
|
|
@@ -34208,6 +34264,14 @@
|
|
|
34208
34264
|
"Type": "List",
|
|
34209
34265
|
"UpdateType": "Mutable"
|
|
34210
34266
|
},
|
|
34267
|
+
"SegmentOverrides": {
|
|
34268
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-stepconfig.html#cfn-evidently-launch-stepconfig-segmentoverrides",
|
|
34269
|
+
"DuplicatesAllowed": false,
|
|
34270
|
+
"ItemType": "SegmentOverride",
|
|
34271
|
+
"Required": false,
|
|
34272
|
+
"Type": "List",
|
|
34273
|
+
"UpdateType": "Mutable"
|
|
34274
|
+
},
|
|
34211
34275
|
"StartTime": {
|
|
34212
34276
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evidently-launch-stepconfig.html#cfn-evidently-launch-stepconfig-starttime",
|
|
34213
34277
|
"PrimitiveType": "String",
|
|
@@ -79952,7 +80016,7 @@
|
|
|
79952
80016
|
}
|
|
79953
80017
|
}
|
|
79954
80018
|
},
|
|
79955
|
-
"ResourceSpecificationVersion": "
|
|
80019
|
+
"ResourceSpecificationVersion": "81.0.0",
|
|
79956
80020
|
"ResourceTypes": {
|
|
79957
80021
|
"AWS::ACMPCA::Certificate": {
|
|
79958
80022
|
"Attributes": {
|
|
@@ -83931,6 +83995,7 @@
|
|
|
83931
83995
|
"Properties": {
|
|
83932
83996
|
"AccessEndpoints": {
|
|
83933
83997
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-accessendpoints",
|
|
83998
|
+
"DuplicatesAllowed": true,
|
|
83934
83999
|
"ItemType": "AccessEndpoint",
|
|
83935
84000
|
"Required": false,
|
|
83936
84001
|
"Type": "List",
|
|
@@ -83998,6 +84063,7 @@
|
|
|
83998
84063
|
},
|
|
83999
84064
|
"Tags": {
|
|
84000
84065
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-imagebuilder.html#cfn-appstream-imagebuilder-tags",
|
|
84066
|
+
"DuplicatesAllowed": true,
|
|
84001
84067
|
"ItemType": "Tag",
|
|
84002
84068
|
"Required": false,
|
|
84003
84069
|
"Type": "List",
|
|
@@ -85457,64 +85523,72 @@
|
|
|
85457
85523
|
}
|
|
85458
85524
|
},
|
|
85459
85525
|
"AWS::AutoScaling::ScalingPolicy": {
|
|
85460
|
-
"
|
|
85526
|
+
"Attributes": {
|
|
85527
|
+
"Arn": {
|
|
85528
|
+
"PrimitiveType": "String"
|
|
85529
|
+
},
|
|
85530
|
+
"PolicyName": {
|
|
85531
|
+
"PrimitiveType": "String"
|
|
85532
|
+
}
|
|
85533
|
+
},
|
|
85534
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html",
|
|
85461
85535
|
"Properties": {
|
|
85462
85536
|
"AdjustmentType": {
|
|
85463
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85537
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-adjustmenttype",
|
|
85464
85538
|
"PrimitiveType": "String",
|
|
85465
85539
|
"Required": false,
|
|
85466
85540
|
"UpdateType": "Mutable"
|
|
85467
85541
|
},
|
|
85468
85542
|
"AutoScalingGroupName": {
|
|
85469
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85543
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-autoscalinggroupname",
|
|
85470
85544
|
"PrimitiveType": "String",
|
|
85471
85545
|
"Required": true,
|
|
85472
|
-
"UpdateType": "
|
|
85546
|
+
"UpdateType": "Immutable"
|
|
85473
85547
|
},
|
|
85474
85548
|
"Cooldown": {
|
|
85475
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85549
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-cooldown",
|
|
85476
85550
|
"PrimitiveType": "String",
|
|
85477
85551
|
"Required": false,
|
|
85478
85552
|
"UpdateType": "Mutable"
|
|
85479
85553
|
},
|
|
85480
85554
|
"EstimatedInstanceWarmup": {
|
|
85481
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85555
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-estimatedinstancewarmup",
|
|
85482
85556
|
"PrimitiveType": "Integer",
|
|
85483
85557
|
"Required": false,
|
|
85484
85558
|
"UpdateType": "Mutable"
|
|
85485
85559
|
},
|
|
85486
85560
|
"MetricAggregationType": {
|
|
85487
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85561
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-metricaggregationtype",
|
|
85488
85562
|
"PrimitiveType": "String",
|
|
85489
85563
|
"Required": false,
|
|
85490
85564
|
"UpdateType": "Mutable"
|
|
85491
85565
|
},
|
|
85492
85566
|
"MinAdjustmentMagnitude": {
|
|
85493
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85567
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-minadjustmentmagnitude",
|
|
85494
85568
|
"PrimitiveType": "Integer",
|
|
85495
85569
|
"Required": false,
|
|
85496
85570
|
"UpdateType": "Mutable"
|
|
85497
85571
|
},
|
|
85498
85572
|
"PolicyType": {
|
|
85499
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85573
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-policytype",
|
|
85500
85574
|
"PrimitiveType": "String",
|
|
85501
85575
|
"Required": false,
|
|
85502
85576
|
"UpdateType": "Mutable"
|
|
85503
85577
|
},
|
|
85504
85578
|
"PredictiveScalingConfiguration": {
|
|
85505
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85579
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-predictivescalingconfiguration",
|
|
85506
85580
|
"Required": false,
|
|
85507
85581
|
"Type": "PredictiveScalingConfiguration",
|
|
85508
85582
|
"UpdateType": "Mutable"
|
|
85509
85583
|
},
|
|
85510
85584
|
"ScalingAdjustment": {
|
|
85511
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85585
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-scalingadjustment",
|
|
85512
85586
|
"PrimitiveType": "Integer",
|
|
85513
85587
|
"Required": false,
|
|
85514
85588
|
"UpdateType": "Mutable"
|
|
85515
85589
|
},
|
|
85516
85590
|
"StepAdjustments": {
|
|
85517
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85591
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-stepadjustments",
|
|
85518
85592
|
"DuplicatesAllowed": false,
|
|
85519
85593
|
"ItemType": "StepAdjustment",
|
|
85520
85594
|
"Required": false,
|
|
@@ -85522,7 +85596,7 @@
|
|
|
85522
85596
|
"UpdateType": "Mutable"
|
|
85523
85597
|
},
|
|
85524
85598
|
"TargetTrackingConfiguration": {
|
|
85525
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
85599
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scalingpolicy.html#cfn-autoscaling-scalingpolicy-targettrackingconfiguration",
|
|
85526
85600
|
"Required": false,
|
|
85527
85601
|
"Type": "TargetTrackingConfiguration",
|
|
85528
85602
|
"UpdateType": "Mutable"
|
|
@@ -95429,6 +95503,12 @@
|
|
|
95429
95503
|
},
|
|
95430
95504
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html",
|
|
95431
95505
|
"Properties": {
|
|
95506
|
+
"SpreadLevel": {
|
|
95507
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-spreadlevel",
|
|
95508
|
+
"PrimitiveType": "String",
|
|
95509
|
+
"Required": false,
|
|
95510
|
+
"UpdateType": "Immutable"
|
|
95511
|
+
},
|
|
95432
95512
|
"Strategy": {
|
|
95433
95513
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-placementgroup.html#cfn-ec2-placementgroup-strategy",
|
|
95434
95514
|
"PrimitiveType": "String",
|
|
@@ -100937,6 +101017,12 @@
|
|
|
100937
101017
|
"Required": false,
|
|
100938
101018
|
"UpdateType": "Mutable"
|
|
100939
101019
|
},
|
|
101020
|
+
"RemoveSegment": {
|
|
101021
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-experiment.html#cfn-evidently-experiment-removesegment",
|
|
101022
|
+
"PrimitiveType": "Boolean",
|
|
101023
|
+
"Required": false,
|
|
101024
|
+
"UpdateType": "Mutable"
|
|
101025
|
+
},
|
|
100940
101026
|
"RunningStatus": {
|
|
100941
101027
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-experiment.html#cfn-evidently-experiment-runningstatus",
|
|
100942
101028
|
"Required": false,
|
|
@@ -100949,6 +101035,12 @@
|
|
|
100949
101035
|
"Required": false,
|
|
100950
101036
|
"UpdateType": "Mutable"
|
|
100951
101037
|
},
|
|
101038
|
+
"Segment": {
|
|
101039
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-experiment.html#cfn-evidently-experiment-segment",
|
|
101040
|
+
"PrimitiveType": "String",
|
|
101041
|
+
"Required": false,
|
|
101042
|
+
"UpdateType": "Mutable"
|
|
101043
|
+
},
|
|
100952
101044
|
"Tags": {
|
|
100953
101045
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evidently-experiment.html#cfn-evidently-experiment-tags",
|
|
100954
101046
|
"DuplicatesAllowed": false,
|