cdk-common 2.0.286 → 2.0.288
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 -9
- package/API.md +0 -5
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +0 -1
- package/lib/managed-policies.js +1 -2
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +72 -0
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +961 -24
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +1381 -1341
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +7 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +8 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/stream.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +7 -2
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +8 -2
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream.d.ts +2 -2
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "7c0ea5bac09c8cd421dd5b6a588ce9ba",
|
|
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",
|
|
@@ -3362,7 +3362,7 @@
|
|
|
3362
3362
|
}
|
|
3363
3363
|
},
|
|
3364
3364
|
"AWS::AppFlow::ConnectorProfile.CredentialsMap": {
|
|
3365
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-
|
|
3365
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-connectorprofile-customauthcredentials.html#cfn-appflow-connectorprofile-customauthcredentials-credentialsmap",
|
|
3366
3366
|
"PrimitiveType": "Json",
|
|
3367
3367
|
"Required": false,
|
|
3368
3368
|
"UpdateType": "Mutable"
|
|
@@ -39914,6 +39914,259 @@
|
|
|
39914
39914
|
}
|
|
39915
39915
|
}
|
|
39916
39916
|
},
|
|
39917
|
+
"AWS::GreengrassV2::Deployment.ComponentConfigurationUpdate": {
|
|
39918
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentconfigurationupdate.html",
|
|
39919
|
+
"Properties": {
|
|
39920
|
+
"Merge": {
|
|
39921
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentconfigurationupdate.html#cfn-greengrassv2-deployment-componentconfigurationupdate-merge",
|
|
39922
|
+
"PrimitiveType": "String",
|
|
39923
|
+
"Required": false,
|
|
39924
|
+
"UpdateType": "Mutable"
|
|
39925
|
+
},
|
|
39926
|
+
"Reset": {
|
|
39927
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentconfigurationupdate.html#cfn-greengrassv2-deployment-componentconfigurationupdate-reset",
|
|
39928
|
+
"PrimitiveItemType": "String",
|
|
39929
|
+
"Required": false,
|
|
39930
|
+
"Type": "List",
|
|
39931
|
+
"UpdateType": "Mutable"
|
|
39932
|
+
}
|
|
39933
|
+
}
|
|
39934
|
+
},
|
|
39935
|
+
"AWS::GreengrassV2::Deployment.ComponentDeploymentSpecification": {
|
|
39936
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentdeploymentspecification.html",
|
|
39937
|
+
"Properties": {
|
|
39938
|
+
"ComponentVersion": {
|
|
39939
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentdeploymentspecification.html#cfn-greengrassv2-deployment-componentdeploymentspecification-componentversion",
|
|
39940
|
+
"PrimitiveType": "String",
|
|
39941
|
+
"Required": false,
|
|
39942
|
+
"UpdateType": "Mutable"
|
|
39943
|
+
},
|
|
39944
|
+
"ConfigurationUpdate": {
|
|
39945
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentdeploymentspecification.html#cfn-greengrassv2-deployment-componentdeploymentspecification-configurationupdate",
|
|
39946
|
+
"Required": false,
|
|
39947
|
+
"Type": "ComponentConfigurationUpdate",
|
|
39948
|
+
"UpdateType": "Mutable"
|
|
39949
|
+
},
|
|
39950
|
+
"RunWith": {
|
|
39951
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentdeploymentspecification.html#cfn-greengrassv2-deployment-componentdeploymentspecification-runwith",
|
|
39952
|
+
"Required": false,
|
|
39953
|
+
"Type": "ComponentRunWith",
|
|
39954
|
+
"UpdateType": "Mutable"
|
|
39955
|
+
}
|
|
39956
|
+
}
|
|
39957
|
+
},
|
|
39958
|
+
"AWS::GreengrassV2::Deployment.ComponentRunWith": {
|
|
39959
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentrunwith.html",
|
|
39960
|
+
"Properties": {
|
|
39961
|
+
"PosixUser": {
|
|
39962
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentrunwith.html#cfn-greengrassv2-deployment-componentrunwith-posixuser",
|
|
39963
|
+
"PrimitiveType": "String",
|
|
39964
|
+
"Required": false,
|
|
39965
|
+
"UpdateType": "Mutable"
|
|
39966
|
+
},
|
|
39967
|
+
"SystemResourceLimits": {
|
|
39968
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentrunwith.html#cfn-greengrassv2-deployment-componentrunwith-systemresourcelimits",
|
|
39969
|
+
"Required": false,
|
|
39970
|
+
"Type": "SystemResourceLimits",
|
|
39971
|
+
"UpdateType": "Mutable"
|
|
39972
|
+
},
|
|
39973
|
+
"WindowsUser": {
|
|
39974
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-componentrunwith.html#cfn-greengrassv2-deployment-componentrunwith-windowsuser",
|
|
39975
|
+
"PrimitiveType": "String",
|
|
39976
|
+
"Required": false,
|
|
39977
|
+
"UpdateType": "Mutable"
|
|
39978
|
+
}
|
|
39979
|
+
}
|
|
39980
|
+
},
|
|
39981
|
+
"AWS::GreengrassV2::Deployment.DeploymentComponentUpdatePolicy": {
|
|
39982
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentcomponentupdatepolicy.html",
|
|
39983
|
+
"Properties": {
|
|
39984
|
+
"Action": {
|
|
39985
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentcomponentupdatepolicy.html#cfn-greengrassv2-deployment-deploymentcomponentupdatepolicy-action",
|
|
39986
|
+
"PrimitiveType": "String",
|
|
39987
|
+
"Required": false,
|
|
39988
|
+
"UpdateType": "Immutable"
|
|
39989
|
+
},
|
|
39990
|
+
"TimeoutInSeconds": {
|
|
39991
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentcomponentupdatepolicy.html#cfn-greengrassv2-deployment-deploymentcomponentupdatepolicy-timeoutinseconds",
|
|
39992
|
+
"PrimitiveType": "Integer",
|
|
39993
|
+
"Required": false,
|
|
39994
|
+
"UpdateType": "Immutable"
|
|
39995
|
+
}
|
|
39996
|
+
}
|
|
39997
|
+
},
|
|
39998
|
+
"AWS::GreengrassV2::Deployment.DeploymentConfigurationValidationPolicy": {
|
|
39999
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentconfigurationvalidationpolicy.html",
|
|
40000
|
+
"Properties": {
|
|
40001
|
+
"TimeoutInSeconds": {
|
|
40002
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentconfigurationvalidationpolicy.html#cfn-greengrassv2-deployment-deploymentconfigurationvalidationpolicy-timeoutinseconds",
|
|
40003
|
+
"PrimitiveType": "Integer",
|
|
40004
|
+
"Required": false,
|
|
40005
|
+
"UpdateType": "Immutable"
|
|
40006
|
+
}
|
|
40007
|
+
}
|
|
40008
|
+
},
|
|
40009
|
+
"AWS::GreengrassV2::Deployment.DeploymentIoTJobConfiguration": {
|
|
40010
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentiotjobconfiguration.html",
|
|
40011
|
+
"Properties": {
|
|
40012
|
+
"AbortConfig": {
|
|
40013
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentiotjobconfiguration.html#cfn-greengrassv2-deployment-deploymentiotjobconfiguration-abortconfig",
|
|
40014
|
+
"Required": false,
|
|
40015
|
+
"Type": "IoTJobAbortConfig",
|
|
40016
|
+
"UpdateType": "Immutable"
|
|
40017
|
+
},
|
|
40018
|
+
"JobExecutionsRolloutConfig": {
|
|
40019
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentiotjobconfiguration.html#cfn-greengrassv2-deployment-deploymentiotjobconfiguration-jobexecutionsrolloutconfig",
|
|
40020
|
+
"Required": false,
|
|
40021
|
+
"Type": "IoTJobExecutionsRolloutConfig",
|
|
40022
|
+
"UpdateType": "Immutable"
|
|
40023
|
+
},
|
|
40024
|
+
"TimeoutConfig": {
|
|
40025
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentiotjobconfiguration.html#cfn-greengrassv2-deployment-deploymentiotjobconfiguration-timeoutconfig",
|
|
40026
|
+
"Required": false,
|
|
40027
|
+
"Type": "IoTJobTimeoutConfig",
|
|
40028
|
+
"UpdateType": "Immutable"
|
|
40029
|
+
}
|
|
40030
|
+
}
|
|
40031
|
+
},
|
|
40032
|
+
"AWS::GreengrassV2::Deployment.DeploymentPolicies": {
|
|
40033
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentpolicies.html",
|
|
40034
|
+
"Properties": {
|
|
40035
|
+
"ComponentUpdatePolicy": {
|
|
40036
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentpolicies.html#cfn-greengrassv2-deployment-deploymentpolicies-componentupdatepolicy",
|
|
40037
|
+
"Required": false,
|
|
40038
|
+
"Type": "DeploymentComponentUpdatePolicy",
|
|
40039
|
+
"UpdateType": "Immutable"
|
|
40040
|
+
},
|
|
40041
|
+
"ConfigurationValidationPolicy": {
|
|
40042
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentpolicies.html#cfn-greengrassv2-deployment-deploymentpolicies-configurationvalidationpolicy",
|
|
40043
|
+
"Required": false,
|
|
40044
|
+
"Type": "DeploymentConfigurationValidationPolicy",
|
|
40045
|
+
"UpdateType": "Immutable"
|
|
40046
|
+
},
|
|
40047
|
+
"FailureHandlingPolicy": {
|
|
40048
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-deploymentpolicies.html#cfn-greengrassv2-deployment-deploymentpolicies-failurehandlingpolicy",
|
|
40049
|
+
"PrimitiveType": "String",
|
|
40050
|
+
"Required": false,
|
|
40051
|
+
"UpdateType": "Immutable"
|
|
40052
|
+
}
|
|
40053
|
+
}
|
|
40054
|
+
},
|
|
40055
|
+
"AWS::GreengrassV2::Deployment.IoTJobAbortConfig": {
|
|
40056
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortconfig.html",
|
|
40057
|
+
"Properties": {
|
|
40058
|
+
"CriteriaList": {
|
|
40059
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortconfig.html#cfn-greengrassv2-deployment-iotjobabortconfig-criterialist",
|
|
40060
|
+
"ItemType": "IoTJobAbortCriteria",
|
|
40061
|
+
"Required": true,
|
|
40062
|
+
"Type": "List",
|
|
40063
|
+
"UpdateType": "Immutable"
|
|
40064
|
+
}
|
|
40065
|
+
}
|
|
40066
|
+
},
|
|
40067
|
+
"AWS::GreengrassV2::Deployment.IoTJobAbortCriteria": {
|
|
40068
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortcriteria.html",
|
|
40069
|
+
"Properties": {
|
|
40070
|
+
"Action": {
|
|
40071
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortcriteria.html#cfn-greengrassv2-deployment-iotjobabortcriteria-action",
|
|
40072
|
+
"PrimitiveType": "String",
|
|
40073
|
+
"Required": true,
|
|
40074
|
+
"UpdateType": "Immutable"
|
|
40075
|
+
},
|
|
40076
|
+
"FailureType": {
|
|
40077
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortcriteria.html#cfn-greengrassv2-deployment-iotjobabortcriteria-failuretype",
|
|
40078
|
+
"PrimitiveType": "String",
|
|
40079
|
+
"Required": true,
|
|
40080
|
+
"UpdateType": "Immutable"
|
|
40081
|
+
},
|
|
40082
|
+
"MinNumberOfExecutedThings": {
|
|
40083
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortcriteria.html#cfn-greengrassv2-deployment-iotjobabortcriteria-minnumberofexecutedthings",
|
|
40084
|
+
"PrimitiveType": "Integer",
|
|
40085
|
+
"Required": true,
|
|
40086
|
+
"UpdateType": "Immutable"
|
|
40087
|
+
},
|
|
40088
|
+
"ThresholdPercentage": {
|
|
40089
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobabortcriteria.html#cfn-greengrassv2-deployment-iotjobabortcriteria-thresholdpercentage",
|
|
40090
|
+
"PrimitiveType": "Double",
|
|
40091
|
+
"Required": true,
|
|
40092
|
+
"UpdateType": "Immutable"
|
|
40093
|
+
}
|
|
40094
|
+
}
|
|
40095
|
+
},
|
|
40096
|
+
"AWS::GreengrassV2::Deployment.IoTJobExecutionsRolloutConfig": {
|
|
40097
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexecutionsrolloutconfig.html",
|
|
40098
|
+
"Properties": {
|
|
40099
|
+
"ExponentialRate": {
|
|
40100
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexecutionsrolloutconfig.html#cfn-greengrassv2-deployment-iotjobexecutionsrolloutconfig-exponentialrate",
|
|
40101
|
+
"Required": false,
|
|
40102
|
+
"Type": "IoTJobExponentialRolloutRate",
|
|
40103
|
+
"UpdateType": "Immutable"
|
|
40104
|
+
},
|
|
40105
|
+
"MaximumPerMinute": {
|
|
40106
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexecutionsrolloutconfig.html#cfn-greengrassv2-deployment-iotjobexecutionsrolloutconfig-maximumperminute",
|
|
40107
|
+
"PrimitiveType": "Integer",
|
|
40108
|
+
"Required": false,
|
|
40109
|
+
"UpdateType": "Immutable"
|
|
40110
|
+
}
|
|
40111
|
+
}
|
|
40112
|
+
},
|
|
40113
|
+
"AWS::GreengrassV2::Deployment.IoTJobExponentialRolloutRate": {
|
|
40114
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexponentialrolloutrate.html",
|
|
40115
|
+
"Properties": {
|
|
40116
|
+
"BaseRatePerMinute": {
|
|
40117
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexponentialrolloutrate.html#cfn-greengrassv2-deployment-iotjobexponentialrolloutrate-baserateperminute",
|
|
40118
|
+
"PrimitiveType": "Integer",
|
|
40119
|
+
"Required": true,
|
|
40120
|
+
"UpdateType": "Immutable"
|
|
40121
|
+
},
|
|
40122
|
+
"IncrementFactor": {
|
|
40123
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexponentialrolloutrate.html#cfn-greengrassv2-deployment-iotjobexponentialrolloutrate-incrementfactor",
|
|
40124
|
+
"PrimitiveType": "Double",
|
|
40125
|
+
"Required": true,
|
|
40126
|
+
"UpdateType": "Immutable"
|
|
40127
|
+
},
|
|
40128
|
+
"RateIncreaseCriteria": {
|
|
40129
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobexponentialrolloutrate.html#cfn-greengrassv2-deployment-iotjobexponentialrolloutrate-rateincreasecriteria",
|
|
40130
|
+
"Required": true,
|
|
40131
|
+
"Type": "IoTJobRateIncreaseCriteria",
|
|
40132
|
+
"UpdateType": "Immutable"
|
|
40133
|
+
}
|
|
40134
|
+
}
|
|
40135
|
+
},
|
|
40136
|
+
"AWS::GreengrassV2::Deployment.IoTJobRateIncreaseCriteria": {
|
|
40137
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobrateincreasecriteria.html",
|
|
40138
|
+
"PrimitiveType": "Json",
|
|
40139
|
+
"Required": false,
|
|
40140
|
+
"UpdateType": "Immutable"
|
|
40141
|
+
},
|
|
40142
|
+
"AWS::GreengrassV2::Deployment.IoTJobTimeoutConfig": {
|
|
40143
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobtimeoutconfig.html",
|
|
40144
|
+
"Properties": {
|
|
40145
|
+
"InProgressTimeoutInMinutes": {
|
|
40146
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-iotjobtimeoutconfig.html#cfn-greengrassv2-deployment-iotjobtimeoutconfig-inprogresstimeoutinminutes",
|
|
40147
|
+
"PrimitiveType": "Integer",
|
|
40148
|
+
"Required": false,
|
|
40149
|
+
"UpdateType": "Immutable"
|
|
40150
|
+
}
|
|
40151
|
+
}
|
|
40152
|
+
},
|
|
40153
|
+
"AWS::GreengrassV2::Deployment.SystemResourceLimits": {
|
|
40154
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-systemresourcelimits.html",
|
|
40155
|
+
"Properties": {
|
|
40156
|
+
"Cpus": {
|
|
40157
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-systemresourcelimits.html#cfn-greengrassv2-deployment-systemresourcelimits-cpus",
|
|
40158
|
+
"PrimitiveType": "Double",
|
|
40159
|
+
"Required": false,
|
|
40160
|
+
"UpdateType": "Mutable"
|
|
40161
|
+
},
|
|
40162
|
+
"Memory": {
|
|
40163
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-greengrassv2-deployment-systemresourcelimits.html#cfn-greengrassv2-deployment-systemresourcelimits-memory",
|
|
40164
|
+
"PrimitiveType": "Integer",
|
|
40165
|
+
"Required": false,
|
|
40166
|
+
"UpdateType": "Mutable"
|
|
40167
|
+
}
|
|
40168
|
+
}
|
|
40169
|
+
},
|
|
39917
40170
|
"AWS::GroundStation::Config.AntennaDownlinkConfig": {
|
|
39918
40171
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-antennadownlinkconfig.html",
|
|
39919
40172
|
"Properties": {
|
|
@@ -55744,6 +55997,79 @@
|
|
|
55744
55997
|
}
|
|
55745
55998
|
}
|
|
55746
55999
|
},
|
|
56000
|
+
"AWS::M2::Application.Content": {
|
|
56001
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-content.html",
|
|
56002
|
+
"Properties": {
|
|
56003
|
+
"S3Location": {
|
|
56004
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-content.html#cfn-m2-application-content",
|
|
56005
|
+
"PrimitiveType": "String",
|
|
56006
|
+
"Required": true,
|
|
56007
|
+
"UpdateType": "Mutable"
|
|
56008
|
+
}
|
|
56009
|
+
}
|
|
56010
|
+
},
|
|
56011
|
+
"AWS::M2::Application.Definition": {
|
|
56012
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-definition.html",
|
|
56013
|
+
"Properties": {
|
|
56014
|
+
"Content": {
|
|
56015
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-definition.html#cfn-m2-application-definition-content",
|
|
56016
|
+
"Required": false,
|
|
56017
|
+
"Type": "Content",
|
|
56018
|
+
"UpdateType": "Mutable"
|
|
56019
|
+
},
|
|
56020
|
+
"S3Location": {
|
|
56021
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-definition.html#cfn-m2-application-definition-s3location",
|
|
56022
|
+
"Required": false,
|
|
56023
|
+
"Type": "S3Location",
|
|
56024
|
+
"UpdateType": "Mutable"
|
|
56025
|
+
}
|
|
56026
|
+
}
|
|
56027
|
+
},
|
|
56028
|
+
"AWS::M2::Application.S3Location": {
|
|
56029
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-s3location.html",
|
|
56030
|
+
"Properties": {
|
|
56031
|
+
"S3Location": {
|
|
56032
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-application-s3location.html#cfn-m2-application-s3location",
|
|
56033
|
+
"PrimitiveType": "String",
|
|
56034
|
+
"Required": true,
|
|
56035
|
+
"UpdateType": "Mutable"
|
|
56036
|
+
}
|
|
56037
|
+
}
|
|
56038
|
+
},
|
|
56039
|
+
"AWS::M2::Environment.EfsStorageConfiguration": {
|
|
56040
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-efsstorageconfiguration.html",
|
|
56041
|
+
"Properties": {
|
|
56042
|
+
"FileSystemId": {
|
|
56043
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-efsstorageconfiguration.html#cfn-m2-environment-efsstorageconfiguration-filesystemid",
|
|
56044
|
+
"PrimitiveType": "String",
|
|
56045
|
+
"Required": true,
|
|
56046
|
+
"UpdateType": "Immutable"
|
|
56047
|
+
},
|
|
56048
|
+
"MountPoint": {
|
|
56049
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-efsstorageconfiguration.html#cfn-m2-environment-efsstorageconfiguration-mountpoint",
|
|
56050
|
+
"PrimitiveType": "String",
|
|
56051
|
+
"Required": true,
|
|
56052
|
+
"UpdateType": "Immutable"
|
|
56053
|
+
}
|
|
56054
|
+
}
|
|
56055
|
+
},
|
|
56056
|
+
"AWS::M2::Environment.FsxStorageConfiguration": {
|
|
56057
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-fsxstorageconfiguration.html",
|
|
56058
|
+
"Properties": {
|
|
56059
|
+
"FileSystemId": {
|
|
56060
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-fsxstorageconfiguration.html#cfn-m2-environment-fsxstorageconfiguration-filesystemid",
|
|
56061
|
+
"PrimitiveType": "String",
|
|
56062
|
+
"Required": true,
|
|
56063
|
+
"UpdateType": "Immutable"
|
|
56064
|
+
},
|
|
56065
|
+
"MountPoint": {
|
|
56066
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-fsxstorageconfiguration.html#cfn-m2-environment-fsxstorageconfiguration-mountpoint",
|
|
56067
|
+
"PrimitiveType": "String",
|
|
56068
|
+
"Required": true,
|
|
56069
|
+
"UpdateType": "Immutable"
|
|
56070
|
+
}
|
|
56071
|
+
}
|
|
56072
|
+
},
|
|
55747
56073
|
"AWS::M2::Environment.HighAvailabilityConfig": {
|
|
55748
56074
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-highavailabilityconfig.html",
|
|
55749
56075
|
"Properties": {
|
|
@@ -55757,9 +56083,20 @@
|
|
|
55757
56083
|
},
|
|
55758
56084
|
"AWS::M2::Environment.StorageConfiguration": {
|
|
55759
56085
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-storageconfiguration.html",
|
|
55760
|
-
"
|
|
55761
|
-
|
|
55762
|
-
|
|
56086
|
+
"Properties": {
|
|
56087
|
+
"Efs": {
|
|
56088
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-storageconfiguration.html#cfn-m2-environment-storageconfiguration-efs",
|
|
56089
|
+
"Required": false,
|
|
56090
|
+
"Type": "EfsStorageConfiguration",
|
|
56091
|
+
"UpdateType": "Immutable"
|
|
56092
|
+
},
|
|
56093
|
+
"Fsx": {
|
|
56094
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-m2-environment-storageconfiguration.html#cfn-m2-environment-storageconfiguration-fsx",
|
|
56095
|
+
"Required": false,
|
|
56096
|
+
"Type": "FsxStorageConfiguration",
|
|
56097
|
+
"UpdateType": "Immutable"
|
|
56098
|
+
}
|
|
56099
|
+
}
|
|
55763
56100
|
},
|
|
55764
56101
|
"AWS::MSK::Cluster.BrokerLogs": {
|
|
55765
56102
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-brokerlogs.html",
|
|
@@ -68993,6 +69330,161 @@
|
|
|
68993
69330
|
}
|
|
68994
69331
|
}
|
|
68995
69332
|
},
|
|
69333
|
+
"AWS::Rekognition::StreamProcessor.BoundingBox": {
|
|
69334
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-boundingbox.html",
|
|
69335
|
+
"Properties": {
|
|
69336
|
+
"Height": {
|
|
69337
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-boundingbox.html#cfn-rekognition-streamprocessor-boundingbox-height",
|
|
69338
|
+
"PrimitiveType": "Double",
|
|
69339
|
+
"Required": true,
|
|
69340
|
+
"UpdateType": "Immutable"
|
|
69341
|
+
},
|
|
69342
|
+
"Left": {
|
|
69343
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-boundingbox.html#cfn-rekognition-streamprocessor-boundingbox-left",
|
|
69344
|
+
"PrimitiveType": "Double",
|
|
69345
|
+
"Required": true,
|
|
69346
|
+
"UpdateType": "Immutable"
|
|
69347
|
+
},
|
|
69348
|
+
"Top": {
|
|
69349
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-boundingbox.html#cfn-rekognition-streamprocessor-boundingbox-top",
|
|
69350
|
+
"PrimitiveType": "Double",
|
|
69351
|
+
"Required": true,
|
|
69352
|
+
"UpdateType": "Immutable"
|
|
69353
|
+
},
|
|
69354
|
+
"Width": {
|
|
69355
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-boundingbox.html#cfn-rekognition-streamprocessor-boundingbox-width",
|
|
69356
|
+
"PrimitiveType": "Double",
|
|
69357
|
+
"Required": true,
|
|
69358
|
+
"UpdateType": "Immutable"
|
|
69359
|
+
}
|
|
69360
|
+
}
|
|
69361
|
+
},
|
|
69362
|
+
"AWS::Rekognition::StreamProcessor.ConnectedHomeSettings": {
|
|
69363
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-connectedhomesettings.html",
|
|
69364
|
+
"Properties": {
|
|
69365
|
+
"Labels": {
|
|
69366
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-connectedhomesettings.html#cfn-rekognition-streamprocessor-connectedhomesettings-labels",
|
|
69367
|
+
"PrimitiveItemType": "String",
|
|
69368
|
+
"Required": true,
|
|
69369
|
+
"Type": "List",
|
|
69370
|
+
"UpdateType": "Immutable"
|
|
69371
|
+
},
|
|
69372
|
+
"MinConfidence": {
|
|
69373
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-connectedhomesettings.html#cfn-rekognition-streamprocessor-connectedhomesettings-minconfidence",
|
|
69374
|
+
"PrimitiveType": "Double",
|
|
69375
|
+
"Required": false,
|
|
69376
|
+
"UpdateType": "Immutable"
|
|
69377
|
+
}
|
|
69378
|
+
}
|
|
69379
|
+
},
|
|
69380
|
+
"AWS::Rekognition::StreamProcessor.DataSharingPreference": {
|
|
69381
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-datasharingpreference.html",
|
|
69382
|
+
"Properties": {
|
|
69383
|
+
"OptIn": {
|
|
69384
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-datasharingpreference.html#cfn-rekognition-streamprocessor-datasharingpreference-optin",
|
|
69385
|
+
"PrimitiveType": "Boolean",
|
|
69386
|
+
"Required": true,
|
|
69387
|
+
"UpdateType": "Immutable"
|
|
69388
|
+
}
|
|
69389
|
+
}
|
|
69390
|
+
},
|
|
69391
|
+
"AWS::Rekognition::StreamProcessor.FaceSearchSettings": {
|
|
69392
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-facesearchsettings.html",
|
|
69393
|
+
"Properties": {
|
|
69394
|
+
"CollectionId": {
|
|
69395
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-facesearchsettings.html#cfn-rekognition-streamprocessor-facesearchsettings-collectionid",
|
|
69396
|
+
"PrimitiveType": "String",
|
|
69397
|
+
"Required": true,
|
|
69398
|
+
"UpdateType": "Immutable"
|
|
69399
|
+
},
|
|
69400
|
+
"FaceMatchThreshold": {
|
|
69401
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-facesearchsettings.html#cfn-rekognition-streamprocessor-facesearchsettings-facematchthreshold",
|
|
69402
|
+
"PrimitiveType": "Double",
|
|
69403
|
+
"Required": false,
|
|
69404
|
+
"UpdateType": "Immutable"
|
|
69405
|
+
}
|
|
69406
|
+
}
|
|
69407
|
+
},
|
|
69408
|
+
"AWS::Rekognition::StreamProcessor.KinesisDataStream": {
|
|
69409
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-kinesisdatastream.html",
|
|
69410
|
+
"Properties": {
|
|
69411
|
+
"Arn": {
|
|
69412
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-kinesisdatastream.html#cfn-rekognition-streamprocessor-kinesisdatastream-arn",
|
|
69413
|
+
"PrimitiveType": "String",
|
|
69414
|
+
"Required": true,
|
|
69415
|
+
"UpdateType": "Immutable"
|
|
69416
|
+
}
|
|
69417
|
+
}
|
|
69418
|
+
},
|
|
69419
|
+
"AWS::Rekognition::StreamProcessor.KinesisVideoStream": {
|
|
69420
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-kinesisvideostream.html",
|
|
69421
|
+
"Properties": {
|
|
69422
|
+
"Arn": {
|
|
69423
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-kinesisvideostream.html#cfn-rekognition-streamprocessor-kinesisvideostream-arn",
|
|
69424
|
+
"PrimitiveType": "String",
|
|
69425
|
+
"Required": true,
|
|
69426
|
+
"UpdateType": "Immutable"
|
|
69427
|
+
}
|
|
69428
|
+
}
|
|
69429
|
+
},
|
|
69430
|
+
"AWS::Rekognition::StreamProcessor.NotificationChannel": {
|
|
69431
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-notificationchannel.html",
|
|
69432
|
+
"Properties": {
|
|
69433
|
+
"Arn": {
|
|
69434
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-notificationchannel.html#cfn-rekognition-streamprocessor-notificationchannel-arn",
|
|
69435
|
+
"PrimitiveType": "String",
|
|
69436
|
+
"Required": true,
|
|
69437
|
+
"UpdateType": "Immutable"
|
|
69438
|
+
}
|
|
69439
|
+
}
|
|
69440
|
+
},
|
|
69441
|
+
"AWS::Rekognition::StreamProcessor.Point": {
|
|
69442
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-point.html",
|
|
69443
|
+
"Properties": {
|
|
69444
|
+
"X": {
|
|
69445
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-point.html#cfn-rekognition-streamprocessor-x",
|
|
69446
|
+
"PrimitiveType": "Double",
|
|
69447
|
+
"Required": true,
|
|
69448
|
+
"UpdateType": "Immutable"
|
|
69449
|
+
},
|
|
69450
|
+
"Y": {
|
|
69451
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-point.html#cfn-rekognition-streamprocessor-y",
|
|
69452
|
+
"PrimitiveType": "Double",
|
|
69453
|
+
"Required": true,
|
|
69454
|
+
"UpdateType": "Immutable"
|
|
69455
|
+
}
|
|
69456
|
+
}
|
|
69457
|
+
},
|
|
69458
|
+
"AWS::Rekognition::StreamProcessor.Polygon": {
|
|
69459
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-polygon.html",
|
|
69460
|
+
"Properties": {
|
|
69461
|
+
"Polygon": {
|
|
69462
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-polygon.html#cfn-rekognition-streamprocessor-polygon",
|
|
69463
|
+
"DuplicatesAllowed": false,
|
|
69464
|
+
"ItemType": "Point",
|
|
69465
|
+
"Required": true,
|
|
69466
|
+
"Type": "List",
|
|
69467
|
+
"UpdateType": "Mutable"
|
|
69468
|
+
}
|
|
69469
|
+
}
|
|
69470
|
+
},
|
|
69471
|
+
"AWS::Rekognition::StreamProcessor.S3Destination": {
|
|
69472
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-s3destination.html",
|
|
69473
|
+
"Properties": {
|
|
69474
|
+
"BucketName": {
|
|
69475
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-s3destination.html#cfn-rekognition-streamprocessor-s3destination-bucketname",
|
|
69476
|
+
"PrimitiveType": "String",
|
|
69477
|
+
"Required": true,
|
|
69478
|
+
"UpdateType": "Immutable"
|
|
69479
|
+
},
|
|
69480
|
+
"ObjectKeyPrefix": {
|
|
69481
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-s3destination.html#cfn-rekognition-streamprocessor-s3destination-objectkeyprefix",
|
|
69482
|
+
"PrimitiveType": "String",
|
|
69483
|
+
"Required": false,
|
|
69484
|
+
"UpdateType": "Immutable"
|
|
69485
|
+
}
|
|
69486
|
+
}
|
|
69487
|
+
},
|
|
68996
69488
|
"AWS::ResilienceHub::App.PhysicalResourceId": {
|
|
68997
69489
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehub-app-physicalresourceid.html",
|
|
68998
69490
|
"Properties": {
|
|
@@ -71345,12 +71837,6 @@
|
|
|
71345
71837
|
"AWS::S3::MultiRegionAccessPoint.Region": {
|
|
71346
71838
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspoint-region.html",
|
|
71347
71839
|
"Properties": {
|
|
71348
|
-
"AccountId": {
|
|
71349
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspoint-region.html#cfn-s3-multiregionaccesspoint-region-accountid",
|
|
71350
|
-
"PrimitiveType": "String",
|
|
71351
|
-
"Required": false,
|
|
71352
|
-
"UpdateType": "Immutable"
|
|
71353
|
-
},
|
|
71354
71840
|
"Bucket": {
|
|
71355
71841
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-multiregionaccesspoint-region.html#cfn-s3-multiregionaccesspoint-region-bucket",
|
|
71356
71842
|
"PrimitiveType": "String",
|
|
@@ -74345,6 +74831,17 @@
|
|
|
74345
74831
|
}
|
|
74346
74832
|
}
|
|
74347
74833
|
},
|
|
74834
|
+
"AWS::SageMaker::EndpointConfig.ExplainerConfig": {
|
|
74835
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-explainerconfig.html",
|
|
74836
|
+
"Properties": {
|
|
74837
|
+
"ClarifyExplainerConfig": {
|
|
74838
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-explainerconfig.html#cfn-sagemaker-endpointconfig-explainerconfig-clarifyexplainerconfig",
|
|
74839
|
+
"Required": false,
|
|
74840
|
+
"Type": "ClarifyExplainerConfig",
|
|
74841
|
+
"UpdateType": "Immutable"
|
|
74842
|
+
}
|
|
74843
|
+
}
|
|
74844
|
+
},
|
|
74348
74845
|
"AWS::SageMaker::EndpointConfig.ProductionVariant": {
|
|
74349
74846
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html",
|
|
74350
74847
|
"Properties": {
|
|
@@ -82808,7 +83305,7 @@
|
|
|
82808
83305
|
}
|
|
82809
83306
|
}
|
|
82810
83307
|
},
|
|
82811
|
-
"ResourceSpecificationVersion": "
|
|
83308
|
+
"ResourceSpecificationVersion": "92.0.0",
|
|
82812
83309
|
"ResourceTypes": {
|
|
82813
83310
|
"AWS::ACMPCA::Certificate": {
|
|
82814
83311
|
"Attributes": {
|
|
@@ -85122,6 +85619,11 @@
|
|
|
85122
85619
|
}
|
|
85123
85620
|
},
|
|
85124
85621
|
"AWS::ApiGatewayV2::Model": {
|
|
85622
|
+
"Attributes": {
|
|
85623
|
+
"ModelId": {
|
|
85624
|
+
"PrimitiveType": "String"
|
|
85625
|
+
}
|
|
85626
|
+
},
|
|
85125
85627
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-model.html",
|
|
85126
85628
|
"Properties": {
|
|
85127
85629
|
"ApiId": {
|
|
@@ -97147,36 +97649,39 @@
|
|
|
97147
97649
|
"Attributes": {
|
|
97148
97650
|
"AllocationId": {
|
|
97149
97651
|
"PrimitiveType": "String"
|
|
97652
|
+
},
|
|
97653
|
+
"PublicIp": {
|
|
97654
|
+
"PrimitiveType": "String"
|
|
97150
97655
|
}
|
|
97151
97656
|
},
|
|
97152
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
97657
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html",
|
|
97153
97658
|
"Properties": {
|
|
97154
97659
|
"Domain": {
|
|
97155
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
97660
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-domain",
|
|
97156
97661
|
"PrimitiveType": "String",
|
|
97157
97662
|
"Required": false,
|
|
97158
97663
|
"UpdateType": "Immutable"
|
|
97159
97664
|
},
|
|
97160
97665
|
"InstanceId": {
|
|
97161
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
97666
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-instanceid",
|
|
97162
97667
|
"PrimitiveType": "String",
|
|
97163
97668
|
"Required": false,
|
|
97164
|
-
"UpdateType": "
|
|
97669
|
+
"UpdateType": "Mutable"
|
|
97165
97670
|
},
|
|
97166
97671
|
"NetworkBorderGroup": {
|
|
97167
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
97672
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-networkbordergroup",
|
|
97168
97673
|
"PrimitiveType": "String",
|
|
97169
97674
|
"Required": false,
|
|
97170
97675
|
"UpdateType": "Immutable"
|
|
97171
97676
|
},
|
|
97172
97677
|
"PublicIpv4Pool": {
|
|
97173
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
97678
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-publicipv4pool",
|
|
97174
97679
|
"PrimitiveType": "String",
|
|
97175
97680
|
"Required": false,
|
|
97176
|
-
"UpdateType": "
|
|
97681
|
+
"UpdateType": "Mutable"
|
|
97177
97682
|
},
|
|
97178
97683
|
"Tags": {
|
|
97179
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
97684
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-tags",
|
|
97180
97685
|
"DuplicatesAllowed": true,
|
|
97181
97686
|
"ItemType": "Tag",
|
|
97182
97687
|
"Required": false,
|
|
@@ -99990,10 +100495,15 @@
|
|
|
99990
100495
|
"PrimitiveType": "String"
|
|
99991
100496
|
},
|
|
99992
100497
|
"DnsEntries": {
|
|
100498
|
+
"DuplicatesAllowed": true,
|
|
99993
100499
|
"PrimitiveItemType": "String",
|
|
99994
100500
|
"Type": "List"
|
|
99995
100501
|
},
|
|
100502
|
+
"Id": {
|
|
100503
|
+
"PrimitiveType": "String"
|
|
100504
|
+
},
|
|
99996
100505
|
"NetworkInterfaceIds": {
|
|
100506
|
+
"DuplicatesAllowed": true,
|
|
99997
100507
|
"PrimitiveItemType": "String",
|
|
99998
100508
|
"Type": "List"
|
|
99999
100509
|
}
|
|
@@ -107229,6 +107739,54 @@
|
|
|
107229
107739
|
}
|
|
107230
107740
|
}
|
|
107231
107741
|
},
|
|
107742
|
+
"AWS::GreengrassV2::Deployment": {
|
|
107743
|
+
"Attributes": {
|
|
107744
|
+
"DeploymentId": {
|
|
107745
|
+
"PrimitiveType": "String"
|
|
107746
|
+
}
|
|
107747
|
+
},
|
|
107748
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html",
|
|
107749
|
+
"Properties": {
|
|
107750
|
+
"Components": {
|
|
107751
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html#cfn-greengrassv2-deployment-components",
|
|
107752
|
+
"ItemType": "ComponentDeploymentSpecification",
|
|
107753
|
+
"Required": false,
|
|
107754
|
+
"Type": "Map",
|
|
107755
|
+
"UpdateType": "Immutable"
|
|
107756
|
+
},
|
|
107757
|
+
"DeploymentName": {
|
|
107758
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html#cfn-greengrassv2-deployment-deploymentname",
|
|
107759
|
+
"PrimitiveType": "String",
|
|
107760
|
+
"Required": false,
|
|
107761
|
+
"UpdateType": "Immutable"
|
|
107762
|
+
},
|
|
107763
|
+
"DeploymentPolicies": {
|
|
107764
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html#cfn-greengrassv2-deployment-deploymentpolicies",
|
|
107765
|
+
"Required": false,
|
|
107766
|
+
"Type": "DeploymentPolicies",
|
|
107767
|
+
"UpdateType": "Immutable"
|
|
107768
|
+
},
|
|
107769
|
+
"IotJobConfiguration": {
|
|
107770
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html#cfn-greengrassv2-deployment-iotjobconfiguration",
|
|
107771
|
+
"Required": false,
|
|
107772
|
+
"Type": "DeploymentIoTJobConfiguration",
|
|
107773
|
+
"UpdateType": "Immutable"
|
|
107774
|
+
},
|
|
107775
|
+
"Tags": {
|
|
107776
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html#cfn-greengrassv2-deployment-tags",
|
|
107777
|
+
"PrimitiveItemType": "String",
|
|
107778
|
+
"Required": false,
|
|
107779
|
+
"Type": "Map",
|
|
107780
|
+
"UpdateType": "Mutable"
|
|
107781
|
+
},
|
|
107782
|
+
"TargetArn": {
|
|
107783
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrassv2-deployment.html#cfn-greengrassv2-deployment-targetarn",
|
|
107784
|
+
"PrimitiveType": "String",
|
|
107785
|
+
"Required": true,
|
|
107786
|
+
"UpdateType": "Immutable"
|
|
107787
|
+
}
|
|
107788
|
+
}
|
|
107789
|
+
},
|
|
107232
107790
|
"AWS::GroundStation::Config": {
|
|
107233
107791
|
"Attributes": {
|
|
107234
107792
|
"Arn": {
|
|
@@ -115365,6 +115923,50 @@
|
|
|
115365
115923
|
}
|
|
115366
115924
|
}
|
|
115367
115925
|
},
|
|
115926
|
+
"AWS::M2::Application": {
|
|
115927
|
+
"Attributes": {
|
|
115928
|
+
"ApplicationArn": {
|
|
115929
|
+
"PrimitiveType": "String"
|
|
115930
|
+
},
|
|
115931
|
+
"ApplicationId": {
|
|
115932
|
+
"PrimitiveType": "String"
|
|
115933
|
+
}
|
|
115934
|
+
},
|
|
115935
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html",
|
|
115936
|
+
"Properties": {
|
|
115937
|
+
"Definition": {
|
|
115938
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-definition",
|
|
115939
|
+
"Required": true,
|
|
115940
|
+
"Type": "Definition",
|
|
115941
|
+
"UpdateType": "Mutable"
|
|
115942
|
+
},
|
|
115943
|
+
"Description": {
|
|
115944
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-description",
|
|
115945
|
+
"PrimitiveType": "String",
|
|
115946
|
+
"Required": false,
|
|
115947
|
+
"UpdateType": "Mutable"
|
|
115948
|
+
},
|
|
115949
|
+
"EngineType": {
|
|
115950
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-enginetype",
|
|
115951
|
+
"PrimitiveType": "String",
|
|
115952
|
+
"Required": true,
|
|
115953
|
+
"UpdateType": "Immutable"
|
|
115954
|
+
},
|
|
115955
|
+
"Name": {
|
|
115956
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-name",
|
|
115957
|
+
"PrimitiveType": "String",
|
|
115958
|
+
"Required": true,
|
|
115959
|
+
"UpdateType": "Immutable"
|
|
115960
|
+
},
|
|
115961
|
+
"Tags": {
|
|
115962
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-tags",
|
|
115963
|
+
"PrimitiveItemType": "String",
|
|
115964
|
+
"Required": false,
|
|
115965
|
+
"Type": "Map",
|
|
115966
|
+
"UpdateType": "Mutable"
|
|
115967
|
+
}
|
|
115968
|
+
}
|
|
115969
|
+
},
|
|
115368
115970
|
"AWS::M2::Environment": {
|
|
115369
115971
|
"Attributes": {
|
|
115370
115972
|
"EnvironmentArn": {
|
|
@@ -122378,6 +122980,9 @@
|
|
|
122378
122980
|
},
|
|
122379
122981
|
"Endpoint": {
|
|
122380
122982
|
"PrimitiveType": "String"
|
|
122983
|
+
},
|
|
122984
|
+
"VpcId": {
|
|
122985
|
+
"PrimitiveType": "String"
|
|
122381
122986
|
}
|
|
122382
122987
|
},
|
|
122383
122988
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html",
|
|
@@ -123911,6 +124516,106 @@
|
|
|
123911
124516
|
}
|
|
123912
124517
|
}
|
|
123913
124518
|
},
|
|
124519
|
+
"AWS::Rekognition::StreamProcessor": {
|
|
124520
|
+
"Attributes": {
|
|
124521
|
+
"Arn": {
|
|
124522
|
+
"PrimitiveType": "String"
|
|
124523
|
+
},
|
|
124524
|
+
"Status": {
|
|
124525
|
+
"PrimitiveType": "String"
|
|
124526
|
+
},
|
|
124527
|
+
"StatusMessage": {
|
|
124528
|
+
"PrimitiveType": "String"
|
|
124529
|
+
}
|
|
124530
|
+
},
|
|
124531
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html",
|
|
124532
|
+
"Properties": {
|
|
124533
|
+
"BoundingBoxRegionsOfInterest": {
|
|
124534
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-boundingboxregionsofinterest",
|
|
124535
|
+
"DuplicatesAllowed": false,
|
|
124536
|
+
"ItemType": "BoundingBox",
|
|
124537
|
+
"Required": false,
|
|
124538
|
+
"Type": "List",
|
|
124539
|
+
"UpdateType": "Immutable"
|
|
124540
|
+
},
|
|
124541
|
+
"ConnectedHomeSettings": {
|
|
124542
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-connectedhomesettings",
|
|
124543
|
+
"Required": false,
|
|
124544
|
+
"Type": "ConnectedHomeSettings",
|
|
124545
|
+
"UpdateType": "Immutable"
|
|
124546
|
+
},
|
|
124547
|
+
"DataSharingPreference": {
|
|
124548
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-datasharingpreference",
|
|
124549
|
+
"Required": false,
|
|
124550
|
+
"Type": "DataSharingPreference",
|
|
124551
|
+
"UpdateType": "Immutable"
|
|
124552
|
+
},
|
|
124553
|
+
"FaceSearchSettings": {
|
|
124554
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-facesearchsettings",
|
|
124555
|
+
"Required": false,
|
|
124556
|
+
"Type": "FaceSearchSettings",
|
|
124557
|
+
"UpdateType": "Immutable"
|
|
124558
|
+
},
|
|
124559
|
+
"KinesisDataStream": {
|
|
124560
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-kinesisdatastream",
|
|
124561
|
+
"Required": false,
|
|
124562
|
+
"Type": "KinesisDataStream",
|
|
124563
|
+
"UpdateType": "Immutable"
|
|
124564
|
+
},
|
|
124565
|
+
"KinesisVideoStream": {
|
|
124566
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-kinesisvideostream",
|
|
124567
|
+
"Required": true,
|
|
124568
|
+
"Type": "KinesisVideoStream",
|
|
124569
|
+
"UpdateType": "Immutable"
|
|
124570
|
+
},
|
|
124571
|
+
"KmsKeyId": {
|
|
124572
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-kmskeyid",
|
|
124573
|
+
"PrimitiveType": "String",
|
|
124574
|
+
"Required": false,
|
|
124575
|
+
"UpdateType": "Immutable"
|
|
124576
|
+
},
|
|
124577
|
+
"Name": {
|
|
124578
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-name",
|
|
124579
|
+
"PrimitiveType": "String",
|
|
124580
|
+
"Required": false,
|
|
124581
|
+
"UpdateType": "Immutable"
|
|
124582
|
+
},
|
|
124583
|
+
"NotificationChannel": {
|
|
124584
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-notificationchannel",
|
|
124585
|
+
"Required": false,
|
|
124586
|
+
"Type": "NotificationChannel",
|
|
124587
|
+
"UpdateType": "Immutable"
|
|
124588
|
+
},
|
|
124589
|
+
"PolygonRegionsOfInterest": {
|
|
124590
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-polygonregionsofinterest",
|
|
124591
|
+
"DuplicatesAllowed": false,
|
|
124592
|
+
"ItemType": "Polygon",
|
|
124593
|
+
"Required": false,
|
|
124594
|
+
"Type": "List",
|
|
124595
|
+
"UpdateType": "Immutable"
|
|
124596
|
+
},
|
|
124597
|
+
"RoleArn": {
|
|
124598
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-rolearn",
|
|
124599
|
+
"PrimitiveType": "String",
|
|
124600
|
+
"Required": true,
|
|
124601
|
+
"UpdateType": "Immutable"
|
|
124602
|
+
},
|
|
124603
|
+
"S3Destination": {
|
|
124604
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-s3destination",
|
|
124605
|
+
"Required": false,
|
|
124606
|
+
"Type": "S3Destination",
|
|
124607
|
+
"UpdateType": "Immutable"
|
|
124608
|
+
},
|
|
124609
|
+
"Tags": {
|
|
124610
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-streamprocessor.html#cfn-rekognition-streamprocessor-tags",
|
|
124611
|
+
"DuplicatesAllowed": false,
|
|
124612
|
+
"ItemType": "Tag",
|
|
124613
|
+
"Required": false,
|
|
124614
|
+
"Type": "List",
|
|
124615
|
+
"UpdateType": "Mutable"
|
|
124616
|
+
}
|
|
124617
|
+
}
|
|
124618
|
+
},
|
|
123914
124619
|
"AWS::ResilienceHub::App": {
|
|
123915
124620
|
"Attributes": {
|
|
123916
124621
|
"AppArn": {
|
|
@@ -124873,7 +125578,7 @@
|
|
|
124873
125578
|
"CellName": {
|
|
124874
125579
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-cell.html#cfn-route53recoveryreadiness-cell-cellname",
|
|
124875
125580
|
"PrimitiveType": "String",
|
|
124876
|
-
"Required":
|
|
125581
|
+
"Required": false,
|
|
124877
125582
|
"UpdateType": "Immutable"
|
|
124878
125583
|
},
|
|
124879
125584
|
"Cells": {
|
|
@@ -124903,7 +125608,7 @@
|
|
|
124903
125608
|
"ReadinessCheckName": {
|
|
124904
125609
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html#cfn-route53recoveryreadiness-readinesscheck-readinesscheckname",
|
|
124905
125610
|
"PrimitiveType": "String",
|
|
124906
|
-
"Required":
|
|
125611
|
+
"Required": false,
|
|
124907
125612
|
"UpdateType": "Immutable"
|
|
124908
125613
|
},
|
|
124909
125614
|
"ResourceSetName": {
|
|
@@ -124939,7 +125644,7 @@
|
|
|
124939
125644
|
"RecoveryGroupName": {
|
|
124940
125645
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-recoverygroup.html#cfn-route53recoveryreadiness-recoverygroup-recoverygroupname",
|
|
124941
125646
|
"PrimitiveType": "String",
|
|
124942
|
-
"Required":
|
|
125647
|
+
"Required": false,
|
|
124943
125648
|
"UpdateType": "Immutable"
|
|
124944
125649
|
},
|
|
124945
125650
|
"Tags": {
|
|
@@ -124962,7 +125667,7 @@
|
|
|
124962
125667
|
"ResourceSetName": {
|
|
124963
125668
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-resourceset.html#cfn-route53recoveryreadiness-resourceset-resourcesetname",
|
|
124964
125669
|
"PrimitiveType": "String",
|
|
124965
|
-
"Required":
|
|
125670
|
+
"Required": false,
|
|
124966
125671
|
"UpdateType": "Immutable"
|
|
124967
125672
|
},
|
|
124968
125673
|
"ResourceSetType": {
|
|
@@ -127791,6 +128496,12 @@
|
|
|
127791
128496
|
"Required": false,
|
|
127792
128497
|
"UpdateType": "Immutable"
|
|
127793
128498
|
},
|
|
128499
|
+
"ExplainerConfig": {
|
|
128500
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-explainerconfig",
|
|
128501
|
+
"Required": false,
|
|
128502
|
+
"Type": "ExplainerConfig",
|
|
128503
|
+
"UpdateType": "Immutable"
|
|
128504
|
+
},
|
|
127794
128505
|
"KmsKeyId": {
|
|
127795
128506
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-endpointconfig.html#cfn-sagemaker-endpointconfig-kmskeyid",
|
|
127796
128507
|
"PrimitiveType": "String",
|
|
@@ -131245,6 +131956,232 @@
|
|
|
131245
131956
|
}
|
|
131246
131957
|
}
|
|
131247
131958
|
},
|
|
131959
|
+
"AWS::Transfer::Agreement": {
|
|
131960
|
+
"Attributes": {
|
|
131961
|
+
"AgreementId": {
|
|
131962
|
+
"PrimitiveType": "String"
|
|
131963
|
+
},
|
|
131964
|
+
"Arn": {
|
|
131965
|
+
"PrimitiveType": "String"
|
|
131966
|
+
}
|
|
131967
|
+
},
|
|
131968
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html",
|
|
131969
|
+
"Properties": {
|
|
131970
|
+
"AccessRole": {
|
|
131971
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-accessrole",
|
|
131972
|
+
"PrimitiveType": "String",
|
|
131973
|
+
"Required": true,
|
|
131974
|
+
"UpdateType": "Mutable"
|
|
131975
|
+
},
|
|
131976
|
+
"BaseDirectory": {
|
|
131977
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-basedirectory",
|
|
131978
|
+
"PrimitiveType": "String",
|
|
131979
|
+
"Required": true,
|
|
131980
|
+
"UpdateType": "Mutable"
|
|
131981
|
+
},
|
|
131982
|
+
"Description": {
|
|
131983
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-description",
|
|
131984
|
+
"PrimitiveType": "String",
|
|
131985
|
+
"Required": false,
|
|
131986
|
+
"UpdateType": "Mutable"
|
|
131987
|
+
},
|
|
131988
|
+
"LocalProfileId": {
|
|
131989
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-localprofileid",
|
|
131990
|
+
"PrimitiveType": "String",
|
|
131991
|
+
"Required": true,
|
|
131992
|
+
"UpdateType": "Mutable"
|
|
131993
|
+
},
|
|
131994
|
+
"PartnerProfileId": {
|
|
131995
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-partnerprofileid",
|
|
131996
|
+
"PrimitiveType": "String",
|
|
131997
|
+
"Required": true,
|
|
131998
|
+
"UpdateType": "Mutable"
|
|
131999
|
+
},
|
|
132000
|
+
"ServerId": {
|
|
132001
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-serverid",
|
|
132002
|
+
"PrimitiveType": "String",
|
|
132003
|
+
"Required": true,
|
|
132004
|
+
"UpdateType": "Immutable"
|
|
132005
|
+
},
|
|
132006
|
+
"Status": {
|
|
132007
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-status",
|
|
132008
|
+
"PrimitiveType": "String",
|
|
132009
|
+
"Required": false,
|
|
132010
|
+
"UpdateType": "Mutable"
|
|
132011
|
+
},
|
|
132012
|
+
"Tags": {
|
|
132013
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-agreement.html#cfn-transfer-agreement-tags",
|
|
132014
|
+
"DuplicatesAllowed": false,
|
|
132015
|
+
"ItemType": "Tag",
|
|
132016
|
+
"Required": false,
|
|
132017
|
+
"Type": "List",
|
|
132018
|
+
"UpdateType": "Mutable"
|
|
132019
|
+
}
|
|
132020
|
+
}
|
|
132021
|
+
},
|
|
132022
|
+
"AWS::Transfer::Certificate": {
|
|
132023
|
+
"Attributes": {
|
|
132024
|
+
"Arn": {
|
|
132025
|
+
"PrimitiveType": "String"
|
|
132026
|
+
},
|
|
132027
|
+
"CertificateId": {
|
|
132028
|
+
"PrimitiveType": "String"
|
|
132029
|
+
},
|
|
132030
|
+
"NotAfterDate": {
|
|
132031
|
+
"PrimitiveType": "String"
|
|
132032
|
+
},
|
|
132033
|
+
"NotBeforeDate": {
|
|
132034
|
+
"PrimitiveType": "String"
|
|
132035
|
+
},
|
|
132036
|
+
"Serial": {
|
|
132037
|
+
"PrimitiveType": "String"
|
|
132038
|
+
},
|
|
132039
|
+
"Status": {
|
|
132040
|
+
"PrimitiveType": "String"
|
|
132041
|
+
},
|
|
132042
|
+
"Type": {
|
|
132043
|
+
"PrimitiveType": "String"
|
|
132044
|
+
}
|
|
132045
|
+
},
|
|
132046
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html",
|
|
132047
|
+
"Properties": {
|
|
132048
|
+
"ActiveDate": {
|
|
132049
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-activedate",
|
|
132050
|
+
"PrimitiveType": "String",
|
|
132051
|
+
"Required": false,
|
|
132052
|
+
"UpdateType": "Mutable"
|
|
132053
|
+
},
|
|
132054
|
+
"Certificate": {
|
|
132055
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-certificate",
|
|
132056
|
+
"PrimitiveType": "String",
|
|
132057
|
+
"Required": true,
|
|
132058
|
+
"UpdateType": "Immutable"
|
|
132059
|
+
},
|
|
132060
|
+
"CertificateChain": {
|
|
132061
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-certificatechain",
|
|
132062
|
+
"PrimitiveType": "String",
|
|
132063
|
+
"Required": false,
|
|
132064
|
+
"UpdateType": "Immutable"
|
|
132065
|
+
},
|
|
132066
|
+
"Description": {
|
|
132067
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-description",
|
|
132068
|
+
"PrimitiveType": "String",
|
|
132069
|
+
"Required": false,
|
|
132070
|
+
"UpdateType": "Mutable"
|
|
132071
|
+
},
|
|
132072
|
+
"InactiveDate": {
|
|
132073
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-inactivedate",
|
|
132074
|
+
"PrimitiveType": "String",
|
|
132075
|
+
"Required": false,
|
|
132076
|
+
"UpdateType": "Mutable"
|
|
132077
|
+
},
|
|
132078
|
+
"PrivateKey": {
|
|
132079
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-privatekey",
|
|
132080
|
+
"PrimitiveType": "String",
|
|
132081
|
+
"Required": false,
|
|
132082
|
+
"UpdateType": "Immutable"
|
|
132083
|
+
},
|
|
132084
|
+
"Tags": {
|
|
132085
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-tags",
|
|
132086
|
+
"DuplicatesAllowed": false,
|
|
132087
|
+
"ItemType": "Tag",
|
|
132088
|
+
"Required": false,
|
|
132089
|
+
"Type": "List",
|
|
132090
|
+
"UpdateType": "Mutable"
|
|
132091
|
+
},
|
|
132092
|
+
"Usage": {
|
|
132093
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html#cfn-transfer-certificate-usage",
|
|
132094
|
+
"PrimitiveType": "String",
|
|
132095
|
+
"Required": true,
|
|
132096
|
+
"UpdateType": "Mutable"
|
|
132097
|
+
}
|
|
132098
|
+
}
|
|
132099
|
+
},
|
|
132100
|
+
"AWS::Transfer::Connector": {
|
|
132101
|
+
"Attributes": {
|
|
132102
|
+
"Arn": {
|
|
132103
|
+
"PrimitiveType": "String"
|
|
132104
|
+
},
|
|
132105
|
+
"ConnectorId": {
|
|
132106
|
+
"PrimitiveType": "String"
|
|
132107
|
+
}
|
|
132108
|
+
},
|
|
132109
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html",
|
|
132110
|
+
"Properties": {
|
|
132111
|
+
"AccessRole": {
|
|
132112
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-accessrole",
|
|
132113
|
+
"PrimitiveType": "String",
|
|
132114
|
+
"Required": true,
|
|
132115
|
+
"UpdateType": "Mutable"
|
|
132116
|
+
},
|
|
132117
|
+
"As2Config": {
|
|
132118
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-as2config",
|
|
132119
|
+
"PrimitiveType": "Json",
|
|
132120
|
+
"Required": true,
|
|
132121
|
+
"UpdateType": "Mutable"
|
|
132122
|
+
},
|
|
132123
|
+
"LoggingRole": {
|
|
132124
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-loggingrole",
|
|
132125
|
+
"PrimitiveType": "String",
|
|
132126
|
+
"Required": false,
|
|
132127
|
+
"UpdateType": "Mutable"
|
|
132128
|
+
},
|
|
132129
|
+
"Tags": {
|
|
132130
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-tags",
|
|
132131
|
+
"DuplicatesAllowed": false,
|
|
132132
|
+
"ItemType": "Tag",
|
|
132133
|
+
"Required": false,
|
|
132134
|
+
"Type": "List",
|
|
132135
|
+
"UpdateType": "Mutable"
|
|
132136
|
+
},
|
|
132137
|
+
"Url": {
|
|
132138
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-connector.html#cfn-transfer-connector-url",
|
|
132139
|
+
"PrimitiveType": "String",
|
|
132140
|
+
"Required": true,
|
|
132141
|
+
"UpdateType": "Mutable"
|
|
132142
|
+
}
|
|
132143
|
+
}
|
|
132144
|
+
},
|
|
132145
|
+
"AWS::Transfer::Profile": {
|
|
132146
|
+
"Attributes": {
|
|
132147
|
+
"Arn": {
|
|
132148
|
+
"PrimitiveType": "String"
|
|
132149
|
+
},
|
|
132150
|
+
"ProfileId": {
|
|
132151
|
+
"PrimitiveType": "String"
|
|
132152
|
+
}
|
|
132153
|
+
},
|
|
132154
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html",
|
|
132155
|
+
"Properties": {
|
|
132156
|
+
"As2Id": {
|
|
132157
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-as2id",
|
|
132158
|
+
"PrimitiveType": "String",
|
|
132159
|
+
"Required": true,
|
|
132160
|
+
"UpdateType": "Mutable"
|
|
132161
|
+
},
|
|
132162
|
+
"CertificateIds": {
|
|
132163
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-certificateids",
|
|
132164
|
+
"PrimitiveItemType": "String",
|
|
132165
|
+
"Required": false,
|
|
132166
|
+
"Type": "List",
|
|
132167
|
+
"UpdateType": "Mutable"
|
|
132168
|
+
},
|
|
132169
|
+
"ProfileType": {
|
|
132170
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-profiletype",
|
|
132171
|
+
"PrimitiveType": "String",
|
|
132172
|
+
"Required": true,
|
|
132173
|
+
"UpdateType": "Immutable"
|
|
132174
|
+
},
|
|
132175
|
+
"Tags": {
|
|
132176
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-profile.html#cfn-transfer-profile-tags",
|
|
132177
|
+
"DuplicatesAllowed": false,
|
|
132178
|
+
"ItemType": "Tag",
|
|
132179
|
+
"Required": false,
|
|
132180
|
+
"Type": "List",
|
|
132181
|
+
"UpdateType": "Mutable"
|
|
132182
|
+
}
|
|
132183
|
+
}
|
|
132184
|
+
},
|
|
131248
132185
|
"AWS::Transfer::Server": {
|
|
131249
132186
|
"Attributes": {
|
|
131250
132187
|
"Arn": {
|