cdk-common 2.0.394 → 2.0.396
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 +3 -3
- package/lib/main.js +1 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +140 -0
- package/node_modules/@aws-cdk/cfnspec/build-tools/spec-diff.js +9 -1
- package/node_modules/@aws-cdk/cfnspec/build-tools/split-spec-by-service.js +15 -5
- package/node_modules/@aws-cdk/cfnspec/build-tools/update.sh +10 -1
- 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/cfn-docs.json +491 -57
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +1383 -27
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/package.json +3 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "e59939a3be8f4fb4f44824ee275fd698",
|
|
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",
|
|
@@ -3623,6 +3623,12 @@
|
|
|
3623
3623
|
"Type": "MarketoConnectorProfileCredentials",
|
|
3624
3624
|
"UpdateType": "Mutable"
|
|
3625
3625
|
},
|
|
3626
|
+
"Pardot": {
|
|
3627
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-pardot",
|
|
3628
|
+
"Required": false,
|
|
3629
|
+
"Type": "PardotConnectorProfileCredentials",
|
|
3630
|
+
"UpdateType": "Mutable"
|
|
3631
|
+
},
|
|
3626
3632
|
"Redshift": {
|
|
3627
3633
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofilecredentials.html#cfn-appflow-connectorprofile-connectorprofilecredentials-redshift",
|
|
3628
3634
|
"Required": false,
|
|
@@ -3718,6 +3724,12 @@
|
|
|
3718
3724
|
"Type": "MarketoConnectorProfileProperties",
|
|
3719
3725
|
"UpdateType": "Mutable"
|
|
3720
3726
|
},
|
|
3727
|
+
"Pardot": {
|
|
3728
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-pardot",
|
|
3729
|
+
"Required": false,
|
|
3730
|
+
"Type": "PardotConnectorProfileProperties",
|
|
3731
|
+
"UpdateType": "Mutable"
|
|
3732
|
+
},
|
|
3721
3733
|
"Redshift": {
|
|
3722
3734
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-connectorprofileproperties.html#cfn-appflow-connectorprofile-connectorprofileproperties-redshift",
|
|
3723
3735
|
"Required": false,
|
|
@@ -4123,6 +4135,58 @@
|
|
|
4123
4135
|
}
|
|
4124
4136
|
}
|
|
4125
4137
|
},
|
|
4138
|
+
"AWS::AppFlow::ConnectorProfile.PardotConnectorProfileCredentials": {
|
|
4139
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html",
|
|
4140
|
+
"Properties": {
|
|
4141
|
+
"AccessToken": {
|
|
4142
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-accesstoken",
|
|
4143
|
+
"PrimitiveType": "String",
|
|
4144
|
+
"Required": false,
|
|
4145
|
+
"UpdateType": "Mutable"
|
|
4146
|
+
},
|
|
4147
|
+
"ClientCredentialsArn": {
|
|
4148
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-clientcredentialsarn",
|
|
4149
|
+
"PrimitiveType": "String",
|
|
4150
|
+
"Required": false,
|
|
4151
|
+
"UpdateType": "Mutable"
|
|
4152
|
+
},
|
|
4153
|
+
"ConnectorOAuthRequest": {
|
|
4154
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-connectoroauthrequest",
|
|
4155
|
+
"Required": false,
|
|
4156
|
+
"Type": "ConnectorOAuthRequest",
|
|
4157
|
+
"UpdateType": "Mutable"
|
|
4158
|
+
},
|
|
4159
|
+
"RefreshToken": {
|
|
4160
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofilecredentials.html#cfn-appflow-connectorprofile-pardotconnectorprofilecredentials-refreshtoken",
|
|
4161
|
+
"PrimitiveType": "String",
|
|
4162
|
+
"Required": false,
|
|
4163
|
+
"UpdateType": "Mutable"
|
|
4164
|
+
}
|
|
4165
|
+
}
|
|
4166
|
+
},
|
|
4167
|
+
"AWS::AppFlow::ConnectorProfile.PardotConnectorProfileProperties": {
|
|
4168
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html",
|
|
4169
|
+
"Properties": {
|
|
4170
|
+
"BusinessUnitId": {
|
|
4171
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-businessunitid",
|
|
4172
|
+
"PrimitiveType": "String",
|
|
4173
|
+
"Required": true,
|
|
4174
|
+
"UpdateType": "Mutable"
|
|
4175
|
+
},
|
|
4176
|
+
"InstanceUrl": {
|
|
4177
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-instanceurl",
|
|
4178
|
+
"PrimitiveType": "String",
|
|
4179
|
+
"Required": false,
|
|
4180
|
+
"UpdateType": "Mutable"
|
|
4181
|
+
},
|
|
4182
|
+
"IsSandboxEnvironment": {
|
|
4183
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-pardotconnectorprofileproperties.html#cfn-appflow-connectorprofile-pardotconnectorprofileproperties-issandboxenvironment",
|
|
4184
|
+
"PrimitiveType": "Boolean",
|
|
4185
|
+
"Required": false,
|
|
4186
|
+
"UpdateType": "Mutable"
|
|
4187
|
+
}
|
|
4188
|
+
}
|
|
4189
|
+
},
|
|
4126
4190
|
"AWS::AppFlow::ConnectorProfile.RedshiftConnectorProfileCredentials": {
|
|
4127
4191
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-redshiftconnectorprofilecredentials.html",
|
|
4128
4192
|
"Properties": {
|
|
@@ -4604,6 +4668,12 @@
|
|
|
4604
4668
|
"Required": false,
|
|
4605
4669
|
"UpdateType": "Mutable"
|
|
4606
4670
|
},
|
|
4671
|
+
"Pardot": {
|
|
4672
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-pardot",
|
|
4673
|
+
"PrimitiveType": "String",
|
|
4674
|
+
"Required": false,
|
|
4675
|
+
"UpdateType": "Mutable"
|
|
4676
|
+
},
|
|
4607
4677
|
"S3": {
|
|
4608
4678
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-s3",
|
|
4609
4679
|
"PrimitiveType": "String",
|
|
@@ -4984,6 +5054,17 @@
|
|
|
4984
5054
|
}
|
|
4985
5055
|
}
|
|
4986
5056
|
},
|
|
5057
|
+
"AWS::AppFlow::Flow.PardotSourceProperties": {
|
|
5058
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html",
|
|
5059
|
+
"Properties": {
|
|
5060
|
+
"Object": {
|
|
5061
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html#cfn-appflow-flow-pardotsourceproperties-object",
|
|
5062
|
+
"PrimitiveType": "String",
|
|
5063
|
+
"Required": true,
|
|
5064
|
+
"UpdateType": "Mutable"
|
|
5065
|
+
}
|
|
5066
|
+
}
|
|
5067
|
+
},
|
|
4987
5068
|
"AWS::AppFlow::Flow.PrefixConfig": {
|
|
4988
5069
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html",
|
|
4989
5070
|
"Properties": {
|
|
@@ -5398,6 +5479,12 @@
|
|
|
5398
5479
|
"Type": "MarketoSourceProperties",
|
|
5399
5480
|
"UpdateType": "Mutable"
|
|
5400
5481
|
},
|
|
5482
|
+
"Pardot": {
|
|
5483
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-pardot",
|
|
5484
|
+
"Required": false,
|
|
5485
|
+
"Type": "PardotSourceProperties",
|
|
5486
|
+
"UpdateType": "Mutable"
|
|
5487
|
+
},
|
|
5401
5488
|
"S3": {
|
|
5402
5489
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-s3",
|
|
5403
5490
|
"Required": false,
|
|
@@ -24844,6 +24931,56 @@
|
|
|
24844
24931
|
}
|
|
24845
24932
|
}
|
|
24846
24933
|
},
|
|
24934
|
+
"AWS::DeviceFarm::DevicePool.Rule": {
|
|
24935
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-devicepool-rule.html",
|
|
24936
|
+
"Properties": {
|
|
24937
|
+
"Attribute": {
|
|
24938
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-devicepool-rule.html#cfn-devicefarm-devicepool-rule-attribute",
|
|
24939
|
+
"PrimitiveType": "String",
|
|
24940
|
+
"Required": false,
|
|
24941
|
+
"UpdateType": "Mutable"
|
|
24942
|
+
},
|
|
24943
|
+
"Operator": {
|
|
24944
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-devicepool-rule.html#cfn-devicefarm-devicepool-rule-operator",
|
|
24945
|
+
"PrimitiveType": "String",
|
|
24946
|
+
"Required": false,
|
|
24947
|
+
"UpdateType": "Mutable"
|
|
24948
|
+
},
|
|
24949
|
+
"Value": {
|
|
24950
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-devicepool-rule.html#cfn-devicefarm-devicepool-rule-value",
|
|
24951
|
+
"PrimitiveType": "String",
|
|
24952
|
+
"Required": false,
|
|
24953
|
+
"UpdateType": "Mutable"
|
|
24954
|
+
}
|
|
24955
|
+
}
|
|
24956
|
+
},
|
|
24957
|
+
"AWS::DeviceFarm::TestGridProject.VpcConfig": {
|
|
24958
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-testgridproject-vpcconfig.html",
|
|
24959
|
+
"Properties": {
|
|
24960
|
+
"SecurityGroupIds": {
|
|
24961
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-testgridproject-vpcconfig.html#cfn-devicefarm-testgridproject-vpcconfig-securitygroupids",
|
|
24962
|
+
"DuplicatesAllowed": true,
|
|
24963
|
+
"PrimitiveItemType": "String",
|
|
24964
|
+
"Required": true,
|
|
24965
|
+
"Type": "List",
|
|
24966
|
+
"UpdateType": "Mutable"
|
|
24967
|
+
},
|
|
24968
|
+
"SubnetIds": {
|
|
24969
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-testgridproject-vpcconfig.html#cfn-devicefarm-testgridproject-vpcconfig-subnetids",
|
|
24970
|
+
"DuplicatesAllowed": true,
|
|
24971
|
+
"PrimitiveItemType": "String",
|
|
24972
|
+
"Required": true,
|
|
24973
|
+
"Type": "List",
|
|
24974
|
+
"UpdateType": "Mutable"
|
|
24975
|
+
},
|
|
24976
|
+
"VpcId": {
|
|
24977
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-testgridproject-vpcconfig.html#cfn-devicefarm-testgridproject-vpcconfig-vpcid",
|
|
24978
|
+
"PrimitiveType": "String",
|
|
24979
|
+
"Required": true,
|
|
24980
|
+
"UpdateType": "Mutable"
|
|
24981
|
+
}
|
|
24982
|
+
}
|
|
24983
|
+
},
|
|
24847
24984
|
"AWS::DirectoryService::MicrosoftAD.VpcSettings": {
|
|
24848
24985
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-directoryservice-microsoftad-vpcsettings.html",
|
|
24849
24986
|
"Properties": {
|
|
@@ -33949,6 +34086,17 @@
|
|
|
33949
34086
|
}
|
|
33950
34087
|
}
|
|
33951
34088
|
},
|
|
34089
|
+
"AWS::EMRServerless::Application.ImageConfigurationInput": {
|
|
34090
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-imageconfigurationinput.html",
|
|
34091
|
+
"Properties": {
|
|
34092
|
+
"ImageUri": {
|
|
34093
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-imageconfigurationinput.html#cfn-emrserverless-application-imageconfigurationinput-imageuri",
|
|
34094
|
+
"PrimitiveType": "String",
|
|
34095
|
+
"Required": false,
|
|
34096
|
+
"UpdateType": "Mutable"
|
|
34097
|
+
}
|
|
34098
|
+
}
|
|
34099
|
+
},
|
|
33952
34100
|
"AWS::EMRServerless::Application.InitialCapacityConfig": {
|
|
33953
34101
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-initialcapacityconfig.html",
|
|
33954
34102
|
"Properties": {
|
|
@@ -34050,6 +34198,17 @@
|
|
|
34050
34198
|
}
|
|
34051
34199
|
}
|
|
34052
34200
|
},
|
|
34201
|
+
"AWS::EMRServerless::Application.WorkerTypeSpecificationInput": {
|
|
34202
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-workertypespecificationinput.html",
|
|
34203
|
+
"Properties": {
|
|
34204
|
+
"ImageConfiguration": {
|
|
34205
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-workertypespecificationinput.html#cfn-emrserverless-application-workertypespecificationinput-imageconfiguration",
|
|
34206
|
+
"Required": false,
|
|
34207
|
+
"Type": "ImageConfigurationInput",
|
|
34208
|
+
"UpdateType": "Mutable"
|
|
34209
|
+
}
|
|
34210
|
+
}
|
|
34211
|
+
},
|
|
34053
34212
|
"AWS::ElastiCache::CacheCluster.CloudWatchLogsDestinationDetails": {
|
|
34054
34213
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cachecluster-cloudwatchlogsdestinationdetails.html",
|
|
34055
34214
|
"Properties": {
|
|
@@ -43852,6 +44011,42 @@
|
|
|
43852
44011
|
}
|
|
43853
44012
|
}
|
|
43854
44013
|
},
|
|
44014
|
+
"AWS::ImageBuilder::Image.EcrConfiguration": {
|
|
44015
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html",
|
|
44016
|
+
"Properties": {
|
|
44017
|
+
"ContainerTags": {
|
|
44018
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html#cfn-imagebuilder-image-ecrconfiguration-containertags",
|
|
44019
|
+
"DuplicatesAllowed": true,
|
|
44020
|
+
"PrimitiveItemType": "String",
|
|
44021
|
+
"Required": false,
|
|
44022
|
+
"Type": "List",
|
|
44023
|
+
"UpdateType": "Immutable"
|
|
44024
|
+
},
|
|
44025
|
+
"RepositoryName": {
|
|
44026
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html#cfn-imagebuilder-image-ecrconfiguration-repositoryname",
|
|
44027
|
+
"PrimitiveType": "String",
|
|
44028
|
+
"Required": false,
|
|
44029
|
+
"UpdateType": "Immutable"
|
|
44030
|
+
}
|
|
44031
|
+
}
|
|
44032
|
+
},
|
|
44033
|
+
"AWS::ImageBuilder::Image.ImageScanningConfiguration": {
|
|
44034
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html",
|
|
44035
|
+
"Properties": {
|
|
44036
|
+
"EcrConfiguration": {
|
|
44037
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html#cfn-imagebuilder-image-imagescanningconfiguration-ecrconfiguration",
|
|
44038
|
+
"Required": false,
|
|
44039
|
+
"Type": "EcrConfiguration",
|
|
44040
|
+
"UpdateType": "Immutable"
|
|
44041
|
+
},
|
|
44042
|
+
"ImageScanningEnabled": {
|
|
44043
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagescanningconfiguration.html#cfn-imagebuilder-image-imagescanningconfiguration-imagescanningenabled",
|
|
44044
|
+
"PrimitiveType": "Boolean",
|
|
44045
|
+
"Required": false,
|
|
44046
|
+
"UpdateType": "Immutable"
|
|
44047
|
+
}
|
|
44048
|
+
}
|
|
44049
|
+
},
|
|
43855
44050
|
"AWS::ImageBuilder::Image.ImageTestsConfiguration": {
|
|
43856
44051
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-imagetestsconfiguration.html",
|
|
43857
44052
|
"Properties": {
|
|
@@ -43869,6 +44064,42 @@
|
|
|
43869
44064
|
}
|
|
43870
44065
|
}
|
|
43871
44066
|
},
|
|
44067
|
+
"AWS::ImageBuilder::ImagePipeline.EcrConfiguration": {
|
|
44068
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html",
|
|
44069
|
+
"Properties": {
|
|
44070
|
+
"ContainerTags": {
|
|
44071
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html#cfn-imagebuilder-imagepipeline-ecrconfiguration-containertags",
|
|
44072
|
+
"DuplicatesAllowed": true,
|
|
44073
|
+
"PrimitiveItemType": "String",
|
|
44074
|
+
"Required": false,
|
|
44075
|
+
"Type": "List",
|
|
44076
|
+
"UpdateType": "Mutable"
|
|
44077
|
+
},
|
|
44078
|
+
"RepositoryName": {
|
|
44079
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-ecrconfiguration.html#cfn-imagebuilder-imagepipeline-ecrconfiguration-repositoryname",
|
|
44080
|
+
"PrimitiveType": "String",
|
|
44081
|
+
"Required": false,
|
|
44082
|
+
"UpdateType": "Mutable"
|
|
44083
|
+
}
|
|
44084
|
+
}
|
|
44085
|
+
},
|
|
44086
|
+
"AWS::ImageBuilder::ImagePipeline.ImageScanningConfiguration": {
|
|
44087
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html",
|
|
44088
|
+
"Properties": {
|
|
44089
|
+
"EcrConfiguration": {
|
|
44090
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration-ecrconfiguration",
|
|
44091
|
+
"Required": false,
|
|
44092
|
+
"Type": "EcrConfiguration",
|
|
44093
|
+
"UpdateType": "Mutable"
|
|
44094
|
+
},
|
|
44095
|
+
"ImageScanningEnabled": {
|
|
44096
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagescanningconfiguration.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration-imagescanningenabled",
|
|
44097
|
+
"PrimitiveType": "Boolean",
|
|
44098
|
+
"Required": false,
|
|
44099
|
+
"UpdateType": "Mutable"
|
|
44100
|
+
}
|
|
44101
|
+
}
|
|
44102
|
+
},
|
|
43872
44103
|
"AWS::ImageBuilder::ImagePipeline.ImageTestsConfiguration": {
|
|
43873
44104
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagepipeline-imagetestsconfiguration.html",
|
|
43874
44105
|
"Properties": {
|
|
@@ -56494,6 +56725,23 @@
|
|
|
56494
56725
|
}
|
|
56495
56726
|
}
|
|
56496
56727
|
},
|
|
56728
|
+
"AWS::Lambda::Function.RuntimeManagementConfig": {
|
|
56729
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-runtimemanagementconfig.html",
|
|
56730
|
+
"Properties": {
|
|
56731
|
+
"RuntimeVersionArn": {
|
|
56732
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-runtimemanagementconfig.html#cfn-lambda-function-runtimemanagementconfig-runtimeversionarn",
|
|
56733
|
+
"PrimitiveType": "String",
|
|
56734
|
+
"Required": false,
|
|
56735
|
+
"UpdateType": "Mutable"
|
|
56736
|
+
},
|
|
56737
|
+
"UpdateRuntimeOn": {
|
|
56738
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-runtimemanagementconfig.html#cfn-lambda-function-runtimemanagementconfig-updateruntimeon",
|
|
56739
|
+
"PrimitiveType": "String",
|
|
56740
|
+
"Required": true,
|
|
56741
|
+
"UpdateType": "Mutable"
|
|
56742
|
+
}
|
|
56743
|
+
}
|
|
56744
|
+
},
|
|
56497
56745
|
"AWS::Lambda::Function.SnapStart": {
|
|
56498
56746
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-snapstart.html",
|
|
56499
56747
|
"Properties": {
|
|
@@ -56863,6 +57111,71 @@
|
|
|
56863
57111
|
}
|
|
56864
57112
|
}
|
|
56865
57113
|
},
|
|
57114
|
+
"AWS::Lex::Bot.Condition": {
|
|
57115
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html",
|
|
57116
|
+
"Properties": {
|
|
57117
|
+
"ExpressionString": {
|
|
57118
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-condition.html#cfn-lex-bot-condition-expressionstring",
|
|
57119
|
+
"PrimitiveType": "String",
|
|
57120
|
+
"Required": true,
|
|
57121
|
+
"UpdateType": "Mutable"
|
|
57122
|
+
}
|
|
57123
|
+
}
|
|
57124
|
+
},
|
|
57125
|
+
"AWS::Lex::Bot.ConditionalBranch": {
|
|
57126
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html",
|
|
57127
|
+
"Properties": {
|
|
57128
|
+
"Condition": {
|
|
57129
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-condition",
|
|
57130
|
+
"Required": true,
|
|
57131
|
+
"Type": "Condition",
|
|
57132
|
+
"UpdateType": "Mutable"
|
|
57133
|
+
},
|
|
57134
|
+
"Name": {
|
|
57135
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-name",
|
|
57136
|
+
"PrimitiveType": "String",
|
|
57137
|
+
"Required": true,
|
|
57138
|
+
"UpdateType": "Mutable"
|
|
57139
|
+
},
|
|
57140
|
+
"NextStep": {
|
|
57141
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-nextstep",
|
|
57142
|
+
"Required": true,
|
|
57143
|
+
"Type": "DialogState",
|
|
57144
|
+
"UpdateType": "Mutable"
|
|
57145
|
+
},
|
|
57146
|
+
"Response": {
|
|
57147
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalbranch.html#cfn-lex-bot-conditionalbranch-response",
|
|
57148
|
+
"Required": false,
|
|
57149
|
+
"Type": "ResponseSpecification",
|
|
57150
|
+
"UpdateType": "Mutable"
|
|
57151
|
+
}
|
|
57152
|
+
}
|
|
57153
|
+
},
|
|
57154
|
+
"AWS::Lex::Bot.ConditionalSpecification": {
|
|
57155
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html",
|
|
57156
|
+
"Properties": {
|
|
57157
|
+
"ConditionalBranches": {
|
|
57158
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html#cfn-lex-bot-conditionalspecification-conditionalbranches",
|
|
57159
|
+
"DuplicatesAllowed": true,
|
|
57160
|
+
"ItemType": "ConditionalBranch",
|
|
57161
|
+
"Required": true,
|
|
57162
|
+
"Type": "List",
|
|
57163
|
+
"UpdateType": "Mutable"
|
|
57164
|
+
},
|
|
57165
|
+
"DefaultBranch": {
|
|
57166
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html#cfn-lex-bot-conditionalspecification-defaultbranch",
|
|
57167
|
+
"Required": true,
|
|
57168
|
+
"Type": "DefaultConditionalBranch",
|
|
57169
|
+
"UpdateType": "Mutable"
|
|
57170
|
+
},
|
|
57171
|
+
"IsActive": {
|
|
57172
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conditionalspecification.html#cfn-lex-bot-conditionalspecification-isactive",
|
|
57173
|
+
"PrimitiveType": "Boolean",
|
|
57174
|
+
"Required": true,
|
|
57175
|
+
"UpdateType": "Mutable"
|
|
57176
|
+
}
|
|
57177
|
+
}
|
|
57178
|
+
},
|
|
56866
57179
|
"AWS::Lex::Bot.ConversationLogSettings": {
|
|
56867
57180
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-conversationlogsettings.html",
|
|
56868
57181
|
"Properties": {
|
|
@@ -56965,6 +57278,75 @@
|
|
|
56965
57278
|
}
|
|
56966
57279
|
}
|
|
56967
57280
|
},
|
|
57281
|
+
"AWS::Lex::Bot.DefaultConditionalBranch": {
|
|
57282
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html",
|
|
57283
|
+
"Properties": {
|
|
57284
|
+
"NextStep": {
|
|
57285
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html#cfn-lex-bot-defaultconditionalbranch-nextstep",
|
|
57286
|
+
"Required": false,
|
|
57287
|
+
"Type": "DialogState",
|
|
57288
|
+
"UpdateType": "Mutable"
|
|
57289
|
+
},
|
|
57290
|
+
"Response": {
|
|
57291
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-defaultconditionalbranch.html#cfn-lex-bot-defaultconditionalbranch-response",
|
|
57292
|
+
"Required": false,
|
|
57293
|
+
"Type": "ResponseSpecification",
|
|
57294
|
+
"UpdateType": "Mutable"
|
|
57295
|
+
}
|
|
57296
|
+
}
|
|
57297
|
+
},
|
|
57298
|
+
"AWS::Lex::Bot.DialogAction": {
|
|
57299
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html",
|
|
57300
|
+
"Properties": {
|
|
57301
|
+
"SlotToElicit": {
|
|
57302
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html#cfn-lex-bot-dialogaction-slottoelicit",
|
|
57303
|
+
"PrimitiveType": "String",
|
|
57304
|
+
"Required": false,
|
|
57305
|
+
"UpdateType": "Mutable"
|
|
57306
|
+
},
|
|
57307
|
+
"SuppressNextMessage": {
|
|
57308
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html#cfn-lex-bot-dialogaction-suppressnextmessage",
|
|
57309
|
+
"PrimitiveType": "Boolean",
|
|
57310
|
+
"Required": false,
|
|
57311
|
+
"UpdateType": "Mutable"
|
|
57312
|
+
},
|
|
57313
|
+
"Type": {
|
|
57314
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogaction.html#cfn-lex-bot-dialogaction-type",
|
|
57315
|
+
"PrimitiveType": "String",
|
|
57316
|
+
"Required": true,
|
|
57317
|
+
"UpdateType": "Mutable"
|
|
57318
|
+
}
|
|
57319
|
+
}
|
|
57320
|
+
},
|
|
57321
|
+
"AWS::Lex::Bot.DialogCodeHookInvocationSetting": {
|
|
57322
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html",
|
|
57323
|
+
"Properties": {
|
|
57324
|
+
"EnableCodeHookInvocation": {
|
|
57325
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-enablecodehookinvocation",
|
|
57326
|
+
"PrimitiveType": "Boolean",
|
|
57327
|
+
"Required": true,
|
|
57328
|
+
"UpdateType": "Mutable"
|
|
57329
|
+
},
|
|
57330
|
+
"InvocationLabel": {
|
|
57331
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-invocationlabel",
|
|
57332
|
+
"PrimitiveType": "String",
|
|
57333
|
+
"Required": false,
|
|
57334
|
+
"UpdateType": "Mutable"
|
|
57335
|
+
},
|
|
57336
|
+
"IsActive": {
|
|
57337
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-isactive",
|
|
57338
|
+
"PrimitiveType": "Boolean",
|
|
57339
|
+
"Required": true,
|
|
57340
|
+
"UpdateType": "Mutable"
|
|
57341
|
+
},
|
|
57342
|
+
"PostCodeHookSpecification": {
|
|
57343
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehookinvocationsetting.html#cfn-lex-bot-dialogcodehookinvocationsetting-postcodehookspecification",
|
|
57344
|
+
"Required": true,
|
|
57345
|
+
"Type": "PostDialogCodeHookInvocationSpecification",
|
|
57346
|
+
"UpdateType": "Mutable"
|
|
57347
|
+
}
|
|
57348
|
+
}
|
|
57349
|
+
},
|
|
56968
57350
|
"AWS::Lex::Bot.DialogCodeHookSetting": {
|
|
56969
57351
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogcodehooksetting.html",
|
|
56970
57352
|
"Properties": {
|
|
@@ -56976,6 +57358,48 @@
|
|
|
56976
57358
|
}
|
|
56977
57359
|
}
|
|
56978
57360
|
},
|
|
57361
|
+
"AWS::Lex::Bot.DialogState": {
|
|
57362
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html",
|
|
57363
|
+
"Properties": {
|
|
57364
|
+
"DialogAction": {
|
|
57365
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html#cfn-lex-bot-dialogstate-dialogaction",
|
|
57366
|
+
"Required": false,
|
|
57367
|
+
"Type": "DialogAction",
|
|
57368
|
+
"UpdateType": "Mutable"
|
|
57369
|
+
},
|
|
57370
|
+
"Intent": {
|
|
57371
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html#cfn-lex-bot-dialogstate-intent",
|
|
57372
|
+
"Required": false,
|
|
57373
|
+
"Type": "IntentOverride",
|
|
57374
|
+
"UpdateType": "Mutable"
|
|
57375
|
+
},
|
|
57376
|
+
"SessionAttributes": {
|
|
57377
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-dialogstate.html#cfn-lex-bot-dialogstate-sessionattributes",
|
|
57378
|
+
"DuplicatesAllowed": true,
|
|
57379
|
+
"ItemType": "SessionAttribute",
|
|
57380
|
+
"Required": false,
|
|
57381
|
+
"Type": "List",
|
|
57382
|
+
"UpdateType": "Mutable"
|
|
57383
|
+
}
|
|
57384
|
+
}
|
|
57385
|
+
},
|
|
57386
|
+
"AWS::Lex::Bot.ElicitationCodeHookInvocationSetting": {
|
|
57387
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html",
|
|
57388
|
+
"Properties": {
|
|
57389
|
+
"EnableCodeHookInvocation": {
|
|
57390
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html#cfn-lex-bot-elicitationcodehookinvocationsetting-enablecodehookinvocation",
|
|
57391
|
+
"PrimitiveType": "Boolean",
|
|
57392
|
+
"Required": true,
|
|
57393
|
+
"UpdateType": "Mutable"
|
|
57394
|
+
},
|
|
57395
|
+
"InvocationLabel": {
|
|
57396
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-elicitationcodehookinvocationsetting.html#cfn-lex-bot-elicitationcodehookinvocationsetting-invocationlabel",
|
|
57397
|
+
"PrimitiveType": "String",
|
|
57398
|
+
"Required": false,
|
|
57399
|
+
"UpdateType": "Mutable"
|
|
57400
|
+
}
|
|
57401
|
+
}
|
|
57402
|
+
},
|
|
56979
57403
|
"AWS::Lex::Bot.ExternalSourceSetting": {
|
|
56980
57404
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-externalsourcesetting.html",
|
|
56981
57405
|
"Properties": {
|
|
@@ -57002,6 +57426,12 @@
|
|
|
57002
57426
|
"Type": "FulfillmentUpdatesSpecification",
|
|
57003
57427
|
"UpdateType": "Mutable"
|
|
57004
57428
|
},
|
|
57429
|
+
"IsActive": {
|
|
57430
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html#cfn-lex-bot-fulfillmentcodehooksetting-isactive",
|
|
57431
|
+
"PrimitiveType": "Boolean",
|
|
57432
|
+
"Required": false,
|
|
57433
|
+
"UpdateType": "Mutable"
|
|
57434
|
+
},
|
|
57005
57435
|
"PostFulfillmentStatusSpecification": {
|
|
57006
57436
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-fulfillmentcodehooksetting.html#cfn-lex-bot-fulfillmentcodehooksetting-postfulfillmentstatusspecification",
|
|
57007
57437
|
"Required": false,
|
|
@@ -57154,6 +57584,35 @@
|
|
|
57154
57584
|
}
|
|
57155
57585
|
}
|
|
57156
57586
|
},
|
|
57587
|
+
"AWS::Lex::Bot.InitialResponseSetting": {
|
|
57588
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html",
|
|
57589
|
+
"Properties": {
|
|
57590
|
+
"CodeHook": {
|
|
57591
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-codehook",
|
|
57592
|
+
"Required": false,
|
|
57593
|
+
"Type": "DialogCodeHookInvocationSetting",
|
|
57594
|
+
"UpdateType": "Mutable"
|
|
57595
|
+
},
|
|
57596
|
+
"Conditional": {
|
|
57597
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-conditional",
|
|
57598
|
+
"Required": false,
|
|
57599
|
+
"Type": "ConditionalSpecification",
|
|
57600
|
+
"UpdateType": "Mutable"
|
|
57601
|
+
},
|
|
57602
|
+
"InitialResponse": {
|
|
57603
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-initialresponse",
|
|
57604
|
+
"Required": false,
|
|
57605
|
+
"Type": "ResponseSpecification",
|
|
57606
|
+
"UpdateType": "Mutable"
|
|
57607
|
+
},
|
|
57608
|
+
"NextStep": {
|
|
57609
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-initialresponsesetting.html#cfn-lex-bot-initialresponsesetting-nextstep",
|
|
57610
|
+
"Required": false,
|
|
57611
|
+
"Type": "DialogState",
|
|
57612
|
+
"UpdateType": "Mutable"
|
|
57613
|
+
}
|
|
57614
|
+
}
|
|
57615
|
+
},
|
|
57157
57616
|
"AWS::Lex::Bot.InputContext": {
|
|
57158
57617
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-inputcontext.html",
|
|
57159
57618
|
"Properties": {
|
|
@@ -57186,6 +57645,12 @@
|
|
|
57186
57645
|
"Type": "FulfillmentCodeHookSetting",
|
|
57187
57646
|
"UpdateType": "Mutable"
|
|
57188
57647
|
},
|
|
57648
|
+
"InitialResponseSetting": {
|
|
57649
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-initialresponsesetting",
|
|
57650
|
+
"Required": false,
|
|
57651
|
+
"Type": "InitialResponseSetting",
|
|
57652
|
+
"UpdateType": "Mutable"
|
|
57653
|
+
},
|
|
57189
57654
|
"InputContexts": {
|
|
57190
57655
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intent.html#cfn-lex-bot-intent-inputcontexts",
|
|
57191
57656
|
"DuplicatesAllowed": true,
|
|
@@ -57263,24 +57728,96 @@
|
|
|
57263
57728
|
"Properties": {
|
|
57264
57729
|
"ClosingResponse": {
|
|
57265
57730
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-closingresponse",
|
|
57266
|
-
"Required":
|
|
57731
|
+
"Required": false,
|
|
57267
57732
|
"Type": "ResponseSpecification",
|
|
57268
57733
|
"UpdateType": "Mutable"
|
|
57269
57734
|
},
|
|
57735
|
+
"Conditional": {
|
|
57736
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-conditional",
|
|
57737
|
+
"Required": false,
|
|
57738
|
+
"Type": "ConditionalSpecification",
|
|
57739
|
+
"UpdateType": "Mutable"
|
|
57740
|
+
},
|
|
57270
57741
|
"IsActive": {
|
|
57271
57742
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-isactive",
|
|
57272
57743
|
"PrimitiveType": "Boolean",
|
|
57273
57744
|
"Required": false,
|
|
57274
57745
|
"UpdateType": "Mutable"
|
|
57746
|
+
},
|
|
57747
|
+
"NextStep": {
|
|
57748
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentclosingsetting.html#cfn-lex-bot-intentclosingsetting-nextstep",
|
|
57749
|
+
"Required": false,
|
|
57750
|
+
"Type": "DialogState",
|
|
57751
|
+
"UpdateType": "Mutable"
|
|
57275
57752
|
}
|
|
57276
57753
|
}
|
|
57277
57754
|
},
|
|
57278
57755
|
"AWS::Lex::Bot.IntentConfirmationSetting": {
|
|
57279
57756
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html",
|
|
57280
57757
|
"Properties": {
|
|
57758
|
+
"CodeHook": {
|
|
57759
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-codehook",
|
|
57760
|
+
"Required": false,
|
|
57761
|
+
"Type": "DialogCodeHookInvocationSetting",
|
|
57762
|
+
"UpdateType": "Mutable"
|
|
57763
|
+
},
|
|
57764
|
+
"ConfirmationConditional": {
|
|
57765
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationconditional",
|
|
57766
|
+
"Required": false,
|
|
57767
|
+
"Type": "ConditionalSpecification",
|
|
57768
|
+
"UpdateType": "Mutable"
|
|
57769
|
+
},
|
|
57770
|
+
"ConfirmationNextStep": {
|
|
57771
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationnextstep",
|
|
57772
|
+
"Required": false,
|
|
57773
|
+
"Type": "DialogState",
|
|
57774
|
+
"UpdateType": "Mutable"
|
|
57775
|
+
},
|
|
57776
|
+
"ConfirmationResponse": {
|
|
57777
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-confirmationresponse",
|
|
57778
|
+
"Required": false,
|
|
57779
|
+
"Type": "ResponseSpecification",
|
|
57780
|
+
"UpdateType": "Mutable"
|
|
57781
|
+
},
|
|
57782
|
+
"DeclinationConditional": {
|
|
57783
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationconditional",
|
|
57784
|
+
"Required": false,
|
|
57785
|
+
"Type": "ConditionalSpecification",
|
|
57786
|
+
"UpdateType": "Mutable"
|
|
57787
|
+
},
|
|
57788
|
+
"DeclinationNextStep": {
|
|
57789
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationnextstep",
|
|
57790
|
+
"Required": false,
|
|
57791
|
+
"Type": "DialogState",
|
|
57792
|
+
"UpdateType": "Mutable"
|
|
57793
|
+
},
|
|
57281
57794
|
"DeclinationResponse": {
|
|
57282
57795
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-declinationresponse",
|
|
57283
|
-
"Required":
|
|
57796
|
+
"Required": false,
|
|
57797
|
+
"Type": "ResponseSpecification",
|
|
57798
|
+
"UpdateType": "Mutable"
|
|
57799
|
+
},
|
|
57800
|
+
"ElicitationCodeHook": {
|
|
57801
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-elicitationcodehook",
|
|
57802
|
+
"Required": false,
|
|
57803
|
+
"Type": "ElicitationCodeHookInvocationSetting",
|
|
57804
|
+
"UpdateType": "Mutable"
|
|
57805
|
+
},
|
|
57806
|
+
"FailureConditional": {
|
|
57807
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failureconditional",
|
|
57808
|
+
"Required": false,
|
|
57809
|
+
"Type": "ConditionalSpecification",
|
|
57810
|
+
"UpdateType": "Mutable"
|
|
57811
|
+
},
|
|
57812
|
+
"FailureNextStep": {
|
|
57813
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failurenextstep",
|
|
57814
|
+
"Required": false,
|
|
57815
|
+
"Type": "DialogState",
|
|
57816
|
+
"UpdateType": "Mutable"
|
|
57817
|
+
},
|
|
57818
|
+
"FailureResponse": {
|
|
57819
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentconfirmationsetting.html#cfn-lex-bot-intentconfirmationsetting-failureresponse",
|
|
57820
|
+
"Required": false,
|
|
57284
57821
|
"Type": "ResponseSpecification",
|
|
57285
57822
|
"UpdateType": "Mutable"
|
|
57286
57823
|
},
|
|
@@ -57298,6 +57835,25 @@
|
|
|
57298
57835
|
}
|
|
57299
57836
|
}
|
|
57300
57837
|
},
|
|
57838
|
+
"AWS::Lex::Bot.IntentOverride": {
|
|
57839
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html",
|
|
57840
|
+
"Properties": {
|
|
57841
|
+
"Name": {
|
|
57842
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html#cfn-lex-bot-intentoverride-name",
|
|
57843
|
+
"PrimitiveType": "String",
|
|
57844
|
+
"Required": false,
|
|
57845
|
+
"UpdateType": "Mutable"
|
|
57846
|
+
},
|
|
57847
|
+
"Slots": {
|
|
57848
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-intentoverride.html#cfn-lex-bot-intentoverride-slots",
|
|
57849
|
+
"DuplicatesAllowed": true,
|
|
57850
|
+
"ItemType": "SlotValueOverrideMap",
|
|
57851
|
+
"Required": false,
|
|
57852
|
+
"Type": "List",
|
|
57853
|
+
"UpdateType": "Mutable"
|
|
57854
|
+
}
|
|
57855
|
+
}
|
|
57856
|
+
},
|
|
57301
57857
|
"AWS::Lex::Bot.KendraConfiguration": {
|
|
57302
57858
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-kendraconfiguration.html",
|
|
57303
57859
|
"Properties": {
|
|
@@ -57442,21 +57998,116 @@
|
|
|
57442
57998
|
}
|
|
57443
57999
|
}
|
|
57444
58000
|
},
|
|
58001
|
+
"AWS::Lex::Bot.PostDialogCodeHookInvocationSpecification": {
|
|
58002
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html",
|
|
58003
|
+
"Properties": {
|
|
58004
|
+
"FailureConditional": {
|
|
58005
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-failureconditional",
|
|
58006
|
+
"Required": false,
|
|
58007
|
+
"Type": "ConditionalSpecification",
|
|
58008
|
+
"UpdateType": "Mutable"
|
|
58009
|
+
},
|
|
58010
|
+
"FailureNextStep": {
|
|
58011
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-failurenextstep",
|
|
58012
|
+
"Required": false,
|
|
58013
|
+
"Type": "DialogState",
|
|
58014
|
+
"UpdateType": "Mutable"
|
|
58015
|
+
},
|
|
58016
|
+
"FailureResponse": {
|
|
58017
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-failureresponse",
|
|
58018
|
+
"Required": false,
|
|
58019
|
+
"Type": "ResponseSpecification",
|
|
58020
|
+
"UpdateType": "Mutable"
|
|
58021
|
+
},
|
|
58022
|
+
"SuccessConditional": {
|
|
58023
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-successconditional",
|
|
58024
|
+
"Required": false,
|
|
58025
|
+
"Type": "ConditionalSpecification",
|
|
58026
|
+
"UpdateType": "Mutable"
|
|
58027
|
+
},
|
|
58028
|
+
"SuccessNextStep": {
|
|
58029
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-successnextstep",
|
|
58030
|
+
"Required": false,
|
|
58031
|
+
"Type": "DialogState",
|
|
58032
|
+
"UpdateType": "Mutable"
|
|
58033
|
+
},
|
|
58034
|
+
"SuccessResponse": {
|
|
58035
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-successresponse",
|
|
58036
|
+
"Required": false,
|
|
58037
|
+
"Type": "ResponseSpecification",
|
|
58038
|
+
"UpdateType": "Mutable"
|
|
58039
|
+
},
|
|
58040
|
+
"TimeoutConditional": {
|
|
58041
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-timeoutconditional",
|
|
58042
|
+
"Required": false,
|
|
58043
|
+
"Type": "ConditionalSpecification",
|
|
58044
|
+
"UpdateType": "Mutable"
|
|
58045
|
+
},
|
|
58046
|
+
"TimeoutNextStep": {
|
|
58047
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-timeoutnextstep",
|
|
58048
|
+
"Required": false,
|
|
58049
|
+
"Type": "DialogState",
|
|
58050
|
+
"UpdateType": "Mutable"
|
|
58051
|
+
},
|
|
58052
|
+
"TimeoutResponse": {
|
|
58053
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postdialogcodehookinvocationspecification.html#cfn-lex-bot-postdialogcodehookinvocationspecification-timeoutresponse",
|
|
58054
|
+
"Required": false,
|
|
58055
|
+
"Type": "ResponseSpecification",
|
|
58056
|
+
"UpdateType": "Mutable"
|
|
58057
|
+
}
|
|
58058
|
+
}
|
|
58059
|
+
},
|
|
57445
58060
|
"AWS::Lex::Bot.PostFulfillmentStatusSpecification": {
|
|
57446
58061
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html",
|
|
57447
58062
|
"Properties": {
|
|
58063
|
+
"FailureConditional": {
|
|
58064
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-failureconditional",
|
|
58065
|
+
"Required": false,
|
|
58066
|
+
"Type": "ConditionalSpecification",
|
|
58067
|
+
"UpdateType": "Mutable"
|
|
58068
|
+
},
|
|
58069
|
+
"FailureNextStep": {
|
|
58070
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-failurenextstep",
|
|
58071
|
+
"Required": false,
|
|
58072
|
+
"Type": "DialogState",
|
|
58073
|
+
"UpdateType": "Mutable"
|
|
58074
|
+
},
|
|
57448
58075
|
"FailureResponse": {
|
|
57449
58076
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-failureresponse",
|
|
57450
58077
|
"Required": false,
|
|
57451
58078
|
"Type": "ResponseSpecification",
|
|
57452
58079
|
"UpdateType": "Mutable"
|
|
57453
58080
|
},
|
|
58081
|
+
"SuccessConditional": {
|
|
58082
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-successconditional",
|
|
58083
|
+
"Required": false,
|
|
58084
|
+
"Type": "ConditionalSpecification",
|
|
58085
|
+
"UpdateType": "Mutable"
|
|
58086
|
+
},
|
|
58087
|
+
"SuccessNextStep": {
|
|
58088
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-successnextstep",
|
|
58089
|
+
"Required": false,
|
|
58090
|
+
"Type": "DialogState",
|
|
58091
|
+
"UpdateType": "Mutable"
|
|
58092
|
+
},
|
|
57454
58093
|
"SuccessResponse": {
|
|
57455
58094
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-successresponse",
|
|
57456
58095
|
"Required": false,
|
|
57457
58096
|
"Type": "ResponseSpecification",
|
|
57458
58097
|
"UpdateType": "Mutable"
|
|
57459
58098
|
},
|
|
58099
|
+
"TimeoutConditional": {
|
|
58100
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-timeoutconditional",
|
|
58101
|
+
"Required": false,
|
|
58102
|
+
"Type": "ConditionalSpecification",
|
|
58103
|
+
"UpdateType": "Mutable"
|
|
58104
|
+
},
|
|
58105
|
+
"TimeoutNextStep": {
|
|
58106
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-timeoutnextstep",
|
|
58107
|
+
"Required": false,
|
|
58108
|
+
"Type": "DialogState",
|
|
58109
|
+
"UpdateType": "Mutable"
|
|
58110
|
+
},
|
|
57460
58111
|
"TimeoutResponse": {
|
|
57461
58112
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-postfulfillmentstatusspecification.html#cfn-lex-bot-postfulfillmentstatusspecification-timeoutresponse",
|
|
57462
58113
|
"Required": false,
|
|
@@ -57641,6 +58292,23 @@
|
|
|
57641
58292
|
}
|
|
57642
58293
|
}
|
|
57643
58294
|
},
|
|
58295
|
+
"AWS::Lex::Bot.SessionAttribute": {
|
|
58296
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html",
|
|
58297
|
+
"Properties": {
|
|
58298
|
+
"Key": {
|
|
58299
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html#cfn-lex-bot-sessionattribute-key",
|
|
58300
|
+
"PrimitiveType": "String",
|
|
58301
|
+
"Required": true,
|
|
58302
|
+
"UpdateType": "Mutable"
|
|
58303
|
+
},
|
|
58304
|
+
"Value": {
|
|
58305
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-sessionattribute.html#cfn-lex-bot-sessionattribute-value",
|
|
58306
|
+
"PrimitiveType": "String",
|
|
58307
|
+
"Required": false,
|
|
58308
|
+
"UpdateType": "Mutable"
|
|
58309
|
+
}
|
|
58310
|
+
}
|
|
58311
|
+
},
|
|
57644
58312
|
"AWS::Lex::Bot.Slot": {
|
|
57645
58313
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slot.html",
|
|
57646
58314
|
"Properties": {
|
|
@@ -57682,6 +58350,59 @@
|
|
|
57682
58350
|
}
|
|
57683
58351
|
}
|
|
57684
58352
|
},
|
|
58353
|
+
"AWS::Lex::Bot.SlotCaptureSetting": {
|
|
58354
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html",
|
|
58355
|
+
"Properties": {
|
|
58356
|
+
"CaptureConditional": {
|
|
58357
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-captureconditional",
|
|
58358
|
+
"Required": false,
|
|
58359
|
+
"Type": "ConditionalSpecification",
|
|
58360
|
+
"UpdateType": "Mutable"
|
|
58361
|
+
},
|
|
58362
|
+
"CaptureNextStep": {
|
|
58363
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-capturenextstep",
|
|
58364
|
+
"Required": false,
|
|
58365
|
+
"Type": "DialogState",
|
|
58366
|
+
"UpdateType": "Mutable"
|
|
58367
|
+
},
|
|
58368
|
+
"CaptureResponse": {
|
|
58369
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-captureresponse",
|
|
58370
|
+
"Required": false,
|
|
58371
|
+
"Type": "ResponseSpecification",
|
|
58372
|
+
"UpdateType": "Mutable"
|
|
58373
|
+
},
|
|
58374
|
+
"CodeHook": {
|
|
58375
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-codehook",
|
|
58376
|
+
"Required": false,
|
|
58377
|
+
"Type": "DialogCodeHookInvocationSetting",
|
|
58378
|
+
"UpdateType": "Mutable"
|
|
58379
|
+
},
|
|
58380
|
+
"ElicitationCodeHook": {
|
|
58381
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-elicitationcodehook",
|
|
58382
|
+
"Required": false,
|
|
58383
|
+
"Type": "ElicitationCodeHookInvocationSetting",
|
|
58384
|
+
"UpdateType": "Mutable"
|
|
58385
|
+
},
|
|
58386
|
+
"FailureConditional": {
|
|
58387
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-failureconditional",
|
|
58388
|
+
"Required": false,
|
|
58389
|
+
"Type": "ConditionalSpecification",
|
|
58390
|
+
"UpdateType": "Mutable"
|
|
58391
|
+
},
|
|
58392
|
+
"FailureNextStep": {
|
|
58393
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-failurenextstep",
|
|
58394
|
+
"Required": false,
|
|
58395
|
+
"Type": "DialogState",
|
|
58396
|
+
"UpdateType": "Mutable"
|
|
58397
|
+
},
|
|
58398
|
+
"FailureResponse": {
|
|
58399
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotcapturesetting.html#cfn-lex-bot-slotcapturesetting-failureresponse",
|
|
58400
|
+
"Required": false,
|
|
58401
|
+
"Type": "ResponseSpecification",
|
|
58402
|
+
"UpdateType": "Mutable"
|
|
58403
|
+
}
|
|
58404
|
+
}
|
|
58405
|
+
},
|
|
57685
58406
|
"AWS::Lex::Bot.SlotDefaultValue": {
|
|
57686
58407
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotdefaultvalue.html",
|
|
57687
58408
|
"Properties": {
|
|
@@ -57785,6 +58506,17 @@
|
|
|
57785
58506
|
}
|
|
57786
58507
|
}
|
|
57787
58508
|
},
|
|
58509
|
+
"AWS::Lex::Bot.SlotValue": {
|
|
58510
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.html",
|
|
58511
|
+
"Properties": {
|
|
58512
|
+
"InterpretedValue": {
|
|
58513
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalue.html#cfn-lex-bot-slotvalue-interpretedvalue",
|
|
58514
|
+
"PrimitiveType": "String",
|
|
58515
|
+
"Required": false,
|
|
58516
|
+
"UpdateType": "Mutable"
|
|
58517
|
+
}
|
|
58518
|
+
}
|
|
58519
|
+
},
|
|
57788
58520
|
"AWS::Lex::Bot.SlotValueElicitationSetting": {
|
|
57789
58521
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html",
|
|
57790
58522
|
"Properties": {
|
|
@@ -57808,6 +58540,12 @@
|
|
|
57808
58540
|
"Type": "List",
|
|
57809
58541
|
"UpdateType": "Mutable"
|
|
57810
58542
|
},
|
|
58543
|
+
"SlotCaptureSetting": {
|
|
58544
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-slotcapturesetting",
|
|
58545
|
+
"Required": false,
|
|
58546
|
+
"Type": "SlotCaptureSetting",
|
|
58547
|
+
"UpdateType": "Mutable"
|
|
58548
|
+
},
|
|
57811
58549
|
"SlotConstraint": {
|
|
57812
58550
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueelicitationsetting.html#cfn-lex-bot-slotvalueelicitationsetting-slotconstraint",
|
|
57813
58551
|
"PrimitiveType": "String",
|
|
@@ -57822,6 +58560,48 @@
|
|
|
57822
58560
|
}
|
|
57823
58561
|
}
|
|
57824
58562
|
},
|
|
58563
|
+
"AWS::Lex::Bot.SlotValueOverride": {
|
|
58564
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html",
|
|
58565
|
+
"Properties": {
|
|
58566
|
+
"Shape": {
|
|
58567
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html#cfn-lex-bot-slotvalueoverride-shape",
|
|
58568
|
+
"PrimitiveType": "String",
|
|
58569
|
+
"Required": false,
|
|
58570
|
+
"UpdateType": "Mutable"
|
|
58571
|
+
},
|
|
58572
|
+
"Value": {
|
|
58573
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html#cfn-lex-bot-slotvalueoverride-value",
|
|
58574
|
+
"Required": false,
|
|
58575
|
+
"Type": "SlotValue",
|
|
58576
|
+
"UpdateType": "Mutable"
|
|
58577
|
+
},
|
|
58578
|
+
"Values": {
|
|
58579
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverride.html#cfn-lex-bot-slotvalueoverride-values",
|
|
58580
|
+
"DuplicatesAllowed": true,
|
|
58581
|
+
"ItemType": "SlotValueOverride",
|
|
58582
|
+
"Required": false,
|
|
58583
|
+
"Type": "List",
|
|
58584
|
+
"UpdateType": "Mutable"
|
|
58585
|
+
}
|
|
58586
|
+
}
|
|
58587
|
+
},
|
|
58588
|
+
"AWS::Lex::Bot.SlotValueOverrideMap": {
|
|
58589
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html",
|
|
58590
|
+
"Properties": {
|
|
58591
|
+
"SlotName": {
|
|
58592
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html#cfn-lex-bot-slotvalueoverridemap-slotname",
|
|
58593
|
+
"PrimitiveType": "String",
|
|
58594
|
+
"Required": false,
|
|
58595
|
+
"UpdateType": "Mutable"
|
|
58596
|
+
},
|
|
58597
|
+
"SlotValueOverride": {
|
|
58598
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueoverridemap.html#cfn-lex-bot-slotvalueoverridemap-slotvalueoverride",
|
|
58599
|
+
"Required": false,
|
|
58600
|
+
"Type": "SlotValueOverride",
|
|
58601
|
+
"UpdateType": "Mutable"
|
|
58602
|
+
}
|
|
58603
|
+
}
|
|
58604
|
+
},
|
|
57825
58605
|
"AWS::Lex::Bot.SlotValueRegexFilter": {
|
|
57826
58606
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-slotvalueregexfilter.html",
|
|
57827
58607
|
"Properties": {
|
|
@@ -68422,6 +69202,18 @@
|
|
|
68422
69202
|
"AWS::OpenSearchService::Domain.AdvancedSecurityOptionsInput": {
|
|
68423
69203
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html",
|
|
68424
69204
|
"Properties": {
|
|
69205
|
+
"AnonymousAuthDisableDate": {
|
|
69206
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-anonymousauthdisabledate",
|
|
69207
|
+
"PrimitiveType": "String",
|
|
69208
|
+
"Required": false,
|
|
69209
|
+
"UpdateType": "Mutable"
|
|
69210
|
+
},
|
|
69211
|
+
"AnonymousAuthEnabled": {
|
|
69212
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-anonymousauthenabled",
|
|
69213
|
+
"PrimitiveType": "Boolean",
|
|
69214
|
+
"Required": false,
|
|
69215
|
+
"UpdateType": "Mutable"
|
|
69216
|
+
},
|
|
68425
69217
|
"Enabled": {
|
|
68426
69218
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-enabled",
|
|
68427
69219
|
"PrimitiveType": "Boolean",
|
|
@@ -68439,6 +69231,12 @@
|
|
|
68439
69231
|
"Required": false,
|
|
68440
69232
|
"Type": "MasterUserOptions",
|
|
68441
69233
|
"UpdateType": "Mutable"
|
|
69234
|
+
},
|
|
69235
|
+
"SAMLOptions": {
|
|
69236
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-samloptions",
|
|
69237
|
+
"Required": false,
|
|
69238
|
+
"Type": "SAMLOptions",
|
|
69239
|
+
"UpdateType": "Mutable"
|
|
68442
69240
|
}
|
|
68443
69241
|
}
|
|
68444
69242
|
},
|
|
@@ -68623,6 +69421,23 @@
|
|
|
68623
69421
|
}
|
|
68624
69422
|
}
|
|
68625
69423
|
},
|
|
69424
|
+
"AWS::OpenSearchService::Domain.Idp": {
|
|
69425
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html",
|
|
69426
|
+
"Properties": {
|
|
69427
|
+
"EntityId": {
|
|
69428
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html#cfn-opensearchservice-domain-idp-entityid",
|
|
69429
|
+
"PrimitiveType": "String",
|
|
69430
|
+
"Required": true,
|
|
69431
|
+
"UpdateType": "Mutable"
|
|
69432
|
+
},
|
|
69433
|
+
"MetadataContent": {
|
|
69434
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-idp.html#cfn-opensearchservice-domain-idp-metadatacontent",
|
|
69435
|
+
"PrimitiveType": "String",
|
|
69436
|
+
"Required": true,
|
|
69437
|
+
"UpdateType": "Mutable"
|
|
69438
|
+
}
|
|
69439
|
+
}
|
|
69440
|
+
},
|
|
68626
69441
|
"AWS::OpenSearchService::Domain.LogPublishingOption": {
|
|
68627
69442
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-logpublishingoption.html",
|
|
68628
69443
|
"Properties": {
|
|
@@ -68674,6 +69489,53 @@
|
|
|
68674
69489
|
}
|
|
68675
69490
|
}
|
|
68676
69491
|
},
|
|
69492
|
+
"AWS::OpenSearchService::Domain.SAMLOptions": {
|
|
69493
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html",
|
|
69494
|
+
"Properties": {
|
|
69495
|
+
"Enabled": {
|
|
69496
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-enabled",
|
|
69497
|
+
"PrimitiveType": "Boolean",
|
|
69498
|
+
"Required": false,
|
|
69499
|
+
"UpdateType": "Mutable"
|
|
69500
|
+
},
|
|
69501
|
+
"Idp": {
|
|
69502
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-idp",
|
|
69503
|
+
"Required": false,
|
|
69504
|
+
"Type": "Idp",
|
|
69505
|
+
"UpdateType": "Mutable"
|
|
69506
|
+
},
|
|
69507
|
+
"MasterBackendRole": {
|
|
69508
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-masterbackendrole",
|
|
69509
|
+
"PrimitiveType": "String",
|
|
69510
|
+
"Required": false,
|
|
69511
|
+
"UpdateType": "Mutable"
|
|
69512
|
+
},
|
|
69513
|
+
"MasterUserName": {
|
|
69514
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-masterusername",
|
|
69515
|
+
"PrimitiveType": "String",
|
|
69516
|
+
"Required": false,
|
|
69517
|
+
"UpdateType": "Mutable"
|
|
69518
|
+
},
|
|
69519
|
+
"RolesKey": {
|
|
69520
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-roleskey",
|
|
69521
|
+
"PrimitiveType": "String",
|
|
69522
|
+
"Required": false,
|
|
69523
|
+
"UpdateType": "Mutable"
|
|
69524
|
+
},
|
|
69525
|
+
"SessionTimeoutMinutes": {
|
|
69526
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-sessiontimeoutminutes",
|
|
69527
|
+
"PrimitiveType": "Integer",
|
|
69528
|
+
"Required": false,
|
|
69529
|
+
"UpdateType": "Mutable"
|
|
69530
|
+
},
|
|
69531
|
+
"SubjectKey": {
|
|
69532
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html#cfn-opensearchservice-domain-samloptions-subjectkey",
|
|
69533
|
+
"PrimitiveType": "String",
|
|
69534
|
+
"Required": false,
|
|
69535
|
+
"UpdateType": "Mutable"
|
|
69536
|
+
}
|
|
69537
|
+
}
|
|
69538
|
+
},
|
|
68677
69539
|
"AWS::OpenSearchService::Domain.ServiceSoftwareOptions": {
|
|
68678
69540
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-servicesoftwareoptions.html",
|
|
68679
69541
|
"Properties": {
|
|
@@ -75491,6 +76353,17 @@
|
|
|
75491
76353
|
}
|
|
75492
76354
|
}
|
|
75493
76355
|
},
|
|
76356
|
+
"AWS::RUM::AppMonitor.CustomEvents": {
|
|
76357
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-customevents.html",
|
|
76358
|
+
"Properties": {
|
|
76359
|
+
"Status": {
|
|
76360
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-customevents.html#cfn-rum-appmonitor-customevents-status",
|
|
76361
|
+
"PrimitiveType": "String",
|
|
76362
|
+
"Required": false,
|
|
76363
|
+
"UpdateType": "Mutable"
|
|
76364
|
+
}
|
|
76365
|
+
}
|
|
76366
|
+
},
|
|
75494
76367
|
"AWS::RUM::AppMonitor.MetricDefinition": {
|
|
75495
76368
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html",
|
|
75496
76369
|
"Properties": {
|
|
@@ -77281,6 +78154,12 @@
|
|
|
77281
78154
|
"Required": false,
|
|
77282
78155
|
"UpdateType": "Mutable"
|
|
77283
78156
|
},
|
|
78157
|
+
"Ipv6": {
|
|
78158
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverendpoint-ipaddressrequest.html#cfn-route53resolver-resolverendpoint-ipaddressrequest-ipv6",
|
|
78159
|
+
"PrimitiveType": "String",
|
|
78160
|
+
"Required": false,
|
|
78161
|
+
"UpdateType": "Mutable"
|
|
78162
|
+
},
|
|
77284
78163
|
"SubnetId": {
|
|
77285
78164
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53resolver-resolverendpoint-ipaddressrequest.html#cfn-route53resolver-resolverendpoint-ipaddressrequest-subnetid",
|
|
77286
78165
|
"PrimitiveType": "String",
|
|
@@ -81373,6 +82252,37 @@
|
|
|
81373
82252
|
}
|
|
81374
82253
|
}
|
|
81375
82254
|
},
|
|
82255
|
+
"AWS::SageMaker::Domain.DefaultSpaceSettings": {
|
|
82256
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacesettings.html",
|
|
82257
|
+
"Properties": {
|
|
82258
|
+
"ExecutionRole": {
|
|
82259
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacesettings.html#cfn-sagemaker-domain-defaultspacesettings-executionrole",
|
|
82260
|
+
"PrimitiveType": "String",
|
|
82261
|
+
"Required": false,
|
|
82262
|
+
"UpdateType": "Mutable"
|
|
82263
|
+
},
|
|
82264
|
+
"JupyterServerAppSettings": {
|
|
82265
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacesettings.html#cfn-sagemaker-domain-defaultspacesettings-jupyterserverappsettings",
|
|
82266
|
+
"Required": false,
|
|
82267
|
+
"Type": "JupyterServerAppSettings",
|
|
82268
|
+
"UpdateType": "Mutable"
|
|
82269
|
+
},
|
|
82270
|
+
"KernelGatewayAppSettings": {
|
|
82271
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacesettings.html#cfn-sagemaker-domain-defaultspacesettings-kernelgatewayappsettings",
|
|
82272
|
+
"Required": false,
|
|
82273
|
+
"Type": "KernelGatewayAppSettings",
|
|
82274
|
+
"UpdateType": "Mutable"
|
|
82275
|
+
},
|
|
82276
|
+
"SecurityGroups": {
|
|
82277
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacesettings.html#cfn-sagemaker-domain-defaultspacesettings-securitygroups",
|
|
82278
|
+
"DuplicatesAllowed": true,
|
|
82279
|
+
"PrimitiveItemType": "String",
|
|
82280
|
+
"Required": false,
|
|
82281
|
+
"Type": "List",
|
|
82282
|
+
"UpdateType": "Mutable"
|
|
82283
|
+
}
|
|
82284
|
+
}
|
|
82285
|
+
},
|
|
81376
82286
|
"AWS::SageMaker::Domain.DomainSettings": {
|
|
81377
82287
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-domainsettings.html",
|
|
81378
82288
|
"Properties": {
|
|
@@ -92491,7 +93401,7 @@
|
|
|
92491
93401
|
}
|
|
92492
93402
|
}
|
|
92493
93403
|
},
|
|
92494
|
-
"ResourceSpecificationVersion": "
|
|
93404
|
+
"ResourceSpecificationVersion": "109.0.0",
|
|
92495
93405
|
"ResourceTypes": {
|
|
92496
93406
|
"AWS::ACMPCA::Certificate": {
|
|
92497
93407
|
"Attributes": {
|
|
@@ -94598,7 +95508,7 @@
|
|
|
94598
95508
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid",
|
|
94599
95509
|
"PrimitiveType": "String",
|
|
94600
95510
|
"Required": true,
|
|
94601
|
-
"UpdateType": "
|
|
95511
|
+
"UpdateType": "Mutable"
|
|
94602
95512
|
},
|
|
94603
95513
|
"ApiMappingKey": {
|
|
94604
95514
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey",
|
|
@@ -103445,6 +104355,23 @@
|
|
|
103445
104355
|
}
|
|
103446
104356
|
}
|
|
103447
104357
|
},
|
|
104358
|
+
"AWS::Connect::ApprovedOrigin": {
|
|
104359
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.html",
|
|
104360
|
+
"Properties": {
|
|
104361
|
+
"InstanceId": {
|
|
104362
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.html#cfn-connect-approvedorigin-instanceid",
|
|
104363
|
+
"PrimitiveType": "String",
|
|
104364
|
+
"Required": true,
|
|
104365
|
+
"UpdateType": "Immutable"
|
|
104366
|
+
},
|
|
104367
|
+
"Origin": {
|
|
104368
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-approvedorigin.html#cfn-connect-approvedorigin-origin",
|
|
104369
|
+
"PrimitiveType": "String",
|
|
104370
|
+
"Required": true,
|
|
104371
|
+
"UpdateType": "Immutable"
|
|
104372
|
+
}
|
|
104373
|
+
}
|
|
104374
|
+
},
|
|
103448
104375
|
"AWS::Connect::ContactFlow": {
|
|
103449
104376
|
"Attributes": {
|
|
103450
104377
|
"ContactFlowArn": {
|
|
@@ -103698,6 +104625,34 @@
|
|
|
103698
104625
|
}
|
|
103699
104626
|
}
|
|
103700
104627
|
},
|
|
104628
|
+
"AWS::Connect::IntegrationAssociation": {
|
|
104629
|
+
"Attributes": {
|
|
104630
|
+
"IntegrationAssociationId": {
|
|
104631
|
+
"PrimitiveType": "String"
|
|
104632
|
+
}
|
|
104633
|
+
},
|
|
104634
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html",
|
|
104635
|
+
"Properties": {
|
|
104636
|
+
"InstanceId": {
|
|
104637
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html#cfn-connect-integrationassociation-instanceid",
|
|
104638
|
+
"PrimitiveType": "String",
|
|
104639
|
+
"Required": true,
|
|
104640
|
+
"UpdateType": "Immutable"
|
|
104641
|
+
},
|
|
104642
|
+
"IntegrationArn": {
|
|
104643
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html#cfn-connect-integrationassociation-integrationarn",
|
|
104644
|
+
"PrimitiveType": "String",
|
|
104645
|
+
"Required": true,
|
|
104646
|
+
"UpdateType": "Immutable"
|
|
104647
|
+
},
|
|
104648
|
+
"IntegrationType": {
|
|
104649
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-integrationassociation.html#cfn-connect-integrationassociation-integrationtype",
|
|
104650
|
+
"PrimitiveType": "String",
|
|
104651
|
+
"Required": true,
|
|
104652
|
+
"UpdateType": "Immutable"
|
|
104653
|
+
}
|
|
104654
|
+
}
|
|
104655
|
+
},
|
|
103701
104656
|
"AWS::Connect::PhoneNumber": {
|
|
103702
104657
|
"Attributes": {
|
|
103703
104658
|
"Address": {
|
|
@@ -103845,6 +104800,28 @@
|
|
|
103845
104800
|
}
|
|
103846
104801
|
}
|
|
103847
104802
|
},
|
|
104803
|
+
"AWS::Connect::SecurityKey": {
|
|
104804
|
+
"Attributes": {
|
|
104805
|
+
"AssociationId": {
|
|
104806
|
+
"PrimitiveType": "String"
|
|
104807
|
+
}
|
|
104808
|
+
},
|
|
104809
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securitykey.html",
|
|
104810
|
+
"Properties": {
|
|
104811
|
+
"InstanceId": {
|
|
104812
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securitykey.html#cfn-connect-securitykey-instanceid",
|
|
104813
|
+
"PrimitiveType": "String",
|
|
104814
|
+
"Required": true,
|
|
104815
|
+
"UpdateType": "Immutable"
|
|
104816
|
+
},
|
|
104817
|
+
"Key": {
|
|
104818
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-securitykey.html#cfn-connect-securitykey-key",
|
|
104819
|
+
"PrimitiveType": "String",
|
|
104820
|
+
"Required": true,
|
|
104821
|
+
"UpdateType": "Immutable"
|
|
104822
|
+
}
|
|
104823
|
+
}
|
|
104824
|
+
},
|
|
103848
104825
|
"AWS::Connect::TaskTemplate": {
|
|
103849
104826
|
"Attributes": {
|
|
103850
104827
|
"Arn": {
|
|
@@ -104715,7 +105692,7 @@
|
|
|
104715
105692
|
"ItemType": "Tag",
|
|
104716
105693
|
"Required": false,
|
|
104717
105694
|
"Type": "List",
|
|
104718
|
-
"UpdateType": "
|
|
105695
|
+
"UpdateType": "Mutable"
|
|
104719
105696
|
}
|
|
104720
105697
|
}
|
|
104721
105698
|
},
|
|
@@ -104813,7 +105790,7 @@
|
|
|
104813
105790
|
"ItemType": "Tag",
|
|
104814
105791
|
"Required": false,
|
|
104815
105792
|
"Type": "List",
|
|
104816
|
-
"UpdateType": "
|
|
105793
|
+
"UpdateType": "Mutable"
|
|
104817
105794
|
},
|
|
104818
105795
|
"VpcSecurityGroupIds": {
|
|
104819
105796
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationinstance.html#cfn-dms-replicationinstance-vpcsecuritygroupids",
|
|
@@ -104923,7 +105900,7 @@
|
|
|
104923
105900
|
"ItemType": "Tag",
|
|
104924
105901
|
"Required": false,
|
|
104925
105902
|
"Type": "List",
|
|
104926
|
-
"UpdateType": "
|
|
105903
|
+
"UpdateType": "Mutable"
|
|
104927
105904
|
},
|
|
104928
105905
|
"TargetEndpointArn": {
|
|
104929
105906
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html#cfn-dms-replicationtask-targetendpointarn",
|
|
@@ -106123,6 +107100,298 @@
|
|
|
106123
107100
|
}
|
|
106124
107101
|
}
|
|
106125
107102
|
},
|
|
107103
|
+
"AWS::DeviceFarm::DevicePool": {
|
|
107104
|
+
"Attributes": {
|
|
107105
|
+
"Arn": {
|
|
107106
|
+
"PrimitiveType": "String"
|
|
107107
|
+
}
|
|
107108
|
+
},
|
|
107109
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html",
|
|
107110
|
+
"Properties": {
|
|
107111
|
+
"Description": {
|
|
107112
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html#cfn-devicefarm-devicepool-description",
|
|
107113
|
+
"PrimitiveType": "String",
|
|
107114
|
+
"Required": false,
|
|
107115
|
+
"UpdateType": "Mutable"
|
|
107116
|
+
},
|
|
107117
|
+
"MaxDevices": {
|
|
107118
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html#cfn-devicefarm-devicepool-maxdevices",
|
|
107119
|
+
"PrimitiveType": "Integer",
|
|
107120
|
+
"Required": false,
|
|
107121
|
+
"UpdateType": "Mutable"
|
|
107122
|
+
},
|
|
107123
|
+
"Name": {
|
|
107124
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html#cfn-devicefarm-devicepool-name",
|
|
107125
|
+
"PrimitiveType": "String",
|
|
107126
|
+
"Required": true,
|
|
107127
|
+
"UpdateType": "Mutable"
|
|
107128
|
+
},
|
|
107129
|
+
"ProjectArn": {
|
|
107130
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html#cfn-devicefarm-devicepool-projectarn",
|
|
107131
|
+
"PrimitiveType": "String",
|
|
107132
|
+
"Required": true,
|
|
107133
|
+
"UpdateType": "Immutable"
|
|
107134
|
+
},
|
|
107135
|
+
"Rules": {
|
|
107136
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html#cfn-devicefarm-devicepool-rules",
|
|
107137
|
+
"DuplicatesAllowed": true,
|
|
107138
|
+
"ItemType": "Rule",
|
|
107139
|
+
"Required": true,
|
|
107140
|
+
"Type": "List",
|
|
107141
|
+
"UpdateType": "Mutable"
|
|
107142
|
+
},
|
|
107143
|
+
"Tags": {
|
|
107144
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-devicepool.html#cfn-devicefarm-devicepool-tags",
|
|
107145
|
+
"DuplicatesAllowed": true,
|
|
107146
|
+
"ItemType": "Tag",
|
|
107147
|
+
"Required": false,
|
|
107148
|
+
"Type": "List",
|
|
107149
|
+
"UpdateType": "Mutable"
|
|
107150
|
+
}
|
|
107151
|
+
}
|
|
107152
|
+
},
|
|
107153
|
+
"AWS::DeviceFarm::InstanceProfile": {
|
|
107154
|
+
"Attributes": {
|
|
107155
|
+
"Arn": {
|
|
107156
|
+
"PrimitiveType": "String"
|
|
107157
|
+
}
|
|
107158
|
+
},
|
|
107159
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html",
|
|
107160
|
+
"Properties": {
|
|
107161
|
+
"Description": {
|
|
107162
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html#cfn-devicefarm-instanceprofile-description",
|
|
107163
|
+
"PrimitiveType": "String",
|
|
107164
|
+
"Required": false,
|
|
107165
|
+
"UpdateType": "Mutable"
|
|
107166
|
+
},
|
|
107167
|
+
"ExcludeAppPackagesFromCleanup": {
|
|
107168
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html#cfn-devicefarm-instanceprofile-excludeapppackagesfromcleanup",
|
|
107169
|
+
"DuplicatesAllowed": true,
|
|
107170
|
+
"PrimitiveItemType": "String",
|
|
107171
|
+
"Required": false,
|
|
107172
|
+
"Type": "List",
|
|
107173
|
+
"UpdateType": "Mutable"
|
|
107174
|
+
},
|
|
107175
|
+
"Name": {
|
|
107176
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html#cfn-devicefarm-instanceprofile-name",
|
|
107177
|
+
"PrimitiveType": "String",
|
|
107178
|
+
"Required": true,
|
|
107179
|
+
"UpdateType": "Mutable"
|
|
107180
|
+
},
|
|
107181
|
+
"PackageCleanup": {
|
|
107182
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html#cfn-devicefarm-instanceprofile-packagecleanup",
|
|
107183
|
+
"PrimitiveType": "Boolean",
|
|
107184
|
+
"Required": false,
|
|
107185
|
+
"UpdateType": "Mutable"
|
|
107186
|
+
},
|
|
107187
|
+
"RebootAfterUse": {
|
|
107188
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html#cfn-devicefarm-instanceprofile-rebootafteruse",
|
|
107189
|
+
"PrimitiveType": "Boolean",
|
|
107190
|
+
"Required": false,
|
|
107191
|
+
"UpdateType": "Mutable"
|
|
107192
|
+
},
|
|
107193
|
+
"Tags": {
|
|
107194
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-instanceprofile.html#cfn-devicefarm-instanceprofile-tags",
|
|
107195
|
+
"DuplicatesAllowed": true,
|
|
107196
|
+
"ItemType": "Tag",
|
|
107197
|
+
"Required": false,
|
|
107198
|
+
"Type": "List",
|
|
107199
|
+
"UpdateType": "Mutable"
|
|
107200
|
+
}
|
|
107201
|
+
}
|
|
107202
|
+
},
|
|
107203
|
+
"AWS::DeviceFarm::NetworkProfile": {
|
|
107204
|
+
"Attributes": {
|
|
107205
|
+
"Arn": {
|
|
107206
|
+
"PrimitiveType": "String"
|
|
107207
|
+
}
|
|
107208
|
+
},
|
|
107209
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html",
|
|
107210
|
+
"Properties": {
|
|
107211
|
+
"Description": {
|
|
107212
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-description",
|
|
107213
|
+
"PrimitiveType": "String",
|
|
107214
|
+
"Required": false,
|
|
107215
|
+
"UpdateType": "Mutable"
|
|
107216
|
+
},
|
|
107217
|
+
"DownlinkBandwidthBits": {
|
|
107218
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-downlinkbandwidthbits",
|
|
107219
|
+
"PrimitiveType": "Integer",
|
|
107220
|
+
"Required": false,
|
|
107221
|
+
"UpdateType": "Mutable"
|
|
107222
|
+
},
|
|
107223
|
+
"DownlinkDelayMs": {
|
|
107224
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-downlinkdelayms",
|
|
107225
|
+
"PrimitiveType": "Integer",
|
|
107226
|
+
"Required": false,
|
|
107227
|
+
"UpdateType": "Mutable"
|
|
107228
|
+
},
|
|
107229
|
+
"DownlinkJitterMs": {
|
|
107230
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-downlinkjitterms",
|
|
107231
|
+
"PrimitiveType": "Integer",
|
|
107232
|
+
"Required": false,
|
|
107233
|
+
"UpdateType": "Mutable"
|
|
107234
|
+
},
|
|
107235
|
+
"DownlinkLossPercent": {
|
|
107236
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-downlinklosspercent",
|
|
107237
|
+
"PrimitiveType": "Integer",
|
|
107238
|
+
"Required": false,
|
|
107239
|
+
"UpdateType": "Mutable"
|
|
107240
|
+
},
|
|
107241
|
+
"Name": {
|
|
107242
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-name",
|
|
107243
|
+
"PrimitiveType": "String",
|
|
107244
|
+
"Required": true,
|
|
107245
|
+
"UpdateType": "Mutable"
|
|
107246
|
+
},
|
|
107247
|
+
"ProjectArn": {
|
|
107248
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-projectarn",
|
|
107249
|
+
"PrimitiveType": "String",
|
|
107250
|
+
"Required": true,
|
|
107251
|
+
"UpdateType": "Immutable"
|
|
107252
|
+
},
|
|
107253
|
+
"Tags": {
|
|
107254
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-tags",
|
|
107255
|
+
"DuplicatesAllowed": true,
|
|
107256
|
+
"ItemType": "Tag",
|
|
107257
|
+
"Required": false,
|
|
107258
|
+
"Type": "List",
|
|
107259
|
+
"UpdateType": "Mutable"
|
|
107260
|
+
},
|
|
107261
|
+
"UplinkBandwidthBits": {
|
|
107262
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-uplinkbandwidthbits",
|
|
107263
|
+
"PrimitiveType": "Integer",
|
|
107264
|
+
"Required": false,
|
|
107265
|
+
"UpdateType": "Mutable"
|
|
107266
|
+
},
|
|
107267
|
+
"UplinkDelayMs": {
|
|
107268
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-uplinkdelayms",
|
|
107269
|
+
"PrimitiveType": "Integer",
|
|
107270
|
+
"Required": false,
|
|
107271
|
+
"UpdateType": "Mutable"
|
|
107272
|
+
},
|
|
107273
|
+
"UplinkJitterMs": {
|
|
107274
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-uplinkjitterms",
|
|
107275
|
+
"PrimitiveType": "Integer",
|
|
107276
|
+
"Required": false,
|
|
107277
|
+
"UpdateType": "Mutable"
|
|
107278
|
+
},
|
|
107279
|
+
"UplinkLossPercent": {
|
|
107280
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-networkprofile.html#cfn-devicefarm-networkprofile-uplinklosspercent",
|
|
107281
|
+
"PrimitiveType": "Integer",
|
|
107282
|
+
"Required": false,
|
|
107283
|
+
"UpdateType": "Mutable"
|
|
107284
|
+
}
|
|
107285
|
+
}
|
|
107286
|
+
},
|
|
107287
|
+
"AWS::DeviceFarm::Project": {
|
|
107288
|
+
"Attributes": {
|
|
107289
|
+
"Arn": {
|
|
107290
|
+
"PrimitiveType": "String"
|
|
107291
|
+
}
|
|
107292
|
+
},
|
|
107293
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html",
|
|
107294
|
+
"Properties": {
|
|
107295
|
+
"DefaultJobTimeoutMinutes": {
|
|
107296
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html#cfn-devicefarm-project-defaultjobtimeoutminutes",
|
|
107297
|
+
"PrimitiveType": "Integer",
|
|
107298
|
+
"Required": false,
|
|
107299
|
+
"UpdateType": "Mutable"
|
|
107300
|
+
},
|
|
107301
|
+
"Name": {
|
|
107302
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html#cfn-devicefarm-project-name",
|
|
107303
|
+
"PrimitiveType": "String",
|
|
107304
|
+
"Required": true,
|
|
107305
|
+
"UpdateType": "Mutable"
|
|
107306
|
+
},
|
|
107307
|
+
"Tags": {
|
|
107308
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-project.html#cfn-devicefarm-project-tags",
|
|
107309
|
+
"DuplicatesAllowed": true,
|
|
107310
|
+
"ItemType": "Tag",
|
|
107311
|
+
"Required": false,
|
|
107312
|
+
"Type": "List",
|
|
107313
|
+
"UpdateType": "Mutable"
|
|
107314
|
+
}
|
|
107315
|
+
}
|
|
107316
|
+
},
|
|
107317
|
+
"AWS::DeviceFarm::TestGridProject": {
|
|
107318
|
+
"Attributes": {
|
|
107319
|
+
"Arn": {
|
|
107320
|
+
"PrimitiveType": "String"
|
|
107321
|
+
}
|
|
107322
|
+
},
|
|
107323
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html",
|
|
107324
|
+
"Properties": {
|
|
107325
|
+
"Description": {
|
|
107326
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html#cfn-devicefarm-testgridproject-description",
|
|
107327
|
+
"PrimitiveType": "String",
|
|
107328
|
+
"Required": false,
|
|
107329
|
+
"UpdateType": "Mutable"
|
|
107330
|
+
},
|
|
107331
|
+
"Name": {
|
|
107332
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html#cfn-devicefarm-testgridproject-name",
|
|
107333
|
+
"PrimitiveType": "String",
|
|
107334
|
+
"Required": true,
|
|
107335
|
+
"UpdateType": "Mutable"
|
|
107336
|
+
},
|
|
107337
|
+
"Tags": {
|
|
107338
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html#cfn-devicefarm-testgridproject-tags",
|
|
107339
|
+
"DuplicatesAllowed": true,
|
|
107340
|
+
"ItemType": "Tag",
|
|
107341
|
+
"Required": false,
|
|
107342
|
+
"Type": "List",
|
|
107343
|
+
"UpdateType": "Mutable"
|
|
107344
|
+
},
|
|
107345
|
+
"VpcConfig": {
|
|
107346
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-testgridproject.html#cfn-devicefarm-testgridproject-vpcconfig",
|
|
107347
|
+
"Required": false,
|
|
107348
|
+
"Type": "VpcConfig",
|
|
107349
|
+
"UpdateType": "Mutable"
|
|
107350
|
+
}
|
|
107351
|
+
}
|
|
107352
|
+
},
|
|
107353
|
+
"AWS::DeviceFarm::VPCEConfiguration": {
|
|
107354
|
+
"Attributes": {
|
|
107355
|
+
"Arn": {
|
|
107356
|
+
"PrimitiveType": "String"
|
|
107357
|
+
}
|
|
107358
|
+
},
|
|
107359
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html",
|
|
107360
|
+
"Properties": {
|
|
107361
|
+
"ServiceDnsName": {
|
|
107362
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-servicednsname",
|
|
107363
|
+
"PrimitiveType": "String",
|
|
107364
|
+
"Required": true,
|
|
107365
|
+
"UpdateType": "Mutable"
|
|
107366
|
+
},
|
|
107367
|
+
"Tags": {
|
|
107368
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-tags",
|
|
107369
|
+
"DuplicatesAllowed": true,
|
|
107370
|
+
"ItemType": "Tag",
|
|
107371
|
+
"Required": false,
|
|
107372
|
+
"Type": "List",
|
|
107373
|
+
"UpdateType": "Mutable"
|
|
107374
|
+
},
|
|
107375
|
+
"VpceConfigurationDescription": {
|
|
107376
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-vpceconfigurationdescription",
|
|
107377
|
+
"PrimitiveType": "String",
|
|
107378
|
+
"Required": false,
|
|
107379
|
+
"UpdateType": "Mutable"
|
|
107380
|
+
},
|
|
107381
|
+
"VpceConfigurationName": {
|
|
107382
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-vpceconfigurationname",
|
|
107383
|
+
"PrimitiveType": "String",
|
|
107384
|
+
"Required": true,
|
|
107385
|
+
"UpdateType": "Mutable"
|
|
107386
|
+
},
|
|
107387
|
+
"VpceServiceName": {
|
|
107388
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-devicefarm-vpceconfiguration.html#cfn-devicefarm-vpceconfiguration-vpceservicename",
|
|
107389
|
+
"PrimitiveType": "String",
|
|
107390
|
+
"Required": true,
|
|
107391
|
+
"UpdateType": "Mutable"
|
|
107392
|
+
}
|
|
107393
|
+
}
|
|
107394
|
+
},
|
|
106126
107395
|
"AWS::DirectoryService::MicrosoftAD": {
|
|
106127
107396
|
"Attributes": {
|
|
106128
107397
|
"Alias": {
|
|
@@ -107230,6 +108499,12 @@
|
|
|
107230
108499
|
"Required": true,
|
|
107231
108500
|
"UpdateType": "Immutable"
|
|
107232
108501
|
},
|
|
108502
|
+
"DeviceName": {
|
|
108503
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customergateway.html#cfn-ec2-customergateway-devicename",
|
|
108504
|
+
"PrimitiveType": "String",
|
|
108505
|
+
"Required": false,
|
|
108506
|
+
"UpdateType": "Immutable"
|
|
108507
|
+
},
|
|
107233
108508
|
"IpAddress": {
|
|
107234
108509
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-customergateway.html#cfn-ec2-customergateway-ipaddress",
|
|
107235
108510
|
"PrimitiveType": "String",
|
|
@@ -108384,12 +109659,40 @@
|
|
|
108384
109659
|
"Required": false,
|
|
108385
109660
|
"UpdateType": "Immutable"
|
|
108386
109661
|
},
|
|
109662
|
+
"MaxDrainDurationSeconds": {
|
|
109663
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-maxdraindurationseconds",
|
|
109664
|
+
"PrimitiveType": "Integer",
|
|
109665
|
+
"Required": false,
|
|
109666
|
+
"UpdateType": "Mutable"
|
|
109667
|
+
},
|
|
108387
109668
|
"PrivateIpAddress": {
|
|
108388
109669
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-privateipaddress",
|
|
108389
109670
|
"PrimitiveType": "String",
|
|
108390
109671
|
"Required": false,
|
|
108391
109672
|
"UpdateType": "Immutable"
|
|
108392
109673
|
},
|
|
109674
|
+
"SecondaryAllocationIds": {
|
|
109675
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryallocationids",
|
|
109676
|
+
"DuplicatesAllowed": false,
|
|
109677
|
+
"PrimitiveItemType": "String",
|
|
109678
|
+
"Required": false,
|
|
109679
|
+
"Type": "List",
|
|
109680
|
+
"UpdateType": "Mutable"
|
|
109681
|
+
},
|
|
109682
|
+
"SecondaryPrivateIpAddressCount": {
|
|
109683
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryprivateipaddresscount",
|
|
109684
|
+
"PrimitiveType": "Integer",
|
|
109685
|
+
"Required": false,
|
|
109686
|
+
"UpdateType": "Mutable"
|
|
109687
|
+
},
|
|
109688
|
+
"SecondaryPrivateIpAddresses": {
|
|
109689
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-secondaryprivateipaddresses",
|
|
109690
|
+
"DuplicatesAllowed": false,
|
|
109691
|
+
"PrimitiveItemType": "String",
|
|
109692
|
+
"Required": false,
|
|
109693
|
+
"Type": "List",
|
|
109694
|
+
"UpdateType": "Mutable"
|
|
109695
|
+
},
|
|
108393
109696
|
"SubnetId": {
|
|
108394
109697
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
|
|
108395
109698
|
"PrimitiveType": "String",
|
|
@@ -112498,6 +113801,12 @@
|
|
|
112498
113801
|
"Type": "AutoStopConfiguration",
|
|
112499
113802
|
"UpdateType": "Mutable"
|
|
112500
113803
|
},
|
|
113804
|
+
"ImageConfiguration": {
|
|
113805
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-imageconfiguration",
|
|
113806
|
+
"Required": false,
|
|
113807
|
+
"Type": "ImageConfigurationInput",
|
|
113808
|
+
"UpdateType": "Mutable"
|
|
113809
|
+
},
|
|
112501
113810
|
"InitialCapacity": {
|
|
112502
113811
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-initialcapacity",
|
|
112503
113812
|
"DuplicatesAllowed": false,
|
|
@@ -112543,6 +113852,13 @@
|
|
|
112543
113852
|
"PrimitiveType": "String",
|
|
112544
113853
|
"Required": true,
|
|
112545
113854
|
"UpdateType": "Immutable"
|
|
113855
|
+
},
|
|
113856
|
+
"WorkerTypeSpecifications": {
|
|
113857
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-workertypespecifications",
|
|
113858
|
+
"ItemType": "WorkerTypeSpecificationInput",
|
|
113859
|
+
"Required": false,
|
|
113860
|
+
"Type": "Map",
|
|
113861
|
+
"UpdateType": "Mutable"
|
|
112546
113862
|
}
|
|
112547
113863
|
}
|
|
112548
113864
|
},
|
|
@@ -118034,6 +119350,18 @@
|
|
|
118034
119350
|
},
|
|
118035
119351
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html",
|
|
118036
119352
|
"Properties": {
|
|
119353
|
+
"ContactPostPassDurationSeconds": {
|
|
119354
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html#cfn-groundstation-dataflowendpointgroup-contactpostpassdurationseconds",
|
|
119355
|
+
"PrimitiveType": "Integer",
|
|
119356
|
+
"Required": false,
|
|
119357
|
+
"UpdateType": "Mutable"
|
|
119358
|
+
},
|
|
119359
|
+
"ContactPrePassDurationSeconds": {
|
|
119360
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html#cfn-groundstation-dataflowendpointgroup-contactprepassdurationseconds",
|
|
119361
|
+
"PrimitiveType": "Integer",
|
|
119362
|
+
"Required": false,
|
|
119363
|
+
"UpdateType": "Mutable"
|
|
119364
|
+
},
|
|
118037
119365
|
"EndpointDetails": {
|
|
118038
119366
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-groundstation-dataflowendpointgroup.html#cfn-groundstation-dataflowendpointgroup-endpointdetails",
|
|
118039
119367
|
"DuplicatesAllowed": true,
|
|
@@ -119420,6 +120748,12 @@
|
|
|
119420
120748
|
"Required": false,
|
|
119421
120749
|
"UpdateType": "Immutable"
|
|
119422
120750
|
},
|
|
120751
|
+
"ImageScanningConfiguration": {
|
|
120752
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagescanningconfiguration",
|
|
120753
|
+
"Required": false,
|
|
120754
|
+
"Type": "ImageScanningConfiguration",
|
|
120755
|
+
"UpdateType": "Immutable"
|
|
120756
|
+
},
|
|
119423
120757
|
"ImageTestsConfiguration": {
|
|
119424
120758
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagetestsconfiguration",
|
|
119425
120759
|
"Required": false,
|
|
@@ -119482,6 +120816,12 @@
|
|
|
119482
120816
|
"Required": false,
|
|
119483
120817
|
"UpdateType": "Mutable"
|
|
119484
120818
|
},
|
|
120819
|
+
"ImageScanningConfiguration": {
|
|
120820
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagescanningconfiguration",
|
|
120821
|
+
"Required": false,
|
|
120822
|
+
"Type": "ImageScanningConfiguration",
|
|
120823
|
+
"UpdateType": "Mutable"
|
|
120824
|
+
},
|
|
119485
120825
|
"ImageTestsConfiguration": {
|
|
119486
120826
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html#cfn-imagebuilder-imagepipeline-imagetestsconfiguration",
|
|
119487
120827
|
"Required": false,
|
|
@@ -124444,6 +125784,12 @@
|
|
|
124444
125784
|
"Required": false,
|
|
124445
125785
|
"UpdateType": "Mutable"
|
|
124446
125786
|
},
|
|
125787
|
+
"RuntimeManagementConfig": {
|
|
125788
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-runtimemanagementconfig",
|
|
125789
|
+
"Required": false,
|
|
125790
|
+
"Type": "RuntimeManagementConfig",
|
|
125791
|
+
"UpdateType": "Mutable"
|
|
125792
|
+
},
|
|
124447
125793
|
"SnapStart": {
|
|
124448
125794
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-function.html#cfn-lambda-function-snapstart",
|
|
124449
125795
|
"Required": false,
|
|
@@ -125843,18 +127189,6 @@
|
|
|
125843
127189
|
"PrimitiveType": "String",
|
|
125844
127190
|
"Required": false,
|
|
125845
127191
|
"UpdateType": "Immutable"
|
|
125846
|
-
},
|
|
125847
|
-
"PricingPlan": {
|
|
125848
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-pricingplan",
|
|
125849
|
-
"PrimitiveType": "String",
|
|
125850
|
-
"Required": false,
|
|
125851
|
-
"UpdateType": "Immutable"
|
|
125852
|
-
},
|
|
125853
|
-
"PricingPlanDataSource": {
|
|
125854
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-geofencecollection.html#cfn-location-geofencecollection-pricingplandatasource",
|
|
125855
|
-
"PrimitiveType": "String",
|
|
125856
|
-
"Required": false,
|
|
125857
|
-
"UpdateType": "Mutable"
|
|
125858
127192
|
}
|
|
125859
127193
|
}
|
|
125860
127194
|
},
|
|
@@ -126146,6 +127480,11 @@
|
|
|
126146
127480
|
}
|
|
126147
127481
|
},
|
|
126148
127482
|
"AWS::Logs::LogStream": {
|
|
127483
|
+
"Attributes": {
|
|
127484
|
+
"Id": {
|
|
127485
|
+
"PrimitiveType": "String"
|
|
127486
|
+
}
|
|
127487
|
+
},
|
|
126149
127488
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-logstream.html",
|
|
126150
127489
|
"Properties": {
|
|
126151
127490
|
"LogGroupName": {
|
|
@@ -130307,6 +131646,9 @@
|
|
|
130307
131646
|
},
|
|
130308
131647
|
"AWS::OpenSearchService::Domain": {
|
|
130309
131648
|
"Attributes": {
|
|
131649
|
+
"AdvancedSecurityOptions.AnonymousAuthDisableDate": {
|
|
131650
|
+
"PrimitiveType": "String"
|
|
131651
|
+
},
|
|
130310
131652
|
"Arn": {
|
|
130311
131653
|
"PrimitiveType": "String"
|
|
130312
131654
|
},
|
|
@@ -134872,6 +136214,12 @@
|
|
|
134872
136214
|
"Type": "AppMonitorConfiguration",
|
|
134873
136215
|
"UpdateType": "Mutable"
|
|
134874
136216
|
},
|
|
136217
|
+
"CustomEvents": {
|
|
136218
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rum-appmonitor.html#cfn-rum-appmonitor-customevents",
|
|
136219
|
+
"Required": false,
|
|
136220
|
+
"Type": "CustomEvents",
|
|
136221
|
+
"UpdateType": "Mutable"
|
|
136222
|
+
},
|
|
134875
136223
|
"CwLogEnabled": {
|
|
134876
136224
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rum-appmonitor.html#cfn-rum-appmonitor-cwlogenabled",
|
|
134877
136225
|
"PrimitiveType": "Boolean",
|
|
@@ -137662,6 +139010,9 @@
|
|
|
137662
139010
|
},
|
|
137663
139011
|
"ResolverEndpointId": {
|
|
137664
139012
|
"PrimitiveType": "String"
|
|
139013
|
+
},
|
|
139014
|
+
"ResolverEndpointType": {
|
|
139015
|
+
"PrimitiveType": "String"
|
|
137665
139016
|
}
|
|
137666
139017
|
},
|
|
137667
139018
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html",
|
|
@@ -137697,6 +139048,12 @@
|
|
|
137697
139048
|
"Required": false,
|
|
137698
139049
|
"UpdateType": "Immutable"
|
|
137699
139050
|
},
|
|
139051
|
+
"ResolverEndpointType": {
|
|
139052
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-resolverendpointtype",
|
|
139053
|
+
"PrimitiveType": "String",
|
|
139054
|
+
"Required": false,
|
|
139055
|
+
"UpdateType": "Mutable"
|
|
139056
|
+
},
|
|
137700
139057
|
"SecurityGroupIds": {
|
|
137701
139058
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-securitygroupids",
|
|
137702
139059
|
"PrimitiveItemType": "String",
|
|
@@ -140226,6 +141583,12 @@
|
|
|
140226
141583
|
"Required": true,
|
|
140227
141584
|
"UpdateType": "Immutable"
|
|
140228
141585
|
},
|
|
141586
|
+
"DefaultSpaceSettings": {
|
|
141587
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-defaultspacesettings",
|
|
141588
|
+
"Required": false,
|
|
141589
|
+
"Type": "DefaultSpaceSettings",
|
|
141590
|
+
"UpdateType": "Mutable"
|
|
141591
|
+
},
|
|
140229
141592
|
"DefaultUserSettings": {
|
|
140230
141593
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-defaultusersettings",
|
|
140231
141594
|
"Required": true,
|
|
@@ -141631,11 +142994,6 @@
|
|
|
141631
142994
|
}
|
|
141632
142995
|
},
|
|
141633
142996
|
"AWS::SecretsManager::Secret": {
|
|
141634
|
-
"Attributes": {
|
|
141635
|
-
"Id": {
|
|
141636
|
-
"PrimitiveType": "String"
|
|
141637
|
-
}
|
|
141638
|
-
},
|
|
141639
142997
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html",
|
|
141640
142998
|
"Properties": {
|
|
141641
142999
|
"Description": {
|
|
@@ -141664,7 +143022,6 @@
|
|
|
141664
143022
|
},
|
|
141665
143023
|
"ReplicaRegions": {
|
|
141666
143024
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-replicaregions",
|
|
141667
|
-
"DuplicatesAllowed": true,
|
|
141668
143025
|
"ItemType": "ReplicaRegion",
|
|
141669
143026
|
"Required": false,
|
|
141670
143027
|
"Type": "List",
|
|
@@ -141678,7 +143035,6 @@
|
|
|
141678
143035
|
},
|
|
141679
143036
|
"Tags": {
|
|
141680
143037
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-secret.html#cfn-secretsmanager-secret-tags",
|
|
141681
|
-
"DuplicatesAllowed": true,
|
|
141682
143038
|
"ItemType": "Tag",
|
|
141683
143039
|
"Required": false,
|
|
141684
143040
|
"Type": "List",
|