Skip to content

Commit f647ae7

Browse files
kddejonggithub-actions[bot]
authored andcommitted
1 parent 1920608 commit f647ae7

31 files changed

+5413
-2184
lines changed

server/schema/resources.schema.json

Lines changed: 208 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3449,7 +3449,7 @@
34493449
},
34503450
"AWS_ServiceCatalog_ResourceUpdateConstraint": {
34513451
"type": "object",
3452-
"markdownDescription": "Resource Type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)",
3452+
"markdownDescription": "Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)",
34533453
"allOf": [
34543454
{
34553455
"type": "object",
@@ -3460,7 +3460,7 @@
34603460
"AWS::ServiceCatalog::ResourceUpdateConstraint"
34613461
],
34623462
"markdownEnumDescriptions": [
3463-
"Resource Type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)"
3463+
"Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html)"
34643464
]
34653465
},
34663466
"Properties": {
@@ -12220,7 +12220,8 @@
1222012220
}
1222112221
},
1222212222
"required": [
12223-
"Type"
12223+
"Type",
12224+
"Properties"
1222412225
]
1222512226
},
1222612227
{
@@ -13496,6 +13497,37 @@
1349613497
],
1349713498
"additionalProperties": false
1349813499
},
13500+
"AWS_ApplicationSignals_GroupingConfiguration": {
13501+
"type": "object",
13502+
"markdownDescription": "Resource Type definition for AWS::ApplicationSignals::GroupingConfiguration \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-groupingconfiguration.html)",
13503+
"allOf": [
13504+
{
13505+
"type": "object",
13506+
"properties": {
13507+
"Type": {
13508+
"type": "string",
13509+
"enum": [
13510+
"AWS::ApplicationSignals::GroupingConfiguration"
13511+
],
13512+
"markdownEnumDescriptions": [
13513+
"Resource Type definition for AWS::ApplicationSignals::GroupingConfiguration \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-groupingconfiguration.html)"
13514+
]
13515+
},
13516+
"Properties": {
13517+
"$ref": "resources/aws-applicationsignals-groupingconfiguration.json"
13518+
}
13519+
},
13520+
"required": [
13521+
"Type",
13522+
"Properties"
13523+
]
13524+
},
13525+
{
13526+
"$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes"
13527+
}
13528+
],
13529+
"additionalProperties": false
13530+
},
1349913531
"AWS_ApiGatewayV2_ApiMapping": {
1350013532
"type": "object",
1350113533
"markdownDescription": "The ``AWS::ApiGatewayV2::ApiMapping`` resource contains an API mapping. An API mapping relates a path of your custom domain name to a stage of your API. A custom domain name can have multiple API mappings, but the paths can't overlap. A custom domain can map only to APIs of the same protocol type. For more information, see [CreateApiMapping](https://docs.aws.amazon.com/apigatewayv2/latest/api-reference/domainnames-domainname-apimappings.html#CreateApiMapping) in the *Amazon API Gateway V2 API Reference*. \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html)",
@@ -19516,6 +19548,37 @@
1951619548
],
1951719549
"additionalProperties": false
1951819550
},
19551+
"AWS_Lightsail_DiskSnapshot": {
19552+
"type": "object",
19553+
"markdownDescription": "Resource Type definition for AWS::Lightsail::DiskSnapshot \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html)",
19554+
"allOf": [
19555+
{
19556+
"type": "object",
19557+
"properties": {
19558+
"Type": {
19559+
"type": "string",
19560+
"enum": [
19561+
"AWS::Lightsail::DiskSnapshot"
19562+
],
19563+
"markdownEnumDescriptions": [
19564+
"Resource Type definition for AWS::Lightsail::DiskSnapshot \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html)"
19565+
]
19566+
},
19567+
"Properties": {
19568+
"$ref": "resources/aws-lightsail-disksnapshot.json"
19569+
}
19570+
},
19571+
"required": [
19572+
"Type",
19573+
"Properties"
19574+
]
19575+
},
19576+
{
19577+
"$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes"
19578+
}
19579+
],
19580+
"additionalProperties": false
19581+
},
1951919582
"AWS_ApiGateway_Method": {
1952019583
"type": "object",
1952119584
"markdownDescription": "The ``AWS::ApiGateway::Method`` resource creates API Gateway methods that define the parameters and body that clients must send in their requests. \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html)",
@@ -24978,6 +25041,37 @@
2497825041
],
2497925042
"additionalProperties": false
2498025043
},
25044+
"AWS_BedrockAgentCore_Gateway": {
25045+
"type": "object",
25046+
"markdownDescription": "Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)",
25047+
"allOf": [
25048+
{
25049+
"type": "object",
25050+
"properties": {
25051+
"Type": {
25052+
"type": "string",
25053+
"enum": [
25054+
"AWS::BedrockAgentCore::Gateway"
25055+
],
25056+
"markdownEnumDescriptions": [
25057+
"Definition of AWS::BedrockAgentCore::Gateway Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gateway.html)"
25058+
]
25059+
},
25060+
"Properties": {
25061+
"$ref": "resources/aws-bedrockagentcore-gateway.json"
25062+
}
25063+
},
25064+
"required": [
25065+
"Type",
25066+
"Properties"
25067+
]
25068+
},
25069+
{
25070+
"$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes"
25071+
}
25072+
],
25073+
"additionalProperties": false
25074+
},
2498125075
"AWS_MemoryDB_User": {
2498225076
"type": "object",
2498325077
"markdownDescription": "Resource Type definition for AWS::MemoryDB::User \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-user.html)",
@@ -31248,6 +31342,37 @@
3124831342
],
3124931343
"additionalProperties": false
3125031344
},
31345+
"AWS_BedrockAgentCore_GatewayTarget": {
31346+
"type": "object",
31347+
"markdownDescription": "Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)",
31348+
"allOf": [
31349+
{
31350+
"type": "object",
31351+
"properties": {
31352+
"Type": {
31353+
"type": "string",
31354+
"enum": [
31355+
"AWS::BedrockAgentCore::GatewayTarget"
31356+
],
31357+
"markdownEnumDescriptions": [
31358+
"Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html)"
31359+
]
31360+
},
31361+
"Properties": {
31362+
"$ref": "resources/aws-bedrockagentcore-gatewaytarget.json"
31363+
}
31364+
},
31365+
"required": [
31366+
"Type",
31367+
"Properties"
31368+
]
31369+
},
31370+
{
31371+
"$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes"
31372+
}
31373+
],
31374+
"additionalProperties": false
31375+
},
3125131376
"AWS_RAM_ResourceShare": {
3125231377
"type": "object",
3125331378
"markdownDescription": "Resource type definition for AWS::RAM::ResourceShare \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html)",
@@ -36857,6 +36982,37 @@
3685736982
],
3685836983
"additionalProperties": false
3685936984
},
36985+
"AWS_BedrockAgentCore_Memory": {
36986+
"type": "object",
36987+
"markdownDescription": "Resource Type definition for AWS::BedrockAgentCore::Memory \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-memory.html)",
36988+
"allOf": [
36989+
{
36990+
"type": "object",
36991+
"properties": {
36992+
"Type": {
36993+
"type": "string",
36994+
"enum": [
36995+
"AWS::BedrockAgentCore::Memory"
36996+
],
36997+
"markdownEnumDescriptions": [
36998+
"Resource Type definition for AWS::BedrockAgentCore::Memory \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-memory.html)"
36999+
]
37000+
},
37001+
"Properties": {
37002+
"$ref": "resources/aws-bedrockagentcore-memory.json"
37003+
}
37004+
},
37005+
"required": [
37006+
"Type",
37007+
"Properties"
37008+
]
37009+
},
37010+
{
37011+
"$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes"
37012+
}
37013+
],
37014+
"additionalProperties": false
37015+
},
3686037016
"AWS_DataZone_EnvironmentBlueprintConfiguration": {
3686137017
"type": "object",
3686237018
"markdownDescription": "Definition of AWS::DataZone::EnvironmentBlueprintConfiguration Resource Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environmentblueprintconfiguration.html)",
@@ -37906,6 +38062,37 @@
3790638062
],
3790738063
"additionalProperties": false
3790838064
},
38065+
"AWS_ObservabilityAdmin_OrganizationCentralizationRule": {
38066+
"type": "object",
38067+
"markdownDescription": "Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html)",
38068+
"allOf": [
38069+
{
38070+
"type": "object",
38071+
"properties": {
38072+
"Type": {
38073+
"type": "string",
38074+
"enum": [
38075+
"AWS::ObservabilityAdmin::OrganizationCentralizationRule"
38076+
],
38077+
"markdownEnumDescriptions": [
38078+
"Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html)"
38079+
]
38080+
},
38081+
"Properties": {
38082+
"$ref": "resources/aws-observabilityadmin-organizationcentralizationrule.json"
38083+
}
38084+
},
38085+
"required": [
38086+
"Type",
38087+
"Properties"
38088+
]
38089+
},
38090+
{
38091+
"$ref": "resource.attributes.schema.json#/definitions/ResourceAttributes"
38092+
}
38093+
],
38094+
"additionalProperties": false
38095+
},
3790938096
"AWS_EC2_IPAM": {
3791038097
"type": "object",
3791138098
"markdownDescription": "Resource Schema of AWS::EC2::IPAM Type \n[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipam.html)",
@@ -46534,6 +46721,9 @@
4653446721
{
4653546722
"$ref": "#/definitions/AWS_KMS_Alias"
4653646723
},
46724+
{
46725+
"$ref": "#/definitions/AWS_ApplicationSignals_GroupingConfiguration"
46726+
},
4653746727
{
4653846728
"$ref": "#/definitions/AWS_ApiGatewayV2_ApiMapping"
4653946729
},
@@ -47119,6 +47309,9 @@
4711947309
{
4712047310
"$ref": "#/definitions/AWS_EC2_VPNGatewayRoutePropagation"
4712147311
},
47312+
{
47313+
"$ref": "#/definitions/AWS_Lightsail_DiskSnapshot"
47314+
},
4712247315
{
4712347316
"$ref": "#/definitions/AWS_ApiGateway_Method"
4712447317
},
@@ -47650,6 +47843,9 @@
4765047843
{
4765147844
"$ref": "#/definitions/AWS_EFS_FileSystem"
4765247845
},
47846+
{
47847+
"$ref": "#/definitions/AWS_BedrockAgentCore_Gateway"
47848+
},
4765347849
{
4765447850
"$ref": "#/definitions/AWS_MemoryDB_User"
4765547851
},
@@ -48259,6 +48455,9 @@
4825948455
{
4826048456
"$ref": "#/definitions/AWS_OpenSearchServerless_VpcEndpoint"
4826148457
},
48458+
{
48459+
"$ref": "#/definitions/AWS_BedrockAgentCore_GatewayTarget"
48460+
},
4826248461
{
4826348462
"$ref": "#/definitions/AWS_RAM_ResourceShare"
4826448463
},
@@ -48805,6 +49004,9 @@
4880549004
{
4880649005
"$ref": "#/definitions/AWS_MediaConnect_Flow"
4880749006
},
49007+
{
49008+
"$ref": "#/definitions/AWS_BedrockAgentCore_Memory"
49009+
},
4880849010
{
4880949011
"$ref": "#/definitions/AWS_DataZone_EnvironmentBlueprintConfiguration"
4881049012
},
@@ -48907,6 +49109,9 @@
4890749109
{
4890849110
"$ref": "#/definitions/AWS_EC2_Route"
4890949111
},
49112+
{
49113+
"$ref": "#/definitions/AWS_ObservabilityAdmin_OrganizationCentralizationRule"
49114+
},
4891049115
{
4891149116
"$ref": "#/definitions/AWS_EC2_IPAM"
4891249117
},

0 commit comments

Comments
 (0)