@intentius/chant-lexicon-aws 0.3.0 → 0.5.0
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/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +339 -23
- package/dist/types/index.d.ts +592 -43
- package/package.json +1 -1
- package/src/generated/index.d.ts +592 -43
- package/src/generated/index.ts +47 -4
- package/src/generated/lexicon-aws.json +339 -23
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "91345efdd827eba906c963fad84ffa22c0fe3615ba5655f3a46e39db6cab3e27",
|
|
5
|
+
"meta.json": "0fab7ad9f369ee20d1732594c980bbe169b80a516b6a02ff2f44fe4c3199108c",
|
|
6
|
+
"types/index.d.ts": "f6b88baa9476a6c6661fc118e84c28a271c8639f27270f9668439e7df982af0a",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
|
|
41
41
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
|
|
42
42
|
},
|
|
43
|
-
"composite": "
|
|
43
|
+
"composite": "34c6535bc1c4726eeea57338aa514f8d1322bdfa7c36bd272313eea5f8eded4c"
|
|
44
44
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -10524,6 +10524,11 @@
|
|
|
10524
10524
|
"kind": "property",
|
|
10525
10525
|
"lexicon": "aws"
|
|
10526
10526
|
},
|
|
10527
|
+
"AspectRatio": {
|
|
10528
|
+
"resourceType": "AWS::ElementalInference::Feed.AspectRatio",
|
|
10529
|
+
"kind": "property",
|
|
10530
|
+
"lexicon": "aws"
|
|
10531
|
+
},
|
|
10527
10532
|
"AssertionAttributes": {
|
|
10528
10533
|
"resourceType": "AWS::Grafana::Workspace.AssertionAttributes",
|
|
10529
10534
|
"kind": "property",
|
|
@@ -36904,6 +36909,11 @@
|
|
|
36904
36909
|
"kind": "property",
|
|
36905
36910
|
"lexicon": "aws"
|
|
36906
36911
|
},
|
|
36912
|
+
"DestinationMetricsConfiguration": {
|
|
36913
|
+
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.DestinationMetricsConfiguration",
|
|
36914
|
+
"kind": "property",
|
|
36915
|
+
"lexicon": "aws"
|
|
36916
|
+
},
|
|
36907
36917
|
"DestinationPolicy": {
|
|
36908
36918
|
"resourceType": "AWS::Logs::DeliveryDestination.DestinationPolicy",
|
|
36909
36919
|
"kind": "property",
|
|
@@ -37787,6 +37797,39 @@
|
|
|
37787
37797
|
"kind": "property",
|
|
37788
37798
|
"lexicon": "aws"
|
|
37789
37799
|
},
|
|
37800
|
+
"Dictionary": {
|
|
37801
|
+
"resourceType": "AWS::ElementalInference::Dictionary",
|
|
37802
|
+
"kind": "resource",
|
|
37803
|
+
"lexicon": "aws",
|
|
37804
|
+
"attrs": {
|
|
37805
|
+
"Arn": "Arn",
|
|
37806
|
+
"Id": "Id"
|
|
37807
|
+
},
|
|
37808
|
+
"propertyConstraints": {
|
|
37809
|
+
"Entries": {
|
|
37810
|
+
"maxLength": 40960
|
|
37811
|
+
},
|
|
37812
|
+
"Id": {
|
|
37813
|
+
"pattern": "^[a-zA-Z0-9]+$",
|
|
37814
|
+
"minLength": 1,
|
|
37815
|
+
"maxLength": 19
|
|
37816
|
+
},
|
|
37817
|
+
"Name": {
|
|
37818
|
+
"pattern": "^[a-zA-Z0-9]([a-zA-Z0-9-_]{0,126}[a-zA-Z0-9])?$"
|
|
37819
|
+
}
|
|
37820
|
+
},
|
|
37821
|
+
"writeOnly": [
|
|
37822
|
+
"Entries"
|
|
37823
|
+
],
|
|
37824
|
+
"primaryIdentifier": [
|
|
37825
|
+
"Id"
|
|
37826
|
+
],
|
|
37827
|
+
"tagging": {
|
|
37828
|
+
"taggable": true,
|
|
37829
|
+
"tagOnCreate": true,
|
|
37830
|
+
"tagUpdatable": true
|
|
37831
|
+
}
|
|
37832
|
+
},
|
|
37790
37833
|
"DifferentialPrivacy": {
|
|
37791
37834
|
"resourceType": "AWS::CleanRooms::ConfiguredTable.DifferentialPrivacy",
|
|
37792
37835
|
"kind": "property",
|
|
@@ -42175,11 +42218,6 @@
|
|
|
42175
42218
|
"kind": "property",
|
|
42176
42219
|
"lexicon": "aws"
|
|
42177
42220
|
},
|
|
42178
|
-
"EfsAccessPointConfiguration": {
|
|
42179
|
-
"resourceType": "AWS::BedrockAgentCore::Runtime.EfsAccessPointConfiguration",
|
|
42180
|
-
"kind": "property",
|
|
42181
|
-
"lexicon": "aws"
|
|
42182
|
-
},
|
|
42183
42221
|
"EfsInputFileLocation": {
|
|
42184
42222
|
"resourceType": "AWS::Transfer::Workflow.EfsInputFileLocation",
|
|
42185
42223
|
"kind": "property",
|
|
@@ -42585,9 +42623,9 @@
|
|
|
42585
42623
|
"kind": "resource",
|
|
42586
42624
|
"lexicon": "aws",
|
|
42587
42625
|
"attrs": {
|
|
42588
|
-
"Id": "Id",
|
|
42589
42626
|
"CanonicalHostedZoneName": "CanonicalHostedZoneName",
|
|
42590
42627
|
"CanonicalHostedZoneNameID": "CanonicalHostedZoneNameID",
|
|
42628
|
+
"SourceSecurityGroup": "SourceSecurityGroup",
|
|
42591
42629
|
"SourceSecurityGroup_GroupName": "SourceSecurityGroup.GroupName",
|
|
42592
42630
|
"DNSName": "DNSName",
|
|
42593
42631
|
"SourceSecurityGroup_OwnerAlias": "SourceSecurityGroup.OwnerAlias"
|
|
@@ -42629,8 +42667,18 @@
|
|
|
42629
42667
|
"Scheme"
|
|
42630
42668
|
],
|
|
42631
42669
|
"primaryIdentifier": [
|
|
42632
|
-
"
|
|
42633
|
-
]
|
|
42670
|
+
"LoadBalancerName"
|
|
42671
|
+
],
|
|
42672
|
+
"conditionalCreateOnly": [
|
|
42673
|
+
"AvailabilityZones",
|
|
42674
|
+
"HealthCheck",
|
|
42675
|
+
"Subnets"
|
|
42676
|
+
],
|
|
42677
|
+
"tagging": {
|
|
42678
|
+
"taggable": true,
|
|
42679
|
+
"tagOnCreate": true,
|
|
42680
|
+
"tagUpdatable": true
|
|
42681
|
+
}
|
|
42634
42682
|
},
|
|
42635
42683
|
"ElbLoadBalancer_AccessLoggingPolicy": {
|
|
42636
42684
|
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.AccessLoggingPolicy",
|
|
@@ -42672,6 +42720,16 @@
|
|
|
42672
42720
|
"kind": "property",
|
|
42673
42721
|
"lexicon": "aws"
|
|
42674
42722
|
},
|
|
42723
|
+
"ElbLoadBalancer_PolicyItem": {
|
|
42724
|
+
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.PolicyItem",
|
|
42725
|
+
"kind": "property",
|
|
42726
|
+
"lexicon": "aws"
|
|
42727
|
+
},
|
|
42728
|
+
"ElbLoadBalancer_SourceSecurityGroup": {
|
|
42729
|
+
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.SourceSecurityGroup",
|
|
42730
|
+
"kind": "property",
|
|
42731
|
+
"lexicon": "aws"
|
|
42732
|
+
},
|
|
42675
42733
|
"ElbLoadBalancer_Tag": {
|
|
42676
42734
|
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.Tag",
|
|
42677
42735
|
"kind": "property",
|
|
@@ -47657,6 +47715,11 @@
|
|
|
47657
47715
|
"tagUpdatable": true
|
|
47658
47716
|
}
|
|
47659
47717
|
},
|
|
47718
|
+
"Feed_AspectRatio": {
|
|
47719
|
+
"resourceType": "AWS::ElementalInference::Feed.AspectRatio",
|
|
47720
|
+
"kind": "property",
|
|
47721
|
+
"lexicon": "aws"
|
|
47722
|
+
},
|
|
47660
47723
|
"Feed_ClippingConfig": {
|
|
47661
47724
|
"resourceType": "AWS::ElementalInference::Feed.ClippingConfig",
|
|
47662
47725
|
"kind": "property",
|
|
@@ -47667,6 +47730,11 @@
|
|
|
47667
47730
|
"kind": "property",
|
|
47668
47731
|
"lexicon": "aws"
|
|
47669
47732
|
},
|
|
47733
|
+
"Feed_SubtitlingConfig": {
|
|
47734
|
+
"resourceType": "AWS::ElementalInference::Feed.SubtitlingConfig",
|
|
47735
|
+
"kind": "property",
|
|
47736
|
+
"lexicon": "aws"
|
|
47737
|
+
},
|
|
47670
47738
|
"FeedbackAttributes": {
|
|
47671
47739
|
"resourceType": "AWS::SES::EmailIdentity.FeedbackAttributes",
|
|
47672
47740
|
"kind": "property",
|
|
@@ -48766,7 +48834,8 @@
|
|
|
48766
48834
|
"ResourceType",
|
|
48767
48835
|
"LogFormat",
|
|
48768
48836
|
"MaxAggregationInterval",
|
|
48769
|
-
"DestinationOptions"
|
|
48837
|
+
"DestinationOptions",
|
|
48838
|
+
"TagFieldSpecifications"
|
|
48770
48839
|
],
|
|
48771
48840
|
"primaryIdentifier": [
|
|
48772
48841
|
"Id"
|
|
@@ -48782,6 +48851,11 @@
|
|
|
48782
48851
|
"kind": "property",
|
|
48783
48852
|
"lexicon": "aws"
|
|
48784
48853
|
},
|
|
48854
|
+
"FlowLog_TagFieldSpecification": {
|
|
48855
|
+
"resourceType": "AWS::EC2::FlowLog.TagFieldSpecification",
|
|
48856
|
+
"kind": "property",
|
|
48857
|
+
"lexicon": "aws"
|
|
48858
|
+
},
|
|
48785
48859
|
"FlowModule": {
|
|
48786
48860
|
"resourceType": "AWS::Connect::SecurityProfile.FlowModule",
|
|
48787
48861
|
"kind": "property",
|
|
@@ -53559,8 +53633,7 @@
|
|
|
53559
53633
|
}
|
|
53560
53634
|
},
|
|
53561
53635
|
"createOnly": [
|
|
53562
|
-
"HarnessName"
|
|
53563
|
-
"Environment/AgentCoreRuntimeEnvironment/NetworkConfiguration"
|
|
53636
|
+
"HarnessName"
|
|
53564
53637
|
],
|
|
53565
53638
|
"primaryIdentifier": [
|
|
53566
53639
|
"Arn"
|
|
@@ -53631,6 +53704,11 @@
|
|
|
53631
53704
|
"kind": "property",
|
|
53632
53705
|
"lexicon": "aws"
|
|
53633
53706
|
},
|
|
53707
|
+
"HarnessLiteLlmModelConfig": {
|
|
53708
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessLiteLlmModelConfig",
|
|
53709
|
+
"kind": "property",
|
|
53710
|
+
"lexicon": "aws"
|
|
53711
|
+
},
|
|
53634
53712
|
"HarnessMemoryConfiguration": {
|
|
53635
53713
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessMemoryConfiguration",
|
|
53636
53714
|
"kind": "property",
|
|
@@ -53656,6 +53734,21 @@
|
|
|
53656
53734
|
"kind": "property",
|
|
53657
53735
|
"lexicon": "aws"
|
|
53658
53736
|
},
|
|
53737
|
+
"HarnessSkillGitAuth": {
|
|
53738
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillGitAuth",
|
|
53739
|
+
"kind": "property",
|
|
53740
|
+
"lexicon": "aws"
|
|
53741
|
+
},
|
|
53742
|
+
"HarnessSkillGitSource": {
|
|
53743
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillGitSource",
|
|
53744
|
+
"kind": "property",
|
|
53745
|
+
"lexicon": "aws"
|
|
53746
|
+
},
|
|
53747
|
+
"HarnessSkillS3Source": {
|
|
53748
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillS3Source",
|
|
53749
|
+
"kind": "property",
|
|
53750
|
+
"lexicon": "aws"
|
|
53751
|
+
},
|
|
53659
53752
|
"HarnessSlidingWindowConfiguration": {
|
|
53660
53753
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSlidingWindowConfiguration",
|
|
53661
53754
|
"kind": "property",
|
|
@@ -53721,6 +53814,11 @@
|
|
|
53721
53814
|
"kind": "property",
|
|
53722
53815
|
"lexicon": "aws"
|
|
53723
53816
|
},
|
|
53817
|
+
"Harness_EfsAccessPointConfiguration": {
|
|
53818
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.EfsAccessPointConfiguration",
|
|
53819
|
+
"kind": "property",
|
|
53820
|
+
"lexicon": "aws"
|
|
53821
|
+
},
|
|
53724
53822
|
"Harness_FilesystemConfiguration": {
|
|
53725
53823
|
"resourceType": "AWS::BedrockAgentCore::Harness.FilesystemConfiguration",
|
|
53726
53824
|
"kind": "property",
|
|
@@ -53786,6 +53884,11 @@
|
|
|
53786
53884
|
"kind": "property",
|
|
53787
53885
|
"lexicon": "aws"
|
|
53788
53886
|
},
|
|
53887
|
+
"Harness_HarnessLiteLlmModelConfig": {
|
|
53888
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessLiteLlmModelConfig",
|
|
53889
|
+
"kind": "property",
|
|
53890
|
+
"lexicon": "aws"
|
|
53891
|
+
},
|
|
53789
53892
|
"Harness_HarnessMemoryConfiguration": {
|
|
53790
53893
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessMemoryConfiguration",
|
|
53791
53894
|
"kind": "property",
|
|
@@ -53811,6 +53914,21 @@
|
|
|
53811
53914
|
"kind": "property",
|
|
53812
53915
|
"lexicon": "aws"
|
|
53813
53916
|
},
|
|
53917
|
+
"Harness_HarnessSkillGitAuth": {
|
|
53918
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillGitAuth",
|
|
53919
|
+
"kind": "property",
|
|
53920
|
+
"lexicon": "aws"
|
|
53921
|
+
},
|
|
53922
|
+
"Harness_HarnessSkillGitSource": {
|
|
53923
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillGitSource",
|
|
53924
|
+
"kind": "property",
|
|
53925
|
+
"lexicon": "aws"
|
|
53926
|
+
},
|
|
53927
|
+
"Harness_HarnessSkillS3Source": {
|
|
53928
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSkillS3Source",
|
|
53929
|
+
"kind": "property",
|
|
53930
|
+
"lexicon": "aws"
|
|
53931
|
+
},
|
|
53814
53932
|
"Harness_HarnessSlidingWindowConfiguration": {
|
|
53815
53933
|
"resourceType": "AWS::BedrockAgentCore::Harness.HarnessSlidingWindowConfiguration",
|
|
53816
53934
|
"kind": "property",
|
|
@@ -53851,6 +53969,11 @@
|
|
|
53851
53969
|
"kind": "property",
|
|
53852
53970
|
"lexicon": "aws"
|
|
53853
53971
|
},
|
|
53972
|
+
"Harness_ManagedVpcResource": {
|
|
53973
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.ManagedVpcResource",
|
|
53974
|
+
"kind": "property",
|
|
53975
|
+
"lexicon": "aws"
|
|
53976
|
+
},
|
|
53854
53977
|
"Harness_NetworkConfiguration": {
|
|
53855
53978
|
"resourceType": "AWS::BedrockAgentCore::Harness.NetworkConfiguration",
|
|
53856
53979
|
"kind": "property",
|
|
@@ -53861,6 +53984,26 @@
|
|
|
53861
53984
|
"kind": "property",
|
|
53862
53985
|
"lexicon": "aws"
|
|
53863
53986
|
},
|
|
53987
|
+
"Harness_PrivateEndpoint": {
|
|
53988
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.PrivateEndpoint",
|
|
53989
|
+
"kind": "property",
|
|
53990
|
+
"lexicon": "aws"
|
|
53991
|
+
},
|
|
53992
|
+
"Harness_PrivateEndpointOverride": {
|
|
53993
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.PrivateEndpointOverride",
|
|
53994
|
+
"kind": "property",
|
|
53995
|
+
"lexicon": "aws"
|
|
53996
|
+
},
|
|
53997
|
+
"Harness_S3FilesAccessPointConfiguration": {
|
|
53998
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.S3FilesAccessPointConfiguration",
|
|
53999
|
+
"kind": "property",
|
|
54000
|
+
"lexicon": "aws"
|
|
54001
|
+
},
|
|
54002
|
+
"Harness_SelfManagedLatticeResource": {
|
|
54003
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.SelfManagedLatticeResource",
|
|
54004
|
+
"kind": "property",
|
|
54005
|
+
"lexicon": "aws"
|
|
54006
|
+
},
|
|
53864
54007
|
"Harness_SessionStorageConfiguration": {
|
|
53865
54008
|
"resourceType": "AWS::BedrockAgentCore::Harness.SessionStorageConfiguration",
|
|
53866
54009
|
"kind": "property",
|
|
@@ -67256,6 +67399,53 @@
|
|
|
67256
67399
|
"kind": "property",
|
|
67257
67400
|
"lexicon": "aws"
|
|
67258
67401
|
},
|
|
67402
|
+
"LogAlarm": {
|
|
67403
|
+
"resourceType": "AWS::CloudWatch::LogAlarm",
|
|
67404
|
+
"kind": "resource",
|
|
67405
|
+
"lexicon": "aws",
|
|
67406
|
+
"attrs": {
|
|
67407
|
+
"Arn": "Arn"
|
|
67408
|
+
},
|
|
67409
|
+
"propertyConstraints": {
|
|
67410
|
+
"AlarmName": {
|
|
67411
|
+
"minLength": 1,
|
|
67412
|
+
"maxLength": 255
|
|
67413
|
+
},
|
|
67414
|
+
"ActionsEnabled": {
|
|
67415
|
+
"default": true
|
|
67416
|
+
},
|
|
67417
|
+
"ActionLogLineCount": {
|
|
67418
|
+
"minimum": 0,
|
|
67419
|
+
"maximum": 50
|
|
67420
|
+
}
|
|
67421
|
+
},
|
|
67422
|
+
"createOnly": [
|
|
67423
|
+
"AlarmName"
|
|
67424
|
+
],
|
|
67425
|
+
"primaryIdentifier": [
|
|
67426
|
+
"AlarmName"
|
|
67427
|
+
],
|
|
67428
|
+
"tagging": {
|
|
67429
|
+
"taggable": true,
|
|
67430
|
+
"tagOnCreate": true,
|
|
67431
|
+
"tagUpdatable": true
|
|
67432
|
+
}
|
|
67433
|
+
},
|
|
67434
|
+
"LogAlarm_ScheduleConfiguration": {
|
|
67435
|
+
"resourceType": "AWS::CloudWatch::LogAlarm.ScheduleConfiguration",
|
|
67436
|
+
"kind": "property",
|
|
67437
|
+
"lexicon": "aws"
|
|
67438
|
+
},
|
|
67439
|
+
"LogAlarm_ScheduledQueryConfiguration": {
|
|
67440
|
+
"resourceType": "AWS::CloudWatch::LogAlarm.ScheduledQueryConfiguration",
|
|
67441
|
+
"kind": "property",
|
|
67442
|
+
"lexicon": "aws"
|
|
67443
|
+
},
|
|
67444
|
+
"LogAlarm_Tag": {
|
|
67445
|
+
"resourceType": "AWS::CloudWatch::LogAlarm.Tag",
|
|
67446
|
+
"kind": "property",
|
|
67447
|
+
"lexicon": "aws"
|
|
67448
|
+
},
|
|
67259
67449
|
"LogAnomalyDetectionIntegration": {
|
|
67260
67450
|
"resourceType": "AWS::DevOpsGuru::LogAnomalyDetectionIntegration",
|
|
67261
67451
|
"kind": "resource",
|
|
@@ -69636,11 +69826,6 @@
|
|
|
69636
69826
|
"kind": "property",
|
|
69637
69827
|
"lexicon": "aws"
|
|
69638
69828
|
},
|
|
69639
|
-
"ManagedVpcResource": {
|
|
69640
|
-
"resourceType": "AWS::BedrockAgentCore::GatewayTarget.ManagedVpcResource",
|
|
69641
|
-
"kind": "property",
|
|
69642
|
-
"lexicon": "aws"
|
|
69643
|
-
},
|
|
69644
69829
|
"ManagedWordsConfig": {
|
|
69645
69830
|
"resourceType": "AWS::Bedrock::Guardrail.ManagedWordsConfig",
|
|
69646
69831
|
"kind": "property",
|
|
@@ -73362,6 +73547,11 @@
|
|
|
73362
73547
|
"kind": "property",
|
|
73363
73548
|
"lexicon": "aws"
|
|
73364
73549
|
},
|
|
73550
|
+
"MetricsBackupConfiguration": {
|
|
73551
|
+
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.MetricsBackupConfiguration",
|
|
73552
|
+
"kind": "property",
|
|
73553
|
+
"lexicon": "aws"
|
|
73554
|
+
},
|
|
73365
73555
|
"MetricsCollection": {
|
|
73366
73556
|
"resourceType": "AWS::AutoScaling::AutoScalingGroup.MetricsCollection",
|
|
73367
73557
|
"kind": "property",
|
|
@@ -76084,6 +76274,42 @@
|
|
|
76084
76274
|
"kind": "property",
|
|
76085
76275
|
"lexicon": "aws"
|
|
76086
76276
|
},
|
|
76277
|
+
"NeptuneGlobalCluster": {
|
|
76278
|
+
"resourceType": "AWS::Neptune::GlobalCluster",
|
|
76279
|
+
"kind": "resource",
|
|
76280
|
+
"lexicon": "aws",
|
|
76281
|
+
"propertyConstraints": {
|
|
76282
|
+
"GlobalClusterIdentifier": {
|
|
76283
|
+
"pattern": "^[A-Za-z][0-9A-Za-z-:._]*$",
|
|
76284
|
+
"minLength": 1,
|
|
76285
|
+
"maxLength": 255
|
|
76286
|
+
},
|
|
76287
|
+
"Engine": {
|
|
76288
|
+
"enum": [
|
|
76289
|
+
"neptune"
|
|
76290
|
+
]
|
|
76291
|
+
}
|
|
76292
|
+
},
|
|
76293
|
+
"createOnly": [
|
|
76294
|
+
"GlobalClusterIdentifier",
|
|
76295
|
+
"SourceDBClusterIdentifier",
|
|
76296
|
+
"Engine",
|
|
76297
|
+
"StorageEncrypted"
|
|
76298
|
+
],
|
|
76299
|
+
"primaryIdentifier": [
|
|
76300
|
+
"GlobalClusterIdentifier"
|
|
76301
|
+
],
|
|
76302
|
+
"tagging": {
|
|
76303
|
+
"taggable": true,
|
|
76304
|
+
"tagOnCreate": true,
|
|
76305
|
+
"tagUpdatable": true
|
|
76306
|
+
}
|
|
76307
|
+
},
|
|
76308
|
+
"NeptuneGlobalCluster_Tag": {
|
|
76309
|
+
"resourceType": "AWS::Neptune::GlobalCluster.Tag",
|
|
76310
|
+
"kind": "property",
|
|
76311
|
+
"lexicon": "aws"
|
|
76312
|
+
},
|
|
76087
76313
|
"NeptuneGlobalDatabaseConfiguration": {
|
|
76088
76314
|
"resourceType": "AWS::ARCRegionSwitch::Plan.NeptuneGlobalDatabaseConfiguration",
|
|
76089
76315
|
"kind": "property",
|
|
@@ -79846,6 +80072,11 @@
|
|
|
79846
80072
|
"kind": "property",
|
|
79847
80073
|
"lexicon": "aws"
|
|
79848
80074
|
},
|
|
80075
|
+
"OrganizationCentralizationRule_DestinationMetricsConfiguration": {
|
|
80076
|
+
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.DestinationMetricsConfiguration",
|
|
80077
|
+
"kind": "property",
|
|
80078
|
+
"lexicon": "aws"
|
|
80079
|
+
},
|
|
79849
80080
|
"OrganizationCentralizationRule_LogGroupNameConfiguration": {
|
|
79850
80081
|
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.LogGroupNameConfiguration",
|
|
79851
80082
|
"kind": "property",
|
|
@@ -79861,11 +80092,21 @@
|
|
|
79861
80092
|
"kind": "property",
|
|
79862
80093
|
"lexicon": "aws"
|
|
79863
80094
|
},
|
|
80095
|
+
"OrganizationCentralizationRule_MetricsBackupConfiguration": {
|
|
80096
|
+
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.MetricsBackupConfiguration",
|
|
80097
|
+
"kind": "property",
|
|
80098
|
+
"lexicon": "aws"
|
|
80099
|
+
},
|
|
79864
80100
|
"OrganizationCentralizationRule_SourceLogsConfiguration": {
|
|
79865
80101
|
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.SourceLogsConfiguration",
|
|
79866
80102
|
"kind": "property",
|
|
79867
80103
|
"lexicon": "aws"
|
|
79868
80104
|
},
|
|
80105
|
+
"OrganizationCentralizationRule_SourceMetricsConfiguration": {
|
|
80106
|
+
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.SourceMetricsConfiguration",
|
|
80107
|
+
"kind": "property",
|
|
80108
|
+
"lexicon": "aws"
|
|
80109
|
+
},
|
|
79869
80110
|
"OrganizationCentralizationRule_Tag": {
|
|
79870
80111
|
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.Tag",
|
|
79871
80112
|
"kind": "property",
|
|
@@ -84750,6 +84991,11 @@
|
|
|
84750
84991
|
"kind": "property",
|
|
84751
84992
|
"lexicon": "aws"
|
|
84752
84993
|
},
|
|
84994
|
+
"PolicyItem": {
|
|
84995
|
+
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.PolicyItem",
|
|
84996
|
+
"kind": "property",
|
|
84997
|
+
"lexicon": "aws"
|
|
84998
|
+
},
|
|
84753
84999
|
"PolicyMap": {
|
|
84754
85000
|
"resourceType": "AWS::ResilienceHub::ResiliencyPolicy.PolicyMap",
|
|
84755
85001
|
"kind": "property",
|
|
@@ -85845,6 +86091,16 @@
|
|
|
85845
86091
|
"kind": "property",
|
|
85846
86092
|
"lexicon": "aws"
|
|
85847
86093
|
},
|
|
86094
|
+
"PrivateEndpoint": {
|
|
86095
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.PrivateEndpoint",
|
|
86096
|
+
"kind": "property",
|
|
86097
|
+
"lexicon": "aws"
|
|
86098
|
+
},
|
|
86099
|
+
"PrivateEndpointOverride": {
|
|
86100
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.PrivateEndpointOverride",
|
|
86101
|
+
"kind": "property",
|
|
86102
|
+
"lexicon": "aws"
|
|
86103
|
+
},
|
|
85848
86104
|
"PrivateGraphEndpoint": {
|
|
85849
86105
|
"resourceType": "AWS::NeptuneGraph::PrivateGraphEndpoint",
|
|
85850
86106
|
"kind": "resource",
|
|
@@ -100385,6 +100641,11 @@
|
|
|
100385
100641
|
"kind": "property",
|
|
100386
100642
|
"lexicon": "aws"
|
|
100387
100643
|
},
|
|
100644
|
+
"RestrictedInstanceGroupsConfig": {
|
|
100645
|
+
"resourceType": "AWS::SageMaker::Cluster.RestrictedInstanceGroupsConfig",
|
|
100646
|
+
"kind": "property",
|
|
100647
|
+
"lexicon": "aws"
|
|
100648
|
+
},
|
|
100388
100649
|
"RestrictedPeriod": {
|
|
100389
100650
|
"resourceType": "AWS::ConnectCampaignsV2::Campaign.RestrictedPeriod",
|
|
100390
100651
|
"kind": "property",
|
|
@@ -102984,11 +103245,6 @@
|
|
|
102984
103245
|
"tagUpdatable": true
|
|
102985
103246
|
}
|
|
102986
103247
|
},
|
|
102987
|
-
"S3FilesAccessPointConfiguration": {
|
|
102988
|
-
"resourceType": "AWS::BedrockAgentCore::Runtime.S3FilesAccessPointConfiguration",
|
|
102989
|
-
"kind": "property",
|
|
102990
|
-
"lexicon": "aws"
|
|
102991
|
-
},
|
|
102992
103248
|
"S3FilesAccessPoint_AccessPointTag": {
|
|
102993
103249
|
"resourceType": "AWS::S3Files::AccessPoint.AccessPointTag",
|
|
102994
103250
|
"kind": "property",
|
|
@@ -104296,6 +104552,11 @@
|
|
|
104296
104552
|
"InstanceId": {
|
|
104297
104553
|
"pattern": "(^i-(\\w{8}|\\w{17})$)|(^mi-\\w{17}$)"
|
|
104298
104554
|
},
|
|
104555
|
+
"AssociationDispatchAssumeRole": {
|
|
104556
|
+
"pattern": "arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+",
|
|
104557
|
+
"minLength": 1,
|
|
104558
|
+
"maxLength": 512
|
|
104559
|
+
},
|
|
104299
104560
|
"WaitForSuccessTimeoutSeconds": {
|
|
104300
104561
|
"minimum": 15,
|
|
104301
104562
|
"maximum": 172800
|
|
@@ -104341,7 +104602,12 @@
|
|
|
104341
104602
|
],
|
|
104342
104603
|
"primaryIdentifier": [
|
|
104343
104604
|
"AssociationId"
|
|
104344
|
-
]
|
|
104605
|
+
],
|
|
104606
|
+
"tagging": {
|
|
104607
|
+
"taggable": true,
|
|
104608
|
+
"tagOnCreate": true,
|
|
104609
|
+
"tagUpdatable": true
|
|
104610
|
+
}
|
|
104345
104611
|
},
|
|
104346
104612
|
"SSMAssociation_InstanceAssociationOutputLocation": {
|
|
104347
104613
|
"resourceType": "AWS::SSM::Association.InstanceAssociationOutputLocation",
|
|
@@ -104353,6 +104619,11 @@
|
|
|
104353
104619
|
"kind": "property",
|
|
104354
104620
|
"lexicon": "aws"
|
|
104355
104621
|
},
|
|
104622
|
+
"SSMAssociation_Tag": {
|
|
104623
|
+
"resourceType": "AWS::SSM::Association.Tag",
|
|
104624
|
+
"kind": "property",
|
|
104625
|
+
"lexicon": "aws"
|
|
104626
|
+
},
|
|
104356
104627
|
"SSMAssociation_Target": {
|
|
104357
104628
|
"resourceType": "AWS::SSM::Association.Target",
|
|
104358
104629
|
"kind": "property",
|
|
@@ -104845,6 +105116,11 @@
|
|
|
104845
105116
|
"kind": "property",
|
|
104846
105117
|
"lexicon": "aws"
|
|
104847
105118
|
},
|
|
105119
|
+
"SageMakerCluster_RestrictedInstanceGroupsConfig": {
|
|
105120
|
+
"resourceType": "AWS::SageMaker::Cluster.RestrictedInstanceGroupsConfig",
|
|
105121
|
+
"kind": "property",
|
|
105122
|
+
"lexicon": "aws"
|
|
105123
|
+
},
|
|
104848
105124
|
"SageMakerCluster_RollingUpdatePolicy": {
|
|
104849
105125
|
"resourceType": "AWS::SageMaker::Cluster.RollingUpdatePolicy",
|
|
104850
105126
|
"kind": "property",
|
|
@@ -104855,6 +105131,11 @@
|
|
|
104855
105131
|
"kind": "property",
|
|
104856
105132
|
"lexicon": "aws"
|
|
104857
105133
|
},
|
|
105134
|
+
"SageMakerCluster_SharedEnvironmentConfig": {
|
|
105135
|
+
"resourceType": "AWS::SageMaker::Cluster.SharedEnvironmentConfig",
|
|
105136
|
+
"kind": "property",
|
|
105137
|
+
"lexicon": "aws"
|
|
105138
|
+
},
|
|
104858
105139
|
"SageMakerCluster_Tag": {
|
|
104859
105140
|
"resourceType": "AWS::SageMaker::Cluster.Tag",
|
|
104860
105141
|
"kind": "property",
|
|
@@ -106093,6 +106374,11 @@
|
|
|
106093
106374
|
"kind": "property",
|
|
106094
106375
|
"lexicon": "aws"
|
|
106095
106376
|
},
|
|
106377
|
+
"ScheduledQueryConfiguration": {
|
|
106378
|
+
"resourceType": "AWS::CloudWatch::LogAlarm.ScheduledQueryConfiguration",
|
|
106379
|
+
"kind": "property",
|
|
106380
|
+
"lexicon": "aws"
|
|
106381
|
+
},
|
|
106096
106382
|
"ScheduledUpdateConfig": {
|
|
106097
106383
|
"resourceType": "AWS::SageMaker::Cluster.ScheduledUpdateConfig",
|
|
106098
106384
|
"kind": "property",
|
|
@@ -107616,6 +107902,11 @@
|
|
|
107616
107902
|
"kind": "property",
|
|
107617
107903
|
"lexicon": "aws"
|
|
107618
107904
|
},
|
|
107905
|
+
"SelfManagedLatticeResource": {
|
|
107906
|
+
"resourceType": "AWS::BedrockAgentCore::Harness.SelfManagedLatticeResource",
|
|
107907
|
+
"kind": "property",
|
|
107908
|
+
"lexicon": "aws"
|
|
107909
|
+
},
|
|
107619
107910
|
"SelfManagedMode": {
|
|
107620
107911
|
"resourceType": "AWS::DevOpsAgent::PrivateConnection.SelfManagedMode",
|
|
107621
107912
|
"kind": "property",
|
|
@@ -109504,6 +109795,11 @@
|
|
|
109504
109795
|
"kind": "property",
|
|
109505
109796
|
"lexicon": "aws"
|
|
109506
109797
|
},
|
|
109798
|
+
"SharedEnvironmentConfig": {
|
|
109799
|
+
"resourceType": "AWS::SageMaker::Cluster.SharedEnvironmentConfig",
|
|
109800
|
+
"kind": "property",
|
|
109801
|
+
"lexicon": "aws"
|
|
109802
|
+
},
|
|
109507
109803
|
"SharingConfig": {
|
|
109508
109804
|
"resourceType": "AWS::VpcLattice::ServiceNetwork.SharingConfig",
|
|
109509
109805
|
"kind": "property",
|
|
@@ -110950,6 +111246,11 @@
|
|
|
110950
111246
|
"kind": "property",
|
|
110951
111247
|
"lexicon": "aws"
|
|
110952
111248
|
},
|
|
111249
|
+
"SourceMetricsConfiguration": {
|
|
111250
|
+
"resourceType": "AWS::ObservabilityAdmin::OrganizationCentralizationRule.SourceMetricsConfiguration",
|
|
111251
|
+
"kind": "property",
|
|
111252
|
+
"lexicon": "aws"
|
|
111253
|
+
},
|
|
110953
111254
|
"SourceMonitoringConfig": {
|
|
110954
111255
|
"resourceType": "AWS::MediaConnect::Flow.SourceMonitoringConfig",
|
|
110955
111256
|
"kind": "property",
|
|
@@ -110965,6 +111266,11 @@
|
|
|
110965
111266
|
"kind": "property",
|
|
110966
111267
|
"lexicon": "aws"
|
|
110967
111268
|
},
|
|
111269
|
+
"SourceSecurityGroup": {
|
|
111270
|
+
"resourceType": "AWS::ElasticLoadBalancing::LoadBalancer.SourceSecurityGroup",
|
|
111271
|
+
"kind": "property",
|
|
111272
|
+
"lexicon": "aws"
|
|
111273
|
+
},
|
|
110968
111274
|
"SourceSegment": {
|
|
110969
111275
|
"resourceType": "AWS::CustomerProfiles::SegmentDefinition.SourceSegment",
|
|
110970
111276
|
"kind": "property",
|
|
@@ -113777,6 +114083,11 @@
|
|
|
113777
114083
|
"kind": "property",
|
|
113778
114084
|
"lexicon": "aws"
|
|
113779
114085
|
},
|
|
114086
|
+
"SubtitlingConfig": {
|
|
114087
|
+
"resourceType": "AWS::ElementalInference::Feed.SubtitlingConfig",
|
|
114088
|
+
"kind": "property",
|
|
114089
|
+
"lexicon": "aws"
|
|
114090
|
+
},
|
|
113780
114091
|
"SuccessConditions": {
|
|
113781
114092
|
"resourceType": "AWS::CodePipeline::Pipeline.SuccessConditions",
|
|
113782
114093
|
"kind": "property",
|
|
@@ -114739,6 +115050,11 @@
|
|
|
114739
115050
|
"kind": "property",
|
|
114740
115051
|
"lexicon": "aws"
|
|
114741
115052
|
},
|
|
115053
|
+
"TagFieldSpecification": {
|
|
115054
|
+
"resourceType": "AWS::EC2::FlowLog.TagFieldSpecification",
|
|
115055
|
+
"kind": "property",
|
|
115056
|
+
"lexicon": "aws"
|
|
115057
|
+
},
|
|
114742
115058
|
"TagMap": {
|
|
114743
115059
|
"resourceType": "AWS::ImageBuilder::InfrastructureConfiguration.TagMap",
|
|
114744
115060
|
"kind": "property",
|
|
@@ -120256,7 +120572,7 @@
|
|
|
120256
120572
|
"pattern": "^\\S{1,255}$"
|
|
120257
120573
|
},
|
|
120258
120574
|
"Name": {
|
|
120259
|
-
"pattern": "^[A-Za-z0-9][A-Za-z0-
|
|
120575
|
+
"pattern": "^[A-Za-z0-9][A-Za-z0-9 _\\-]{1,59}$"
|
|
120260
120576
|
},
|
|
120261
120577
|
"Description": {
|
|
120262
120578
|
"maxLength": 500
|