@intentius/chant-lexicon-aws 0.0.12 → 0.0.13
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 +446 -59
- package/dist/types/index.d.ts +381 -0
- package/package.json +2 -2
- package/src/codegen/docs.ts +1 -0
- package/src/codegen/generate-typescript.ts +1 -1
- package/src/codegen/generate.ts +3 -2
- package/src/composites/composites.test.ts +148 -0
- package/src/composites/index.ts +2 -0
- package/src/composites/rds-instance.ts +173 -0
- package/src/coverage.test.ts +31 -0
- package/src/generated/index.d.ts +381 -0
- package/src/generated/index.ts +85 -85
- package/src/generated/lexicon-aws.json +446 -59
- package/src/index.ts +2 -2
- package/src/spec/parse.test.ts +50 -0
- package/src/spec/parse.ts +9 -6
- package/src/validate.test.ts +34 -0
package/dist/meta.json
CHANGED
|
@@ -2484,7 +2484,12 @@
|
|
|
2484
2484
|
"AgentSpaceId": "AgentSpaceId",
|
|
2485
2485
|
"CreatedAt": "CreatedAt",
|
|
2486
2486
|
"UpdatedAt": "UpdatedAt",
|
|
2487
|
-
"Arn": "Arn"
|
|
2487
|
+
"Arn": "Arn",
|
|
2488
|
+
"OperatorApp_Iam_CreatedAt": "OperatorApp.Iam.CreatedAt",
|
|
2489
|
+
"OperatorApp_Iam_UpdatedAt": "OperatorApp.Iam.UpdatedAt",
|
|
2490
|
+
"OperatorApp_Idc_IdcApplicationArn": "OperatorApp.Idc.IdcApplicationArn",
|
|
2491
|
+
"OperatorApp_Idc_CreatedAt": "OperatorApp.Idc.CreatedAt",
|
|
2492
|
+
"OperatorApp_Idc_UpdatedAt": "OperatorApp.Idc.UpdatedAt"
|
|
2488
2493
|
},
|
|
2489
2494
|
"propertyConstraints": {
|
|
2490
2495
|
"AgentSpaceId": {
|
|
@@ -6948,7 +6953,8 @@
|
|
|
6948
6953
|
"lexicon": "aws",
|
|
6949
6954
|
"attrs": {
|
|
6950
6955
|
"SubscriptionArn": "SubscriptionArn",
|
|
6951
|
-
"AccountId": "AccountId"
|
|
6956
|
+
"AccountId": "AccountId",
|
|
6957
|
+
"Subscribers_*_Status": "Subscribers.*.Status"
|
|
6952
6958
|
},
|
|
6953
6959
|
"propertyConstraints": {
|
|
6954
6960
|
"SubscriptionName": {
|
|
@@ -9002,6 +9008,8 @@
|
|
|
9002
9008
|
"attrs": {
|
|
9003
9009
|
"ApiId": "ApiId",
|
|
9004
9010
|
"Dns": "Dns",
|
|
9011
|
+
"Dns_Realtime": "Dns.Realtime",
|
|
9012
|
+
"Dns_Http": "Dns.Http",
|
|
9005
9013
|
"ApiArn": "ApiArn"
|
|
9006
9014
|
},
|
|
9007
9015
|
"primaryIdentifier": [
|
|
@@ -9891,6 +9899,9 @@
|
|
|
9891
9899
|
"Arn": "Arn",
|
|
9892
9900
|
"VersionId": "VersionId",
|
|
9893
9901
|
"NumberOfApprovers": "NumberOfApprovers",
|
|
9902
|
+
"Approvers_*_ApproverId": "Approvers.*.ApproverId",
|
|
9903
|
+
"Approvers_*_ResponseTime": "Approvers.*.ResponseTime",
|
|
9904
|
+
"Approvers_*_PrimaryIdentityStatus": "Approvers.*.PrimaryIdentityStatus",
|
|
9894
9905
|
"UpdateSessionArn": "UpdateSessionArn",
|
|
9895
9906
|
"CreationTime": "CreationTime",
|
|
9896
9907
|
"LastUpdateTime": "LastUpdateTime",
|
|
@@ -10209,7 +10220,15 @@
|
|
|
10209
10220
|
"lexicon": "aws",
|
|
10210
10221
|
"attrs": {
|
|
10211
10222
|
"AssetModelArn": "AssetModelArn",
|
|
10212
|
-
"AssetModelId": "AssetModelId"
|
|
10223
|
+
"AssetModelId": "AssetModelId",
|
|
10224
|
+
"AssetModelProperties_*_Id": "AssetModelProperties.*.Id",
|
|
10225
|
+
"AssetModelProperties_*_Type_Transform_Variables_*_Value_PropertyId": "AssetModelProperties.*.Type.Transform.Variables.*.Value.PropertyId",
|
|
10226
|
+
"AssetModelProperties_*_Type_Metric_Variables_*_Value_PropertyId": "AssetModelProperties.*.Type.Metric.Variables.*.Value.PropertyId",
|
|
10227
|
+
"AssetModelHierarchies_*_Id": "AssetModelHierarchies.*.Id",
|
|
10228
|
+
"AssetModelCompositeModels_*_Id": "AssetModelCompositeModels.*.Id",
|
|
10229
|
+
"AssetModelCompositeModels_*_CompositeModelProperties_*_Id": "AssetModelCompositeModels.*.CompositeModelProperties.*.Id",
|
|
10230
|
+
"AssetModelCompositeModels_*_CompositeModelProperties_*_Type_Transform_Variables_*_Value_PropertyId": "AssetModelCompositeModels.*.CompositeModelProperties.*.Type.Transform.Variables.*.Value.PropertyId",
|
|
10231
|
+
"AssetModelCompositeModels_*_CompositeModelProperties_*_Type_Metric_Variables_*_Value_PropertyId": "AssetModelCompositeModels.*.CompositeModelProperties.*.Type.Metric.Variables.*.Value.PropertyId"
|
|
10213
10232
|
},
|
|
10214
10233
|
"propertyConstraints": {
|
|
10215
10234
|
"AssetModelId": {
|
|
@@ -12785,7 +12804,8 @@
|
|
|
12785
12804
|
"DataSourceStatus": "DataSourceStatus",
|
|
12786
12805
|
"CreatedAt": "CreatedAt",
|
|
12787
12806
|
"UpdatedAt": "UpdatedAt",
|
|
12788
|
-
"FailureReasons": "FailureReasons"
|
|
12807
|
+
"FailureReasons": "FailureReasons",
|
|
12808
|
+
"DataSourceConfiguration_WebConfiguration_CrawlerConfiguration_UserAgentHeader": "DataSourceConfiguration.WebConfiguration.CrawlerConfiguration.UserAgentHeader"
|
|
12789
12809
|
},
|
|
12790
12810
|
"propertyConstraints": {
|
|
12791
12811
|
"DataSourceId": {
|
|
@@ -15062,6 +15082,13 @@
|
|
|
15062
15082
|
"DomainName": "DomainName",
|
|
15063
15083
|
"DualStackDomainName": "DualStackDomainName",
|
|
15064
15084
|
"RegionalDomainName": "RegionalDomainName",
|
|
15085
|
+
"MetadataTableConfiguration_S3TablesDestination_TableNamespace": "MetadataTableConfiguration.S3TablesDestination.TableNamespace",
|
|
15086
|
+
"MetadataTableConfiguration_S3TablesDestination_TableArn": "MetadataTableConfiguration.S3TablesDestination.TableArn",
|
|
15087
|
+
"MetadataConfiguration_Destination": "MetadataConfiguration.Destination",
|
|
15088
|
+
"MetadataConfiguration_JournalTableConfiguration_TableName": "MetadataConfiguration.JournalTableConfiguration.TableName",
|
|
15089
|
+
"MetadataConfiguration_JournalTableConfiguration_TableArn": "MetadataConfiguration.JournalTableConfiguration.TableArn",
|
|
15090
|
+
"MetadataConfiguration_InventoryTableConfiguration_TableName": "MetadataConfiguration.InventoryTableConfiguration.TableName",
|
|
15091
|
+
"MetadataConfiguration_InventoryTableConfiguration_TableArn": "MetadataConfiguration.InventoryTableConfiguration.TableArn",
|
|
15065
15092
|
"WebsiteURL": "WebsiteURL"
|
|
15066
15093
|
},
|
|
15067
15094
|
"constraints": [
|
|
@@ -15953,7 +15980,11 @@
|
|
|
15953
15980
|
"kind": "resource",
|
|
15954
15981
|
"lexicon": "aws",
|
|
15955
15982
|
"attrs": {
|
|
15956
|
-
"
|
|
15983
|
+
"ConfigurationEndpoint_Address": "ConfigurationEndpoint.Address",
|
|
15984
|
+
"Id": "Id",
|
|
15985
|
+
"ConfigurationEndpoint_Port": "ConfigurationEndpoint.Port",
|
|
15986
|
+
"RedisEndpoint_Port": "RedisEndpoint.Port",
|
|
15987
|
+
"RedisEndpoint_Address": "RedisEndpoint.Address"
|
|
15957
15988
|
},
|
|
15958
15989
|
"constraints": [
|
|
15959
15990
|
{
|
|
@@ -16336,7 +16367,8 @@
|
|
|
16336
16367
|
"lexicon": "aws",
|
|
16337
16368
|
"attrs": {
|
|
16338
16369
|
"Id": "Id",
|
|
16339
|
-
"State": "State"
|
|
16370
|
+
"State": "State",
|
|
16371
|
+
"Code_SourceLocationArn": "Code.SourceLocationArn"
|
|
16340
16372
|
},
|
|
16341
16373
|
"propertyConstraints": {
|
|
16342
16374
|
"Name": {
|
|
@@ -17475,6 +17507,7 @@
|
|
|
17475
17507
|
"lexicon": "aws",
|
|
17476
17508
|
"attrs": {
|
|
17477
17509
|
"FunctionARN": "FunctionARN",
|
|
17510
|
+
"FunctionMetadata_FunctionARN": "FunctionMetadata.FunctionARN",
|
|
17478
17511
|
"Stage": "Stage"
|
|
17479
17512
|
},
|
|
17480
17513
|
"createOnly": [
|
|
@@ -18724,7 +18757,21 @@
|
|
|
18724
18757
|
"ScanIpIds": "ScanIpIds",
|
|
18725
18758
|
"Shape": "Shape",
|
|
18726
18759
|
"StorageSizeInGBs": "StorageSizeInGBs",
|
|
18727
|
-
"VipIds": "VipIds"
|
|
18760
|
+
"VipIds": "VipIds",
|
|
18761
|
+
"DbNodes_*_DbNodeId": "DbNodes.*.DbNodeId",
|
|
18762
|
+
"DbNodes_*_Status": "DbNodes.*.Status",
|
|
18763
|
+
"DbNodes_*_MemorySizeInGBs": "DbNodes.*.MemorySizeInGBs",
|
|
18764
|
+
"DbNodes_*_DbNodeStorageSizeInGBs": "DbNodes.*.DbNodeStorageSizeInGBs",
|
|
18765
|
+
"DbNodes_*_CpuCoreCount": "DbNodes.*.CpuCoreCount",
|
|
18766
|
+
"DbNodes_*_Hostname": "DbNodes.*.Hostname",
|
|
18767
|
+
"DbNodes_*_DbNodeArn": "DbNodes.*.DbNodeArn",
|
|
18768
|
+
"DbNodes_*_Ocid": "DbNodes.*.Ocid",
|
|
18769
|
+
"DbNodes_*_DbSystemId": "DbNodes.*.DbSystemId",
|
|
18770
|
+
"DbNodes_*_BackupIpId": "DbNodes.*.BackupIpId",
|
|
18771
|
+
"DbNodes_*_BackupVnic2Id": "DbNodes.*.BackupVnic2Id",
|
|
18772
|
+
"DbNodes_*_VnicId": "DbNodes.*.VnicId",
|
|
18773
|
+
"DbNodes_*_Vnic2Id": "DbNodes.*.Vnic2Id",
|
|
18774
|
+
"DbNodes_*_HostIpId": "DbNodes.*.HostIpId"
|
|
18728
18775
|
},
|
|
18729
18776
|
"propertyConstraints": {
|
|
18730
18777
|
"ClusterName": {
|
|
@@ -21499,6 +21546,7 @@
|
|
|
21499
21546
|
"lexicon": "aws",
|
|
21500
21547
|
"attrs": {
|
|
21501
21548
|
"ConfigRuleId": "ConfigRuleId",
|
|
21549
|
+
"Compliance_Type": "Compliance.Type",
|
|
21502
21550
|
"Arn": "Arn"
|
|
21503
21551
|
},
|
|
21504
21552
|
"propertyConstraints": {
|
|
@@ -21730,7 +21778,8 @@
|
|
|
21730
21778
|
"CreatedAt": "CreatedAt",
|
|
21731
21779
|
"LastModifiedAt": "LastModifiedAt",
|
|
21732
21780
|
"ManagerArn": "ManagerArn",
|
|
21733
|
-
"StatusSummaries": "StatusSummaries"
|
|
21781
|
+
"StatusSummaries": "StatusSummaries",
|
|
21782
|
+
"ConfigurationDefinitions_*_id": "ConfigurationDefinitions.*.id"
|
|
21734
21783
|
},
|
|
21735
21784
|
"propertyConstraints": {
|
|
21736
21785
|
"Description": {
|
|
@@ -24773,7 +24822,11 @@
|
|
|
24773
24822
|
"lexicon": "aws",
|
|
24774
24823
|
"attrs": {
|
|
24775
24824
|
"Arn": "Arn",
|
|
24776
|
-
"LatestVersion": "LatestVersion"
|
|
24825
|
+
"LatestVersion": "LatestVersion",
|
|
24826
|
+
"LatestVersion_Arn": "LatestVersion.Arn",
|
|
24827
|
+
"LatestVersion_Major": "LatestVersion.Major",
|
|
24828
|
+
"LatestVersion_Minor": "LatestVersion.Minor",
|
|
24829
|
+
"LatestVersion_Patch": "LatestVersion.Patch"
|
|
24777
24830
|
},
|
|
24778
24831
|
"propertyConstraints": {
|
|
24779
24832
|
"PlatformOverride": {
|
|
@@ -26417,7 +26470,9 @@
|
|
|
26417
26470
|
"attrs": {
|
|
26418
26471
|
"LastUpdatedAt": "LastUpdatedAt",
|
|
26419
26472
|
"CreatedAt": "CreatedAt",
|
|
26420
|
-
"
|
|
26473
|
+
"RuleBasedMatching_Status": "RuleBasedMatching.Status",
|
|
26474
|
+
"Stats": "Stats",
|
|
26475
|
+
"DataStore_Readiness": "DataStore.Readiness"
|
|
26421
26476
|
},
|
|
26422
26477
|
"propertyConstraints": {
|
|
26423
26478
|
"DomainName": {
|
|
@@ -31304,7 +31359,11 @@
|
|
|
31304
31359
|
"DBClusterArn": "DBClusterArn",
|
|
31305
31360
|
"DBClusterResourceId": "DBClusterResourceId",
|
|
31306
31361
|
"Endpoint": "Endpoint",
|
|
31362
|
+
"Endpoint_Address": "Endpoint.Address",
|
|
31363
|
+
"Endpoint_Port": "Endpoint.Port",
|
|
31307
31364
|
"ReadEndpoint": "ReadEndpoint",
|
|
31365
|
+
"ReadEndpoint_Address": "ReadEndpoint.Address",
|
|
31366
|
+
"MasterUserSecret_SecretArn": "MasterUserSecret.SecretArn",
|
|
31308
31367
|
"StorageThroughput": "StorageThroughput"
|
|
31309
31368
|
},
|
|
31310
31369
|
"constraints": [
|
|
@@ -31922,7 +31981,12 @@
|
|
|
31922
31981
|
"attrs": {
|
|
31923
31982
|
"AutomaticRestartTime": "AutomaticRestartTime",
|
|
31924
31983
|
"CertificateDetails": "CertificateDetails",
|
|
31984
|
+
"CertificateDetails_CAIdentifier": "CertificateDetails.CAIdentifier",
|
|
31985
|
+
"CertificateDetails_ValidTill": "CertificateDetails.ValidTill",
|
|
31925
31986
|
"Endpoint": "Endpoint",
|
|
31987
|
+
"Endpoint_Address": "Endpoint.Address",
|
|
31988
|
+
"Endpoint_Port": "Endpoint.Port",
|
|
31989
|
+
"Endpoint_HostedZoneId": "Endpoint.HostedZoneId",
|
|
31926
31990
|
"DbiResourceId": "DbiResourceId",
|
|
31927
31991
|
"DBInstanceArn": "DBInstanceArn",
|
|
31928
31992
|
"DBInstanceStatus": "DBInstanceStatus",
|
|
@@ -31930,6 +31994,10 @@
|
|
|
31930
31994
|
"IsStorageConfigUpgradeAvailable": "IsStorageConfigUpgradeAvailable",
|
|
31931
31995
|
"LatestRestorableTime": "LatestRestorableTime",
|
|
31932
31996
|
"ListenerEndpoint": "ListenerEndpoint",
|
|
31997
|
+
"ListenerEndpoint_Address": "ListenerEndpoint.Address",
|
|
31998
|
+
"ListenerEndpoint_Port": "ListenerEndpoint.Port",
|
|
31999
|
+
"ListenerEndpoint_HostedZoneId": "ListenerEndpoint.HostedZoneId",
|
|
32000
|
+
"MasterUserSecret_SecretArn": "MasterUserSecret.SecretArn",
|
|
31933
32001
|
"PercentProgress": "PercentProgress",
|
|
31934
32002
|
"ReadReplicaDBClusterIdentifiers": "ReadReplicaDBClusterIdentifiers",
|
|
31935
32003
|
"ReadReplicaDBInstanceIdentifiers": "ReadReplicaDBInstanceIdentifiers",
|
|
@@ -35596,6 +35664,8 @@
|
|
|
35596
35664
|
"AttachmentState": "AttachmentState",
|
|
35597
35665
|
"State": "State",
|
|
35598
35666
|
"ResourceType": "ResourceType",
|
|
35667
|
+
"Location_AvailabilityZone": "Location.AvailabilityZone",
|
|
35668
|
+
"Location_RegionName": "Location.RegionName",
|
|
35599
35669
|
"SupportCode": "SupportCode",
|
|
35600
35670
|
"DiskArn": "DiskArn"
|
|
35601
35671
|
},
|
|
@@ -37703,7 +37773,9 @@
|
|
|
37703
37773
|
"lexicon": "aws",
|
|
37704
37774
|
"attrs": {
|
|
37705
37775
|
"Arn": "Arn",
|
|
37706
|
-
"FileSystemId": "FileSystemId"
|
|
37776
|
+
"FileSystemId": "FileSystemId",
|
|
37777
|
+
"ReplicationConfiguration_Destinations_*_Status": "ReplicationConfiguration.Destinations.*.Status",
|
|
37778
|
+
"ReplicationConfiguration_Destinations_*_StatusMessage": "ReplicationConfiguration.Destinations.*.StatusMessage"
|
|
37707
37779
|
},
|
|
37708
37780
|
"createOnly": [
|
|
37709
37781
|
"AvailabilityZoneName",
|
|
@@ -37820,7 +37892,9 @@
|
|
|
37820
37892
|
"Status": "Status",
|
|
37821
37893
|
"CreatedAt": "CreatedAt",
|
|
37822
37894
|
"ModifiedAt": "ModifiedAt",
|
|
37823
|
-
"Version": "Version"
|
|
37895
|
+
"Version": "Version",
|
|
37896
|
+
"Configuration_ArgoCd_ServerUrl": "Configuration.ArgoCd.ServerUrl",
|
|
37897
|
+
"Configuration_ArgoCd_AwsIdc_IdcManagedApplicationArn": "Configuration.ArgoCd.AwsIdc.IdcManagedApplicationArn"
|
|
37824
37898
|
},
|
|
37825
37899
|
"propertyConstraints": {
|
|
37826
37900
|
"ClusterName": {
|
|
@@ -37910,7 +37984,8 @@
|
|
|
37910
37984
|
"CertificateAuthorityData": "CertificateAuthorityData",
|
|
37911
37985
|
"ClusterSecurityGroupId": "ClusterSecurityGroupId",
|
|
37912
37986
|
"EncryptionConfigKeyArn": "EncryptionConfigKeyArn",
|
|
37913
|
-
"OpenIdConnectIssuerUrl": "OpenIdConnectIssuerUrl"
|
|
37987
|
+
"OpenIdConnectIssuerUrl": "OpenIdConnectIssuerUrl",
|
|
37988
|
+
"KubernetesNetworkConfig_ServiceIpv6Cidr": "KubernetesNetworkConfig.ServiceIpv6Cidr"
|
|
37914
37989
|
},
|
|
37915
37990
|
"propertyConstraints": {
|
|
37916
37991
|
"Force": {
|
|
@@ -39777,7 +39852,9 @@
|
|
|
39777
39852
|
"Id": "Id",
|
|
39778
39853
|
"CanonicalHostedZoneName": "CanonicalHostedZoneName",
|
|
39779
39854
|
"CanonicalHostedZoneNameID": "CanonicalHostedZoneNameID",
|
|
39780
|
-
"
|
|
39855
|
+
"SourceSecurityGroup_GroupName": "SourceSecurityGroup.GroupName",
|
|
39856
|
+
"DNSName": "DNSName",
|
|
39857
|
+
"SourceSecurityGroup_OwnerAlias": "SourceSecurityGroup.OwnerAlias"
|
|
39781
39858
|
},
|
|
39782
39859
|
"constraints": [
|
|
39783
39860
|
{
|
|
@@ -39989,7 +40066,13 @@
|
|
|
39989
40066
|
"lexicon": "aws",
|
|
39990
40067
|
"attrs": {
|
|
39991
40068
|
"Arn": "Arn",
|
|
39992
|
-
"EmailContact": "EmailContact"
|
|
40069
|
+
"EmailContact": "EmailContact",
|
|
40070
|
+
"EmailContact_Arn": "EmailContact.Arn",
|
|
40071
|
+
"EmailContact_Address": "EmailContact.Address",
|
|
40072
|
+
"EmailContact_Name": "EmailContact.Name",
|
|
40073
|
+
"EmailContact_Status": "EmailContact.Status",
|
|
40074
|
+
"EmailContact_CreationTime": "EmailContact.CreationTime",
|
|
40075
|
+
"EmailContact_UpdateTime": "EmailContact.UpdateTime"
|
|
39993
40076
|
},
|
|
39994
40077
|
"propertyConstraints": {
|
|
39995
40078
|
"Arn": {
|
|
@@ -40443,7 +40526,15 @@
|
|
|
40443
40526
|
"EndpointCreateTime": "EndpointCreateTime",
|
|
40444
40527
|
"Port": "Port",
|
|
40445
40528
|
"VpcSecurityGroups": "VpcSecurityGroups",
|
|
40446
|
-
"
|
|
40529
|
+
"VpcSecurityGroups_*_VpcSecurityGroupId": "VpcSecurityGroups.*.VpcSecurityGroupId",
|
|
40530
|
+
"VpcSecurityGroups_*_Status": "VpcSecurityGroups.*.Status",
|
|
40531
|
+
"VpcEndpoint": "VpcEndpoint",
|
|
40532
|
+
"VpcEndpoint_VpcEndpointId": "VpcEndpoint.VpcEndpointId",
|
|
40533
|
+
"VpcEndpoint_VpcId": "VpcEndpoint.VpcId",
|
|
40534
|
+
"VpcEndpoint_NetworkInterfaces_*_NetworkInterfaceId": "VpcEndpoint.NetworkInterfaces.*.NetworkInterfaceId",
|
|
40535
|
+
"VpcEndpoint_NetworkInterfaces_*_PrivateIpAddress": "VpcEndpoint.NetworkInterfaces.*.PrivateIpAddress",
|
|
40536
|
+
"VpcEndpoint_NetworkInterfaces_*_SubnetId": "VpcEndpoint.NetworkInterfaces.*.SubnetId",
|
|
40537
|
+
"VpcEndpoint_NetworkInterfaces_*_AvailabilityZone": "VpcEndpoint.NetworkInterfaces.*.AvailabilityZone"
|
|
40447
40538
|
},
|
|
40448
40539
|
"propertyConstraints": {
|
|
40449
40540
|
"EndpointName": {
|
|
@@ -42734,7 +42825,16 @@
|
|
|
42734
42825
|
"attrs": {
|
|
42735
42826
|
"Arn": "Arn",
|
|
42736
42827
|
"CreatedTime": "CreatedTime",
|
|
42737
|
-
"LastUpdatedTime": "LastUpdatedTime"
|
|
42828
|
+
"LastUpdatedTime": "LastUpdatedTime",
|
|
42829
|
+
"EventVariables_*_Arn": "EventVariables.*.Arn",
|
|
42830
|
+
"EventVariables_*_CreatedTime": "EventVariables.*.CreatedTime",
|
|
42831
|
+
"EventVariables_*_LastUpdatedTime": "EventVariables.*.LastUpdatedTime",
|
|
42832
|
+
"Labels_*_Arn": "Labels.*.Arn",
|
|
42833
|
+
"Labels_*_CreatedTime": "Labels.*.CreatedTime",
|
|
42834
|
+
"Labels_*_LastUpdatedTime": "Labels.*.LastUpdatedTime",
|
|
42835
|
+
"EntityTypes_*_Arn": "EntityTypes.*.Arn",
|
|
42836
|
+
"EntityTypes_*_CreatedTime": "EntityTypes.*.CreatedTime",
|
|
42837
|
+
"EntityTypes_*_LastUpdatedTime": "EntityTypes.*.LastUpdatedTime"
|
|
42738
42838
|
},
|
|
42739
42839
|
"propertyConstraints": {
|
|
42740
42840
|
"Name": {
|
|
@@ -42781,7 +42881,9 @@
|
|
|
42781
42881
|
"attrs": {
|
|
42782
42882
|
"Arn": "Arn",
|
|
42783
42883
|
"ArnForPolicy": "ArnForPolicy",
|
|
42784
|
-
"SecretArn": "SecretArn"
|
|
42884
|
+
"SecretArn": "SecretArn",
|
|
42885
|
+
"AuthParameters_ConnectivityParameters_ResourceParameters_ResourceAssociationArn": "AuthParameters.ConnectivityParameters.ResourceParameters.ResourceAssociationArn",
|
|
42886
|
+
"InvocationConnectivityParameters_ResourceParameters_ResourceAssociationArn": "InvocationConnectivityParameters.ResourceParameters.ResourceAssociationArn"
|
|
42785
42887
|
},
|
|
42786
42888
|
"propertyConstraints": {
|
|
42787
42889
|
"Name": {
|
|
@@ -43364,7 +43466,8 @@
|
|
|
43364
43466
|
"kind": "resource",
|
|
43365
43467
|
"lexicon": "aws",
|
|
43366
43468
|
"attrs": {
|
|
43367
|
-
"ExportArn": "ExportArn"
|
|
43469
|
+
"ExportArn": "ExportArn",
|
|
43470
|
+
"Export_ExportArn": "Export.ExportArn"
|
|
43368
43471
|
},
|
|
43369
43472
|
"propertyConstraints": {
|
|
43370
43473
|
"ExportArn": {
|
|
@@ -43468,7 +43571,20 @@
|
|
|
43468
43571
|
"CreatedAt": "CreatedAt",
|
|
43469
43572
|
"UpdatedAt": "UpdatedAt",
|
|
43470
43573
|
"Endpoint": "Endpoint",
|
|
43471
|
-
"ECSManagedResourceArns": "ECSManagedResourceArns"
|
|
43574
|
+
"ECSManagedResourceArns": "ECSManagedResourceArns",
|
|
43575
|
+
"ECSManagedResourceArns_ServiceSecurityGroups": "ECSManagedResourceArns.ServiceSecurityGroups",
|
|
43576
|
+
"ECSManagedResourceArns_AutoScaling": "ECSManagedResourceArns.AutoScaling",
|
|
43577
|
+
"ECSManagedResourceArns_AutoScaling_ScalableTarget": "ECSManagedResourceArns.AutoScaling.ScalableTarget",
|
|
43578
|
+
"ECSManagedResourceArns_AutoScaling_ApplicationAutoScalingPolicies": "ECSManagedResourceArns.AutoScaling.ApplicationAutoScalingPolicies",
|
|
43579
|
+
"ECSManagedResourceArns_LogGroups": "ECSManagedResourceArns.LogGroups",
|
|
43580
|
+
"ECSManagedResourceArns_MetricAlarms": "ECSManagedResourceArns.MetricAlarms",
|
|
43581
|
+
"ECSManagedResourceArns_IngressPath": "ECSManagedResourceArns.IngressPath",
|
|
43582
|
+
"ECSManagedResourceArns_IngressPath_CertificateArn": "ECSManagedResourceArns.IngressPath.CertificateArn",
|
|
43583
|
+
"ECSManagedResourceArns_IngressPath_LoadBalancerSecurityGroups": "ECSManagedResourceArns.IngressPath.LoadBalancerSecurityGroups",
|
|
43584
|
+
"ECSManagedResourceArns_IngressPath_ListenerRuleArn": "ECSManagedResourceArns.IngressPath.ListenerRuleArn",
|
|
43585
|
+
"ECSManagedResourceArns_IngressPath_ListenerArn": "ECSManagedResourceArns.IngressPath.ListenerArn",
|
|
43586
|
+
"ECSManagedResourceArns_IngressPath_LoadBalancerArn": "ECSManagedResourceArns.IngressPath.LoadBalancerArn",
|
|
43587
|
+
"ECSManagedResourceArns_IngressPath_TargetGroupArns": "ECSManagedResourceArns.IngressPath.TargetGroupArns"
|
|
43472
43588
|
},
|
|
43473
43589
|
"propertyConstraints": {
|
|
43474
43590
|
"Memory": {
|
|
@@ -45217,7 +45333,8 @@
|
|
|
45217
45333
|
"ShareStatus": "ShareStatus",
|
|
45218
45334
|
"CreatorRequestId": "CreatorRequestId",
|
|
45219
45335
|
"CreationTime": "CreationTime",
|
|
45220
|
-
"ModificationTime": "ModificationTime"
|
|
45336
|
+
"ModificationTime": "ModificationTime",
|
|
45337
|
+
"FirewallRules_*_FirewallThreatProtectionId": "FirewallRules.*.FirewallThreatProtectionId"
|
|
45221
45338
|
},
|
|
45222
45339
|
"propertyConstraints": {
|
|
45223
45340
|
"Id": {
|
|
@@ -46645,7 +46762,27 @@
|
|
|
46645
46762
|
"Arn": "Arn",
|
|
46646
46763
|
"DetectorVersionId": "DetectorVersionId",
|
|
46647
46764
|
"CreatedTime": "CreatedTime",
|
|
46648
|
-
"LastUpdatedTime": "LastUpdatedTime"
|
|
46765
|
+
"LastUpdatedTime": "LastUpdatedTime",
|
|
46766
|
+
"Rules_*_RuleVersion": "Rules.*.RuleVersion",
|
|
46767
|
+
"Rules_*_Arn": "Rules.*.Arn",
|
|
46768
|
+
"Rules_*_CreatedTime": "Rules.*.CreatedTime",
|
|
46769
|
+
"Rules_*_LastUpdatedTime": "Rules.*.LastUpdatedTime",
|
|
46770
|
+
"Rules_*_Outcomes_*_Arn": "Rules.*.Outcomes.*.Arn",
|
|
46771
|
+
"Rules_*_Outcomes_*_CreatedTime": "Rules.*.Outcomes.*.CreatedTime",
|
|
46772
|
+
"Rules_*_Outcomes_*_LastUpdatedTime": "Rules.*.Outcomes.*.LastUpdatedTime",
|
|
46773
|
+
"EventType_Arn": "EventType.Arn",
|
|
46774
|
+
"EventType_CreatedTime": "EventType.CreatedTime",
|
|
46775
|
+
"EventType_LastUpdatedTime": "EventType.LastUpdatedTime",
|
|
46776
|
+
"EventType_EventVariables_*_Arn": "EventType.EventVariables.*.Arn",
|
|
46777
|
+
"EventType_EventVariables_*_CreatedTime": "EventType.EventVariables.*.CreatedTime",
|
|
46778
|
+
"EventType_EventVariables_*_LastUpdatedTime": "EventType.EventVariables.*.LastUpdatedTime",
|
|
46779
|
+
"EventType_Labels_*_Arn": "EventType.Labels.*.Arn",
|
|
46780
|
+
"EventType_Labels_*_CreatedTime": "EventType.Labels.*.CreatedTime",
|
|
46781
|
+
"EventType_Labels_*_LastUpdatedTime": "EventType.Labels.*.LastUpdatedTime",
|
|
46782
|
+
"EventType_EntityTypes_*_Arn": "EventType.EntityTypes.*.Arn",
|
|
46783
|
+
"EventType_EntityTypes_*_CreatedTime": "EventType.EntityTypes.*.CreatedTime",
|
|
46784
|
+
"EventType_EntityTypes_*_LastUpdatedTime": "EventType.EntityTypes.*.LastUpdatedTime",
|
|
46785
|
+
"AssociatedModels_*_Arn": "AssociatedModels.*.Arn"
|
|
46649
46786
|
},
|
|
46650
46787
|
"propertyConstraints": {
|
|
46651
46788
|
"DetectorId": {
|
|
@@ -46768,6 +46905,8 @@
|
|
|
46768
46905
|
"lexicon": "aws",
|
|
46769
46906
|
"attrs": {
|
|
46770
46907
|
"SnapStartResponse": "SnapStartResponse",
|
|
46908
|
+
"SnapStartResponse_ApplyOn": "SnapStartResponse.ApplyOn",
|
|
46909
|
+
"SnapStartResponse_OptimizationStatus": "SnapStartResponse.OptimizationStatus",
|
|
46771
46910
|
"Arn": "Arn"
|
|
46772
46911
|
},
|
|
46773
46912
|
"constraints": [
|
|
@@ -47186,7 +47325,8 @@
|
|
|
47186
47325
|
"attrs": {
|
|
47187
47326
|
"Arn": "Arn",
|
|
47188
47327
|
"Id": "Id",
|
|
47189
|
-
"FuotaTaskStatus": "FuotaTaskStatus"
|
|
47328
|
+
"FuotaTaskStatus": "FuotaTaskStatus",
|
|
47329
|
+
"LoRaWAN_StartTime": "LoRaWAN.StartTime"
|
|
47190
47330
|
},
|
|
47191
47331
|
"propertyConstraints": {
|
|
47192
47332
|
"Name": {
|
|
@@ -52542,7 +52682,11 @@
|
|
|
52542
52682
|
"Arn": "Arn",
|
|
52543
52683
|
"Type": "Type",
|
|
52544
52684
|
"Encrypted": "Encrypted",
|
|
52545
|
-
"LatestVersion": "LatestVersion"
|
|
52685
|
+
"LatestVersion": "LatestVersion",
|
|
52686
|
+
"LatestVersion_Arn": "LatestVersion.Arn",
|
|
52687
|
+
"LatestVersion_Major": "LatestVersion.Major",
|
|
52688
|
+
"LatestVersion_Minor": "LatestVersion.Minor",
|
|
52689
|
+
"LatestVersion_Patch": "LatestVersion.Patch"
|
|
52546
52690
|
},
|
|
52547
52691
|
"propertyConstraints": {
|
|
52548
52692
|
"Type": {
|
|
@@ -52601,7 +52745,11 @@
|
|
|
52601
52745
|
"Name": "Name",
|
|
52602
52746
|
"ImageId": "ImageId",
|
|
52603
52747
|
"ImageUri": "ImageUri",
|
|
52604
|
-
"LatestVersion": "LatestVersion"
|
|
52748
|
+
"LatestVersion": "LatestVersion",
|
|
52749
|
+
"LatestVersion_Arn": "LatestVersion.Arn",
|
|
52750
|
+
"LatestVersion_Major": "LatestVersion.Major",
|
|
52751
|
+
"LatestVersion_Minor": "LatestVersion.Minor",
|
|
52752
|
+
"LatestVersion_Patch": "LatestVersion.Patch"
|
|
52605
52753
|
},
|
|
52606
52754
|
"propertyConstraints": {
|
|
52607
52755
|
"ImageId": {
|
|
@@ -52763,7 +52911,11 @@
|
|
|
52763
52911
|
"lexicon": "aws",
|
|
52764
52912
|
"attrs": {
|
|
52765
52913
|
"Arn": "Arn",
|
|
52766
|
-
"LatestVersion": "LatestVersion"
|
|
52914
|
+
"LatestVersion": "LatestVersion",
|
|
52915
|
+
"LatestVersion_Arn": "LatestVersion.Arn",
|
|
52916
|
+
"LatestVersion_Major": "LatestVersion.Major",
|
|
52917
|
+
"LatestVersion_Minor": "LatestVersion.Minor",
|
|
52918
|
+
"LatestVersion_Patch": "LatestVersion.Patch"
|
|
52767
52919
|
},
|
|
52768
52920
|
"propertyConstraints": {
|
|
52769
52921
|
"Type": {
|
|
@@ -52945,7 +53097,11 @@
|
|
|
52945
53097
|
"lexicon": "aws",
|
|
52946
53098
|
"attrs": {
|
|
52947
53099
|
"Arn": "Arn",
|
|
52948
|
-
"LatestVersion": "LatestVersion"
|
|
53100
|
+
"LatestVersion": "LatestVersion",
|
|
53101
|
+
"LatestVersion_Arn": "LatestVersion.Arn",
|
|
53102
|
+
"LatestVersion_Major": "LatestVersion.Major",
|
|
53103
|
+
"LatestVersion_Minor": "LatestVersion.Minor",
|
|
53104
|
+
"LatestVersion_Patch": "LatestVersion.Patch"
|
|
52949
53105
|
},
|
|
52950
53106
|
"createOnly": [
|
|
52951
53107
|
"Name",
|
|
@@ -53265,6 +53421,9 @@
|
|
|
53265
53421
|
"lexicon": "aws",
|
|
53266
53422
|
"attrs": {
|
|
53267
53423
|
"InferenceComponentArn": "InferenceComponentArn",
|
|
53424
|
+
"Specification_Container_DeployedImage": "Specification.Container.DeployedImage",
|
|
53425
|
+
"RuntimeConfig_DesiredCopyCount": "RuntimeConfig.DesiredCopyCount",
|
|
53426
|
+
"RuntimeConfig_CurrentCopyCount": "RuntimeConfig.CurrentCopyCount",
|
|
53268
53427
|
"CreationTime": "CreationTime",
|
|
53269
53428
|
"LastModifiedTime": "LastModifiedTime",
|
|
53270
53429
|
"FailureReason": "FailureReason",
|
|
@@ -56622,7 +56781,9 @@
|
|
|
56622
56781
|
"lexicon": "aws",
|
|
56623
56782
|
"attrs": {
|
|
56624
56783
|
"AssetArn": "AssetArn",
|
|
56625
|
-
"AssetId": "AssetId"
|
|
56784
|
+
"AssetId": "AssetId",
|
|
56785
|
+
"AssetProperties_*_Id": "AssetProperties.*.Id",
|
|
56786
|
+
"AssetHierarchies_*_Id": "AssetHierarchies.*.Id"
|
|
56626
56787
|
},
|
|
56627
56788
|
"propertyConstraints": {
|
|
56628
56789
|
"AssetId": {
|
|
@@ -60741,7 +60902,8 @@
|
|
|
60741
60902
|
"attrs": {
|
|
60742
60903
|
"ContainerArn": "ContainerArn",
|
|
60743
60904
|
"Url": "Url",
|
|
60744
|
-
"PrincipalArn": "PrincipalArn"
|
|
60905
|
+
"PrincipalArn": "PrincipalArn",
|
|
60906
|
+
"PrivateRegistryAccess_EcrImagePullerRole_PrincipalArn": "PrivateRegistryAccess.EcrImagePullerRole.PrincipalArn"
|
|
60745
60907
|
},
|
|
60746
60908
|
"propertyConstraints": {
|
|
60747
60909
|
"ServiceName": {
|
|
@@ -60957,7 +61119,8 @@
|
|
|
60957
61119
|
"SupportCode": "SupportCode",
|
|
60958
61120
|
"CreatedAt": "CreatedAt",
|
|
60959
61121
|
"Location": "Location",
|
|
60960
|
-
"ResourceType": "ResourceType"
|
|
61122
|
+
"ResourceType": "ResourceType",
|
|
61123
|
+
"DomainEntries_*_Id": "DomainEntries.*.Id"
|
|
60961
61124
|
},
|
|
60962
61125
|
"propertyConstraints": {
|
|
60963
61126
|
"Arn": {
|
|
@@ -61004,7 +61167,14 @@
|
|
|
61004
61167
|
"PrivateIpAddress": "PrivateIpAddress",
|
|
61005
61168
|
"PublicIpAddress": "PublicIpAddress",
|
|
61006
61169
|
"Ipv6Addresses": "Ipv6Addresses",
|
|
61007
|
-
"
|
|
61170
|
+
"Location_AvailabilityZone": "Location.AvailabilityZone",
|
|
61171
|
+
"Location_RegionName": "Location.RegionName",
|
|
61172
|
+
"Hardware_CpuCount": "Hardware.CpuCount",
|
|
61173
|
+
"Hardware_RamSizeInGb": "Hardware.RamSizeInGb",
|
|
61174
|
+
"State_Code": "State.Code",
|
|
61175
|
+
"State_Name": "State.Name",
|
|
61176
|
+
"UserName": "UserName",
|
|
61177
|
+
"Networking_MonthlyTransfer_GbPerMonthAllocated": "Networking.MonthlyTransfer.GbPerMonthAllocated"
|
|
61008
61178
|
},
|
|
61009
61179
|
"propertyConstraints": {
|
|
61010
61180
|
"InstanceName": {
|
|
@@ -62066,7 +62236,8 @@
|
|
|
62066
62236
|
"attrs": {
|
|
62067
62237
|
"LocationArn": "LocationArn",
|
|
62068
62238
|
"LocationUri": "LocationUri",
|
|
62069
|
-
"ManagedSecretConfig": "ManagedSecretConfig"
|
|
62239
|
+
"ManagedSecretConfig": "ManagedSecretConfig",
|
|
62240
|
+
"CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
|
|
62070
62241
|
},
|
|
62071
62242
|
"propertyConstraints": {
|
|
62072
62243
|
"AzureBlobAuthenticationType": {
|
|
@@ -62621,7 +62792,8 @@
|
|
|
62621
62792
|
"attrs": {
|
|
62622
62793
|
"LocationArn": "LocationArn",
|
|
62623
62794
|
"LocationUri": "LocationUri",
|
|
62624
|
-
"ManagedSecretConfig": "ManagedSecretConfig"
|
|
62795
|
+
"ManagedSecretConfig": "ManagedSecretConfig",
|
|
62796
|
+
"CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
|
|
62625
62797
|
},
|
|
62626
62798
|
"propertyConstraints": {
|
|
62627
62799
|
"AccessKey": {
|
|
@@ -62778,7 +62950,8 @@
|
|
|
62778
62950
|
"attrs": {
|
|
62779
62951
|
"LocationArn": "LocationArn",
|
|
62780
62952
|
"LocationUri": "LocationUri",
|
|
62781
|
-
"ManagedSecretConfig": "ManagedSecretConfig"
|
|
62953
|
+
"ManagedSecretConfig": "ManagedSecretConfig",
|
|
62954
|
+
"CmkSecretConfig_SecretArn": "CmkSecretConfig.SecretArn"
|
|
62782
62955
|
},
|
|
62783
62956
|
"propertyConstraints": {
|
|
62784
62957
|
"Domain": {
|
|
@@ -63861,6 +64034,7 @@
|
|
|
63861
64034
|
"attrs": {
|
|
63862
64035
|
"IdentitySourceArn": "IdentitySourceArn",
|
|
63863
64036
|
"IdentitySourceType": "IdentitySourceType",
|
|
64037
|
+
"IdentitySourceParameters_IamIdentityCenter_ApprovalPortalUrl": "IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl",
|
|
63864
64038
|
"CreationTime": "CreationTime",
|
|
63865
64039
|
"Status": "Status",
|
|
63866
64040
|
"StatusCode": "StatusCode",
|
|
@@ -64119,7 +64293,10 @@
|
|
|
64119
64293
|
"kind": "resource",
|
|
64120
64294
|
"lexicon": "aws",
|
|
64121
64295
|
"attrs": {
|
|
64122
|
-
"Arn": "Arn"
|
|
64296
|
+
"Arn": "Arn",
|
|
64297
|
+
"LatestRevision_CreationTime": "LatestRevision.CreationTime",
|
|
64298
|
+
"LatestRevision_Revision": "LatestRevision.Revision",
|
|
64299
|
+
"LatestRevision_Description": "LatestRevision.Description"
|
|
64123
64300
|
},
|
|
64124
64301
|
"createOnly": [
|
|
64125
64302
|
"KafkaVersionsList",
|
|
@@ -64178,7 +64355,12 @@
|
|
|
64178
64355
|
"CeleryExecutorQueue": "CeleryExecutorQueue",
|
|
64179
64356
|
"DatabaseVpcEndpointService": "DatabaseVpcEndpointService",
|
|
64180
64357
|
"WebserverVpcEndpointService": "WebserverVpcEndpointService",
|
|
64181
|
-
"WebserverUrl": "WebserverUrl"
|
|
64358
|
+
"WebserverUrl": "WebserverUrl",
|
|
64359
|
+
"LoggingConfiguration_DagProcessingLogs_CloudWatchLogGroupArn": "LoggingConfiguration.DagProcessingLogs.CloudWatchLogGroupArn",
|
|
64360
|
+
"LoggingConfiguration_SchedulerLogs_CloudWatchLogGroupArn": "LoggingConfiguration.SchedulerLogs.CloudWatchLogGroupArn",
|
|
64361
|
+
"LoggingConfiguration_WebserverLogs_CloudWatchLogGroupArn": "LoggingConfiguration.WebserverLogs.CloudWatchLogGroupArn",
|
|
64362
|
+
"LoggingConfiguration_WorkerLogs_CloudWatchLogGroupArn": "LoggingConfiguration.WorkerLogs.CloudWatchLogGroupArn",
|
|
64363
|
+
"LoggingConfiguration_TaskLogs_CloudWatchLogGroupArn": "LoggingConfiguration.TaskLogs.CloudWatchLogGroupArn"
|
|
64182
64364
|
},
|
|
64183
64365
|
"createOnly": [
|
|
64184
64366
|
"Name",
|
|
@@ -65639,6 +65821,11 @@
|
|
|
65639
65821
|
"attrs": {
|
|
65640
65822
|
"FlowArn": "FlowArn",
|
|
65641
65823
|
"FlowAvailabilityZone": "FlowAvailabilityZone",
|
|
65824
|
+
"Source_SourceArn": "Source.SourceArn",
|
|
65825
|
+
"Source_IngestIp": "Source.IngestIp",
|
|
65826
|
+
"Source_SourceIngestPort": "Source.SourceIngestPort",
|
|
65827
|
+
"VpcInterfaces_*_NetworkInterfaceIds": "VpcInterfaces.*.NetworkInterfaceIds",
|
|
65828
|
+
"MediaStreams_*_Fmt": "MediaStreams.*.Fmt",
|
|
65642
65829
|
"EgressIp": "EgressIp",
|
|
65643
65830
|
"FlowNdiMachineName": "FlowNdiMachineName"
|
|
65644
65831
|
},
|
|
@@ -66917,7 +67104,9 @@
|
|
|
66917
67104
|
"lexicon": "aws",
|
|
66918
67105
|
"attrs": {
|
|
66919
67106
|
"Arn": "Arn",
|
|
66920
|
-
"CreatedAt": "CreatedAt"
|
|
67107
|
+
"CreatedAt": "CreatedAt",
|
|
67108
|
+
"EgressEndpoints_*_PackagingConfigurationId": "EgressEndpoints.*.PackagingConfigurationId",
|
|
67109
|
+
"EgressEndpoints_*_Url": "EgressEndpoints.*.Url"
|
|
66921
67110
|
},
|
|
66922
67111
|
"createOnly": [
|
|
66923
67112
|
"Id",
|
|
@@ -66947,7 +67136,11 @@
|
|
|
66947
67136
|
"kind": "resource",
|
|
66948
67137
|
"lexicon": "aws",
|
|
66949
67138
|
"attrs": {
|
|
66950
|
-
"Arn": "Arn"
|
|
67139
|
+
"Arn": "Arn",
|
|
67140
|
+
"HlsIngest_ingestEndpoints_*_Id": "HlsIngest.ingestEndpoints.*.Id",
|
|
67141
|
+
"HlsIngest_ingestEndpoints_*_Username": "HlsIngest.ingestEndpoints.*.Username",
|
|
67142
|
+
"HlsIngest_ingestEndpoints_*_Password": "HlsIngest.ingestEndpoints.*.Password",
|
|
67143
|
+
"HlsIngest_ingestEndpoints_*_Url": "HlsIngest.ingestEndpoints.*.Url"
|
|
66951
67144
|
},
|
|
66952
67145
|
"propertyConstraints": {
|
|
66953
67146
|
"Id": {
|
|
@@ -67227,7 +67420,9 @@
|
|
|
67227
67420
|
"MssManifestUrls": "MssManifestUrls",
|
|
67228
67421
|
"HlsManifestUrls": "HlsManifestUrls",
|
|
67229
67422
|
"LowLatencyHlsManifestUrls": "LowLatencyHlsManifestUrls",
|
|
67230
|
-
"ModifiedAt": "ModifiedAt"
|
|
67423
|
+
"ModifiedAt": "ModifiedAt",
|
|
67424
|
+
"LowLatencyHlsManifests_*_Url": "LowLatencyHlsManifests.*.Url",
|
|
67425
|
+
"HlsManifests_*_Url": "HlsManifests.*.Url"
|
|
67231
67426
|
},
|
|
67232
67427
|
"propertyConstraints": {
|
|
67233
67428
|
"ChannelGroupName": {
|
|
@@ -67770,7 +67965,32 @@
|
|
|
67770
67965
|
"Status": "Status",
|
|
67771
67966
|
"CreatedAt": "CreatedAt",
|
|
67772
67967
|
"UpdatedAt": "UpdatedAt",
|
|
67773
|
-
"FailureReason": "FailureReason"
|
|
67968
|
+
"FailureReason": "FailureReason",
|
|
67969
|
+
"MemoryStrategies_*_SemanticMemoryStrategy_CreatedAt": "MemoryStrategies.*.SemanticMemoryStrategy.CreatedAt",
|
|
67970
|
+
"MemoryStrategies_*_SemanticMemoryStrategy_UpdatedAt": "MemoryStrategies.*.SemanticMemoryStrategy.UpdatedAt",
|
|
67971
|
+
"MemoryStrategies_*_SemanticMemoryStrategy_StrategyId": "MemoryStrategies.*.SemanticMemoryStrategy.StrategyId",
|
|
67972
|
+
"MemoryStrategies_*_SemanticMemoryStrategy_Status": "MemoryStrategies.*.SemanticMemoryStrategy.Status",
|
|
67973
|
+
"MemoryStrategies_*_SemanticMemoryStrategy_Type": "MemoryStrategies.*.SemanticMemoryStrategy.Type",
|
|
67974
|
+
"MemoryStrategies_*_SummaryMemoryStrategy_CreatedAt": "MemoryStrategies.*.SummaryMemoryStrategy.CreatedAt",
|
|
67975
|
+
"MemoryStrategies_*_SummaryMemoryStrategy_UpdatedAt": "MemoryStrategies.*.SummaryMemoryStrategy.UpdatedAt",
|
|
67976
|
+
"MemoryStrategies_*_SummaryMemoryStrategy_StrategyId": "MemoryStrategies.*.SummaryMemoryStrategy.StrategyId",
|
|
67977
|
+
"MemoryStrategies_*_SummaryMemoryStrategy_Status": "MemoryStrategies.*.SummaryMemoryStrategy.Status",
|
|
67978
|
+
"MemoryStrategies_*_SummaryMemoryStrategy_Type": "MemoryStrategies.*.SummaryMemoryStrategy.Type",
|
|
67979
|
+
"MemoryStrategies_*_UserPreferenceMemoryStrategy_CreatedAt": "MemoryStrategies.*.UserPreferenceMemoryStrategy.CreatedAt",
|
|
67980
|
+
"MemoryStrategies_*_UserPreferenceMemoryStrategy_UpdatedAt": "MemoryStrategies.*.UserPreferenceMemoryStrategy.UpdatedAt",
|
|
67981
|
+
"MemoryStrategies_*_UserPreferenceMemoryStrategy_StrategyId": "MemoryStrategies.*.UserPreferenceMemoryStrategy.StrategyId",
|
|
67982
|
+
"MemoryStrategies_*_UserPreferenceMemoryStrategy_Status": "MemoryStrategies.*.UserPreferenceMemoryStrategy.Status",
|
|
67983
|
+
"MemoryStrategies_*_UserPreferenceMemoryStrategy_Type": "MemoryStrategies.*.UserPreferenceMemoryStrategy.Type",
|
|
67984
|
+
"MemoryStrategies_*_CustomMemoryStrategy_CreatedAt": "MemoryStrategies.*.CustomMemoryStrategy.CreatedAt",
|
|
67985
|
+
"MemoryStrategies_*_CustomMemoryStrategy_UpdatedAt": "MemoryStrategies.*.CustomMemoryStrategy.UpdatedAt",
|
|
67986
|
+
"MemoryStrategies_*_CustomMemoryStrategy_StrategyId": "MemoryStrategies.*.CustomMemoryStrategy.StrategyId",
|
|
67987
|
+
"MemoryStrategies_*_CustomMemoryStrategy_Status": "MemoryStrategies.*.CustomMemoryStrategy.Status",
|
|
67988
|
+
"MemoryStrategies_*_CustomMemoryStrategy_Type": "MemoryStrategies.*.CustomMemoryStrategy.Type",
|
|
67989
|
+
"MemoryStrategies_*_EpisodicMemoryStrategy_CreatedAt": "MemoryStrategies.*.EpisodicMemoryStrategy.CreatedAt",
|
|
67990
|
+
"MemoryStrategies_*_EpisodicMemoryStrategy_UpdatedAt": "MemoryStrategies.*.EpisodicMemoryStrategy.UpdatedAt",
|
|
67991
|
+
"MemoryStrategies_*_EpisodicMemoryStrategy_StrategyId": "MemoryStrategies.*.EpisodicMemoryStrategy.StrategyId",
|
|
67992
|
+
"MemoryStrategies_*_EpisodicMemoryStrategy_Status": "MemoryStrategies.*.EpisodicMemoryStrategy.Status",
|
|
67993
|
+
"MemoryStrategies_*_EpisodicMemoryStrategy_Type": "MemoryStrategies.*.EpisodicMemoryStrategy.Type"
|
|
67774
67994
|
},
|
|
67775
67995
|
"propertyConstraints": {
|
|
67776
67996
|
"EventExpiryDuration": {
|
|
@@ -67808,6 +68028,8 @@
|
|
|
67808
68028
|
"lexicon": "aws",
|
|
67809
68029
|
"attrs": {
|
|
67810
68030
|
"Status": "Status",
|
|
68031
|
+
"ClusterEndpoint_Address": "ClusterEndpoint.Address",
|
|
68032
|
+
"ClusterEndpoint_Port": "ClusterEndpoint.Port",
|
|
67811
68033
|
"ARN": "ARN",
|
|
67812
68034
|
"ParameterGroupStatus": "ParameterGroupStatus"
|
|
67813
68035
|
},
|
|
@@ -68212,7 +68434,8 @@
|
|
|
68212
68434
|
"attrs": {
|
|
68213
68435
|
"MessageTemplateId": "MessageTemplateId",
|
|
68214
68436
|
"MessageTemplateArn": "MessageTemplateArn",
|
|
68215
|
-
"MessageTemplateContentSha256": "MessageTemplateContentSha256"
|
|
68437
|
+
"MessageTemplateContentSha256": "MessageTemplateContentSha256",
|
|
68438
|
+
"MessageTemplateAttachments_*_AttachmentId": "MessageTemplateAttachments.*.AttachmentId"
|
|
68216
68439
|
},
|
|
68217
68440
|
"propertyConstraints": {
|
|
68218
68441
|
"KnowledgeBaseArn": {
|
|
@@ -69252,6 +69475,12 @@
|
|
|
69252
69475
|
"attrs": {
|
|
69253
69476
|
"ModelCardArn": "ModelCardArn",
|
|
69254
69477
|
"ModelCardVersion": "ModelCardVersion",
|
|
69478
|
+
"CreatedBy_DomainId": "CreatedBy.DomainId",
|
|
69479
|
+
"CreatedBy_UserProfileArn": "CreatedBy.UserProfileArn",
|
|
69480
|
+
"CreatedBy_UserProfileName": "CreatedBy.UserProfileName",
|
|
69481
|
+
"LastModifiedBy_DomainId": "LastModifiedBy.DomainId",
|
|
69482
|
+
"LastModifiedBy_UserProfileArn": "LastModifiedBy.UserProfileArn",
|
|
69483
|
+
"LastModifiedBy_UserProfileName": "LastModifiedBy.UserProfileName",
|
|
69255
69484
|
"CreationTime": "CreationTime",
|
|
69256
69485
|
"LastModifiedTime": "LastModifiedTime",
|
|
69257
69486
|
"ModelCardProcessingStatus": "ModelCardProcessingStatus"
|
|
@@ -70583,7 +70812,8 @@
|
|
|
70583
70812
|
"kind": "resource",
|
|
70584
70813
|
"lexicon": "aws",
|
|
70585
70814
|
"attrs": {
|
|
70586
|
-
"PolicyStatus": "PolicyStatus"
|
|
70815
|
+
"PolicyStatus": "PolicyStatus",
|
|
70816
|
+
"PolicyStatus_IsPublic": "PolicyStatus.IsPublic"
|
|
70587
70817
|
},
|
|
70588
70818
|
"propertyConstraints": {
|
|
70589
70819
|
"MrapName": {
|
|
@@ -70699,7 +70929,9 @@
|
|
|
70699
70929
|
"attrs": {
|
|
70700
70930
|
"Arn": "Arn",
|
|
70701
70931
|
"Id": "Id",
|
|
70702
|
-
"Status": "Status"
|
|
70932
|
+
"Status": "Status",
|
|
70933
|
+
"LoRaWAN_NumberOfDevicesRequested": "LoRaWAN.NumberOfDevicesRequested",
|
|
70934
|
+
"LoRaWAN_NumberOfDevicesInGroup": "LoRaWAN.NumberOfDevicesInGroup"
|
|
70703
70935
|
},
|
|
70704
70936
|
"propertyConstraints": {
|
|
70705
70937
|
"Name": {
|
|
@@ -73980,7 +74212,10 @@
|
|
|
73980
74212
|
"DomainEndpoint": "DomainEndpoint",
|
|
73981
74213
|
"DomainEndpointV2": "DomainEndpointV2",
|
|
73982
74214
|
"DomainEndpoints": "DomainEndpoints",
|
|
73983
|
-
"ServiceSoftwareOptions": "ServiceSoftwareOptions"
|
|
74215
|
+
"ServiceSoftwareOptions": "ServiceSoftwareOptions",
|
|
74216
|
+
"AdvancedSecurityOptions_AnonymousAuthDisableDate": "AdvancedSecurityOptions.AnonymousAuthDisableDate",
|
|
74217
|
+
"IdentityCenterOptions_IdentityCenterApplicationARN": "IdentityCenterOptions.IdentityCenterApplicationARN",
|
|
74218
|
+
"IdentityCenterOptions_IdentityStoreId": "IdentityCenterOptions.IdentityStoreId"
|
|
73984
74219
|
},
|
|
73985
74220
|
"createOnly": [
|
|
73986
74221
|
"DomainName"
|
|
@@ -76097,7 +76332,12 @@
|
|
|
76097
76332
|
"attrs": {
|
|
76098
76333
|
"PackageId": "PackageId",
|
|
76099
76334
|
"Arn": "Arn",
|
|
76100
|
-
"CreatedTime": "CreatedTime"
|
|
76335
|
+
"CreatedTime": "CreatedTime",
|
|
76336
|
+
"StorageLocation_Bucket": "StorageLocation.Bucket",
|
|
76337
|
+
"StorageLocation_RepoPrefixLocation": "StorageLocation.RepoPrefixLocation",
|
|
76338
|
+
"StorageLocation_GeneratedPrefixLocation": "StorageLocation.GeneratedPrefixLocation",
|
|
76339
|
+
"StorageLocation_BinaryPrefixLocation": "StorageLocation.BinaryPrefixLocation",
|
|
76340
|
+
"StorageLocation_ManifestPrefixLocation": "StorageLocation.ManifestPrefixLocation"
|
|
76101
76341
|
},
|
|
76102
76342
|
"createOnly": [
|
|
76103
76343
|
"PackageName"
|
|
@@ -78502,6 +78742,8 @@
|
|
|
78502
78742
|
"lexicon": "aws",
|
|
78503
78743
|
"attrs": {
|
|
78504
78744
|
"SessionInitializationEndpointPrefix": "SessionInitializationEndpointPrefix",
|
|
78745
|
+
"HlsConfiguration_ManifestEndpointPrefix": "HlsConfiguration.ManifestEndpointPrefix",
|
|
78746
|
+
"DashConfiguration_ManifestEndpointPrefix": "DashConfiguration.ManifestEndpointPrefix",
|
|
78505
78747
|
"PlaybackConfigurationArn": "PlaybackConfigurationArn",
|
|
78506
78748
|
"PlaybackEndpointPrefix": "PlaybackEndpointPrefix"
|
|
78507
78749
|
},
|
|
@@ -80567,7 +80809,9 @@
|
|
|
80567
80809
|
"DomainUnitId": "DomainUnitId",
|
|
80568
80810
|
"Id": "Id",
|
|
80569
80811
|
"Identifier": "Identifier",
|
|
80570
|
-
"LastUpdatedAt": "LastUpdatedAt"
|
|
80812
|
+
"LastUpdatedAt": "LastUpdatedAt",
|
|
80813
|
+
"EnvironmentConfigurations_*_EnvironmentConfigurationId": "EnvironmentConfigurations.*.EnvironmentConfigurationId",
|
|
80814
|
+
"EnvironmentConfigurations_*_ConfigurationParameters_ResolvedParameters": "EnvironmentConfigurations.*.ConfigurationParameters.ResolvedParameters"
|
|
80571
80815
|
},
|
|
80572
80816
|
"propertyConstraints": {
|
|
80573
80817
|
"CreatedAt": {
|
|
@@ -89972,6 +90216,8 @@
|
|
|
89972
90216
|
"lexicon": "aws",
|
|
89973
90217
|
"attrs": {
|
|
89974
90218
|
"DeferMaintenanceIdentifier": "DeferMaintenanceIdentifier",
|
|
90219
|
+
"Endpoint_Port": "Endpoint.Port",
|
|
90220
|
+
"Endpoint_Address": "Endpoint.Address",
|
|
89975
90221
|
"ClusterNamespaceArn": "ClusterNamespaceArn",
|
|
89976
90222
|
"MasterPasswordSecretArn": "MasterPasswordSecretArn"
|
|
89977
90223
|
},
|
|
@@ -90285,7 +90531,18 @@
|
|
|
90285
90531
|
"kind": "resource",
|
|
90286
90532
|
"lexicon": "aws",
|
|
90287
90533
|
"attrs": {
|
|
90288
|
-
"Namespace": "Namespace"
|
|
90534
|
+
"Namespace": "Namespace",
|
|
90535
|
+
"Namespace_NamespaceArn": "Namespace.NamespaceArn",
|
|
90536
|
+
"Namespace_NamespaceId": "Namespace.NamespaceId",
|
|
90537
|
+
"Namespace_NamespaceName": "Namespace.NamespaceName",
|
|
90538
|
+
"Namespace_AdminUsername": "Namespace.AdminUsername",
|
|
90539
|
+
"Namespace_DbName": "Namespace.DbName",
|
|
90540
|
+
"Namespace_KmsKeyId": "Namespace.KmsKeyId",
|
|
90541
|
+
"Namespace_DefaultIamRoleArn": "Namespace.DefaultIamRoleArn",
|
|
90542
|
+
"Namespace_IamRoles": "Namespace.IamRoles",
|
|
90543
|
+
"Namespace_LogExports": "Namespace.LogExports",
|
|
90544
|
+
"Namespace_Status": "Namespace.Status",
|
|
90545
|
+
"Namespace_CreationDate": "Namespace.CreationDate"
|
|
90289
90546
|
},
|
|
90290
90547
|
"propertyConstraints": {
|
|
90291
90548
|
"AdminUserPassword": {
|
|
@@ -90350,7 +90607,17 @@
|
|
|
90350
90607
|
"lexicon": "aws",
|
|
90351
90608
|
"attrs": {
|
|
90352
90609
|
"Snapshot": "Snapshot",
|
|
90353
|
-
"OwnerAccount": "OwnerAccount"
|
|
90610
|
+
"OwnerAccount": "OwnerAccount",
|
|
90611
|
+
"Snapshot_SnapshotName": "Snapshot.SnapshotName",
|
|
90612
|
+
"Snapshot_NamespaceName": "Snapshot.NamespaceName",
|
|
90613
|
+
"Snapshot_NamespaceArn": "Snapshot.NamespaceArn",
|
|
90614
|
+
"Snapshot_SnapshotArn": "Snapshot.SnapshotArn",
|
|
90615
|
+
"Snapshot_SnapshotCreateTime": "Snapshot.SnapshotCreateTime",
|
|
90616
|
+
"Snapshot_Status": "Snapshot.Status",
|
|
90617
|
+
"Snapshot_AdminUsername": "Snapshot.AdminUsername",
|
|
90618
|
+
"Snapshot_KmsKeyId": "Snapshot.KmsKeyId",
|
|
90619
|
+
"Snapshot_OwnerAccount": "Snapshot.OwnerAccount",
|
|
90620
|
+
"Snapshot_RetentionPeriod": "Snapshot.RetentionPeriod"
|
|
90354
90621
|
},
|
|
90355
90622
|
"propertyConstraints": {
|
|
90356
90623
|
"SnapshotName": {
|
|
@@ -91261,6 +91528,16 @@
|
|
|
91261
91528
|
"kind": "resource",
|
|
91262
91529
|
"lexicon": "aws",
|
|
91263
91530
|
"attrs": {
|
|
91531
|
+
"ConfigurationEndPoint_Address": "ConfigurationEndPoint.Address",
|
|
91532
|
+
"PrimaryEndPoint_Address": "PrimaryEndPoint.Address",
|
|
91533
|
+
"PrimaryEndPoint_Port": "PrimaryEndPoint.Port",
|
|
91534
|
+
"ReaderEndPoint_Address": "ReaderEndPoint.Address",
|
|
91535
|
+
"ConfigurationEndPoint_Port": "ConfigurationEndPoint.Port",
|
|
91536
|
+
"ReadEndPoint_Addresses_List": "ReadEndPoint.Addresses.List",
|
|
91537
|
+
"ReadEndPoint_Ports_List": "ReadEndPoint.Ports.List",
|
|
91538
|
+
"ReaderEndPoint_Port": "ReaderEndPoint.Port",
|
|
91539
|
+
"ReadEndPoint_Addresses": "ReadEndPoint.Addresses",
|
|
91540
|
+
"ReadEndPoint_Ports": "ReadEndPoint.Ports",
|
|
91264
91541
|
"ReplicationGroupId": "ReplicationGroupId"
|
|
91265
91542
|
},
|
|
91266
91543
|
"propertyConstraints": {
|
|
@@ -95768,6 +96045,10 @@
|
|
|
95768
96045
|
"resourceType": "AWS::FSx::S3AccessPointAttachment",
|
|
95769
96046
|
"kind": "resource",
|
|
95770
96047
|
"lexicon": "aws",
|
|
96048
|
+
"attrs": {
|
|
96049
|
+
"S3AccessPoint_ResourceARN": "S3AccessPoint.ResourceARN",
|
|
96050
|
+
"S3AccessPoint_Alias": "S3AccessPoint.Alias"
|
|
96051
|
+
},
|
|
95771
96052
|
"propertyConstraints": {
|
|
95772
96053
|
"Name": {
|
|
95773
96054
|
"pattern": "^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$",
|
|
@@ -96089,7 +96370,10 @@
|
|
|
96089
96370
|
"attrs": {
|
|
96090
96371
|
"Arn": "Arn",
|
|
96091
96372
|
"Alias": "Alias",
|
|
96373
|
+
"Alias_Value": "Alias.Value",
|
|
96374
|
+
"Alias_Status": "Alias.Status",
|
|
96092
96375
|
"PolicyStatus": "PolicyStatus",
|
|
96376
|
+
"PolicyStatus_IsPublic": "PolicyStatus.IsPublic",
|
|
96093
96377
|
"CreationDate": "CreationDate",
|
|
96094
96378
|
"PublicAccessBlockConfiguration": "PublicAccessBlockConfiguration"
|
|
96095
96379
|
},
|
|
@@ -96429,7 +96713,8 @@
|
|
|
96429
96713
|
"kind": "resource",
|
|
96430
96714
|
"lexicon": "aws",
|
|
96431
96715
|
"attrs": {
|
|
96432
|
-
"Arn": "Arn"
|
|
96716
|
+
"Arn": "Arn",
|
|
96717
|
+
"LogSources_*_Identifier": "LogSources.*.Identifier"
|
|
96433
96718
|
},
|
|
96434
96719
|
"propertyConstraints": {
|
|
96435
96720
|
"RoleArn": {
|
|
@@ -97513,7 +97798,9 @@
|
|
|
97513
97798
|
"ClusterArn": "ClusterArn",
|
|
97514
97799
|
"CreationTime": "CreationTime",
|
|
97515
97800
|
"ClusterStatus": "ClusterStatus",
|
|
97516
|
-
"FailureMessage": "FailureMessage"
|
|
97801
|
+
"FailureMessage": "FailureMessage",
|
|
97802
|
+
"InstanceGroups_*_CurrentCount": "InstanceGroups.*.CurrentCount",
|
|
97803
|
+
"RestrictedInstanceGroups_*_CurrentCount": "RestrictedInstanceGroups.*.CurrentCount"
|
|
97517
97804
|
},
|
|
97518
97805
|
"propertyConstraints": {
|
|
97519
97806
|
"ClusterArn": {
|
|
@@ -99538,7 +99825,10 @@
|
|
|
99538
99825
|
"kind": "resource",
|
|
99539
99826
|
"lexicon": "aws",
|
|
99540
99827
|
"attrs": {
|
|
99541
|
-
"Id": "Id"
|
|
99828
|
+
"Id": "Id",
|
|
99829
|
+
"IamIdentityCenterOptions_ApplicationArn": "IamIdentityCenterOptions.ApplicationArn",
|
|
99830
|
+
"IamIdentityCenterOptions_ApplicationName": "IamIdentityCenterOptions.ApplicationName",
|
|
99831
|
+
"IamIdentityCenterOptions_ApplicationDescription": "IamIdentityCenterOptions.ApplicationDescription"
|
|
99542
99832
|
},
|
|
99543
99833
|
"propertyConstraints": {
|
|
99544
99834
|
"Description": {
|
|
@@ -100676,6 +100966,10 @@
|
|
|
100676
100966
|
"FullEngineVersion": "FullEngineVersion",
|
|
100677
100967
|
"CreateTime": "CreateTime",
|
|
100678
100968
|
"Status": "Status",
|
|
100969
|
+
"Endpoint_Address": "Endpoint.Address",
|
|
100970
|
+
"Endpoint_Port": "Endpoint.Port",
|
|
100971
|
+
"ReaderEndpoint_Address": "ReaderEndpoint.Address",
|
|
100972
|
+
"ReaderEndpoint_Port": "ReaderEndpoint.Port",
|
|
100679
100973
|
"ARN": "ARN"
|
|
100680
100974
|
},
|
|
100681
100975
|
"propertyConstraints": {
|
|
@@ -101454,6 +101748,8 @@
|
|
|
101454
101748
|
"attrs": {
|
|
101455
101749
|
"Arn": "Arn",
|
|
101456
101750
|
"CreatedAt": "CreatedAt",
|
|
101751
|
+
"DnsEntry_DomainName": "DnsEntry.DomainName",
|
|
101752
|
+
"DnsEntry_HostedZoneId": "DnsEntry.HostedZoneId",
|
|
101457
101753
|
"Id": "Id",
|
|
101458
101754
|
"ServiceNetworkArn": "ServiceNetworkArn",
|
|
101459
101755
|
"ServiceNetworkId": "ServiceNetworkId",
|
|
@@ -101733,7 +102029,23 @@
|
|
|
101733
102029
|
"lexicon": "aws",
|
|
101734
102030
|
"attrs": {
|
|
101735
102031
|
"Id": "Id",
|
|
101736
|
-
"Arn": "Arn"
|
|
102032
|
+
"Arn": "Arn",
|
|
102033
|
+
"LoRaWAN_UlRate": "LoRaWAN.UlRate",
|
|
102034
|
+
"LoRaWAN_UlBucketSize": "LoRaWAN.UlBucketSize",
|
|
102035
|
+
"LoRaWAN_UlRatePolicy": "LoRaWAN.UlRatePolicy",
|
|
102036
|
+
"LoRaWAN_DlRate": "LoRaWAN.DlRate",
|
|
102037
|
+
"LoRaWAN_DlBucketSize": "LoRaWAN.DlBucketSize",
|
|
102038
|
+
"LoRaWAN_DlRatePolicy": "LoRaWAN.DlRatePolicy",
|
|
102039
|
+
"LoRaWAN_DevStatusReqFreq": "LoRaWAN.DevStatusReqFreq",
|
|
102040
|
+
"LoRaWAN_ReportDevStatusBattery": "LoRaWAN.ReportDevStatusBattery",
|
|
102041
|
+
"LoRaWAN_ReportDevStatusMargin": "LoRaWAN.ReportDevStatusMargin",
|
|
102042
|
+
"LoRaWAN_DrMin": "LoRaWAN.DrMin",
|
|
102043
|
+
"LoRaWAN_DrMax": "LoRaWAN.DrMax",
|
|
102044
|
+
"LoRaWAN_ChannelMask": "LoRaWAN.ChannelMask",
|
|
102045
|
+
"LoRaWAN_HrAllowed": "LoRaWAN.HrAllowed",
|
|
102046
|
+
"LoRaWAN_NwkGeoLoc": "LoRaWAN.NwkGeoLoc",
|
|
102047
|
+
"LoRaWAN_TargetPer": "LoRaWAN.TargetPer",
|
|
102048
|
+
"LoRaWAN_MinGwDiversity": "LoRaWAN.MinGwDiversity"
|
|
101737
102049
|
},
|
|
101738
102050
|
"propertyConstraints": {
|
|
101739
102051
|
"Name": {
|
|
@@ -102077,7 +102389,12 @@
|
|
|
102077
102389
|
"attrs": {
|
|
102078
102390
|
"Arn": "Arn",
|
|
102079
102391
|
"CreationTime": "CreationTime",
|
|
102080
|
-
"LastModificationTime": "LastModificationTime"
|
|
102392
|
+
"LastModificationTime": "LastModificationTime",
|
|
102393
|
+
"NodeCounts_TotalNodes": "NodeCounts.TotalNodes",
|
|
102394
|
+
"NodeCounts_TotalBranches": "NodeCounts.TotalBranches",
|
|
102395
|
+
"NodeCounts_TotalSensors": "NodeCounts.TotalSensors",
|
|
102396
|
+
"NodeCounts_TotalAttributes": "NodeCounts.TotalAttributes",
|
|
102397
|
+
"NodeCounts_TotalActuators": "NodeCounts.TotalActuators"
|
|
102081
102398
|
},
|
|
102082
102399
|
"propertyConstraints": {
|
|
102083
102400
|
"CreationTime": {
|
|
@@ -104846,6 +105163,9 @@
|
|
|
104846
105163
|
"resourceType": "AWS::S3::StorageLens",
|
|
104847
105164
|
"kind": "resource",
|
|
104848
105165
|
"lexicon": "aws",
|
|
105166
|
+
"attrs": {
|
|
105167
|
+
"StorageLensConfiguration_StorageLensArn": "StorageLensConfiguration.StorageLensArn"
|
|
105168
|
+
},
|
|
104849
105169
|
"createOnly": [
|
|
104850
105170
|
"StorageLensConfiguration/Id"
|
|
104851
105171
|
],
|
|
@@ -110860,6 +111180,12 @@
|
|
|
110860
111180
|
"lexicon": "aws",
|
|
110861
111181
|
"attrs": {
|
|
110862
111182
|
"TransitGatewayConnectPeerId": "TransitGatewayConnectPeerId",
|
|
111183
|
+
"ConnectPeerConfiguration_Protocol": "ConnectPeerConfiguration.Protocol",
|
|
111184
|
+
"ConnectPeerConfiguration_BgpConfigurations": "ConnectPeerConfiguration.BgpConfigurations",
|
|
111185
|
+
"ConnectPeerConfiguration_BgpConfigurations_*_TransitGatewayAddress": "ConnectPeerConfiguration.BgpConfigurations.*.TransitGatewayAddress",
|
|
111186
|
+
"ConnectPeerConfiguration_BgpConfigurations_*_BgpStatus": "ConnectPeerConfiguration.BgpConfigurations.*.BgpStatus",
|
|
111187
|
+
"ConnectPeerConfiguration_BgpConfigurations_*_PeerAddress": "ConnectPeerConfiguration.BgpConfigurations.*.PeerAddress",
|
|
111188
|
+
"ConnectPeerConfiguration_BgpConfigurations_*_TransitGatewayAsn": "ConnectPeerConfiguration.BgpConfigurations.*.TransitGatewayAsn",
|
|
110863
111189
|
"State": "State",
|
|
110864
111190
|
"CreationTime": "CreationTime"
|
|
110865
111191
|
},
|
|
@@ -112735,7 +113061,10 @@
|
|
|
112735
113061
|
"lexicon": "aws",
|
|
112736
113062
|
"attrs": {
|
|
112737
113063
|
"AssociatedPortalArns": "AssociatedPortalArns",
|
|
112738
|
-
"UserSettingsArn": "UserSettingsArn"
|
|
113064
|
+
"UserSettingsArn": "UserSettingsArn",
|
|
113065
|
+
"BrandingConfiguration_LogoMetadata": "BrandingConfiguration.LogoMetadata",
|
|
113066
|
+
"BrandingConfiguration_FaviconMetadata": "BrandingConfiguration.FaviconMetadata",
|
|
113067
|
+
"BrandingConfiguration_WallpaperMetadata": "BrandingConfiguration.WallpaperMetadata"
|
|
112739
113068
|
},
|
|
112740
113069
|
"propertyConstraints": {
|
|
112741
113070
|
"CustomerManagedKey": {
|
|
@@ -113058,7 +113387,31 @@
|
|
|
113058
113387
|
"VpcEncryptionControlId": "VpcEncryptionControlId",
|
|
113059
113388
|
"State": "State",
|
|
113060
113389
|
"StateMessage": "StateMessage",
|
|
113061
|
-
"ResourceExclusions": "ResourceExclusions"
|
|
113390
|
+
"ResourceExclusions": "ResourceExclusions",
|
|
113391
|
+
"ResourceExclusions_InternetGateway": "ResourceExclusions.InternetGateway",
|
|
113392
|
+
"ResourceExclusions_InternetGateway_State": "ResourceExclusions.InternetGateway.State",
|
|
113393
|
+
"ResourceExclusions_InternetGateway_StateMessage": "ResourceExclusions.InternetGateway.StateMessage",
|
|
113394
|
+
"ResourceExclusions_EgressOnlyInternetGateway": "ResourceExclusions.EgressOnlyInternetGateway",
|
|
113395
|
+
"ResourceExclusions_EgressOnlyInternetGateway_State": "ResourceExclusions.EgressOnlyInternetGateway.State",
|
|
113396
|
+
"ResourceExclusions_EgressOnlyInternetGateway_StateMessage": "ResourceExclusions.EgressOnlyInternetGateway.StateMessage",
|
|
113397
|
+
"ResourceExclusions_NatGateway": "ResourceExclusions.NatGateway",
|
|
113398
|
+
"ResourceExclusions_NatGateway_State": "ResourceExclusions.NatGateway.State",
|
|
113399
|
+
"ResourceExclusions_NatGateway_StateMessage": "ResourceExclusions.NatGateway.StateMessage",
|
|
113400
|
+
"ResourceExclusions_VirtualPrivateGateway": "ResourceExclusions.VirtualPrivateGateway",
|
|
113401
|
+
"ResourceExclusions_VirtualPrivateGateway_State": "ResourceExclusions.VirtualPrivateGateway.State",
|
|
113402
|
+
"ResourceExclusions_VirtualPrivateGateway_StateMessage": "ResourceExclusions.VirtualPrivateGateway.StateMessage",
|
|
113403
|
+
"ResourceExclusions_VpcPeering": "ResourceExclusions.VpcPeering",
|
|
113404
|
+
"ResourceExclusions_VpcPeering_State": "ResourceExclusions.VpcPeering.State",
|
|
113405
|
+
"ResourceExclusions_VpcPeering_StateMessage": "ResourceExclusions.VpcPeering.StateMessage",
|
|
113406
|
+
"ResourceExclusions_VpcLattice": "ResourceExclusions.VpcLattice",
|
|
113407
|
+
"ResourceExclusions_VpcLattice_State": "ResourceExclusions.VpcLattice.State",
|
|
113408
|
+
"ResourceExclusions_VpcLattice_StateMessage": "ResourceExclusions.VpcLattice.StateMessage",
|
|
113409
|
+
"ResourceExclusions_ElasticFileSystem": "ResourceExclusions.ElasticFileSystem",
|
|
113410
|
+
"ResourceExclusions_ElasticFileSystem_State": "ResourceExclusions.ElasticFileSystem.State",
|
|
113411
|
+
"ResourceExclusions_ElasticFileSystem_StateMessage": "ResourceExclusions.ElasticFileSystem.StateMessage",
|
|
113412
|
+
"ResourceExclusions_Lambda": "ResourceExclusions.Lambda",
|
|
113413
|
+
"ResourceExclusions_Lambda_State": "ResourceExclusions.Lambda.State",
|
|
113414
|
+
"ResourceExclusions_Lambda_StateMessage": "ResourceExclusions.Lambda.StateMessage"
|
|
113062
113415
|
},
|
|
113063
113416
|
"propertyConstraints": {
|
|
113064
113417
|
"Mode": {
|
|
@@ -116021,6 +116374,8 @@
|
|
|
116021
116374
|
"attrs": {
|
|
116022
116375
|
"Arn": "Arn",
|
|
116023
116376
|
"CreatedAt": "CreatedAt",
|
|
116377
|
+
"DnsEntry_DomainName": "DnsEntry.DomainName",
|
|
116378
|
+
"DnsEntry_HostedZoneId": "DnsEntry.HostedZoneId",
|
|
116024
116379
|
"Id": "Id",
|
|
116025
116380
|
"LastUpdatedAt": "LastUpdatedAt",
|
|
116026
116381
|
"Status": "Status"
|
|
@@ -116710,7 +117065,9 @@
|
|
|
116710
117065
|
"attrs": {
|
|
116711
117066
|
"Arn": "Arn",
|
|
116712
117067
|
"Id": "Id",
|
|
116713
|
-
"LabelNamespace": "LabelNamespace"
|
|
117068
|
+
"LabelNamespace": "LabelNamespace",
|
|
117069
|
+
"AvailableLabels_*_Name": "AvailableLabels.*.Name",
|
|
117070
|
+
"ConsumedLabels_*_Name": "ConsumedLabels.*.Name"
|
|
116714
117071
|
},
|
|
116715
117072
|
"propertyConstraints": {
|
|
116716
117073
|
"Capacity": {
|
|
@@ -117610,6 +117967,7 @@
|
|
|
117610
117967
|
"attrs": {
|
|
117611
117968
|
"Arn": "Arn",
|
|
117612
117969
|
"WebAppId": "WebAppId",
|
|
117970
|
+
"IdentityProviderDetails_ApplicationArn": "IdentityProviderDetails.ApplicationArn",
|
|
117613
117971
|
"VpcEndpointId": "VpcEndpointId"
|
|
117614
117972
|
},
|
|
117615
117973
|
"propertyConstraints": {
|
|
@@ -118014,7 +118372,8 @@
|
|
|
118014
118372
|
"InitializedImportedDevicesCount": "InitializedImportedDevicesCount",
|
|
118015
118373
|
"PendingImportedDevicesCount": "PendingImportedDevicesCount",
|
|
118016
118374
|
"OnboardedImportedDevicesCount": "OnboardedImportedDevicesCount",
|
|
118017
|
-
"FailedImportedDevicesCount": "FailedImportedDevicesCount"
|
|
118375
|
+
"FailedImportedDevicesCount": "FailedImportedDevicesCount",
|
|
118376
|
+
"Sidewalk_DeviceCreationFileList": "Sidewalk.DeviceCreationFileList"
|
|
118018
118377
|
},
|
|
118019
118378
|
"propertyConstraints": {
|
|
118020
118379
|
"Id": {
|
|
@@ -118266,7 +118625,9 @@
|
|
|
118266
118625
|
"kind": "resource",
|
|
118267
118626
|
"lexicon": "aws",
|
|
118268
118627
|
"attrs": {
|
|
118269
|
-
"CreationTime": "CreationTime"
|
|
118628
|
+
"CreationTime": "CreationTime",
|
|
118629
|
+
"WorkGroupConfiguration_EngineVersion_EffectiveEngineVersion": "WorkGroupConfiguration.EngineVersion.EffectiveEngineVersion",
|
|
118630
|
+
"WorkGroupConfigurationUpdates_EngineVersion_EffectiveEngineVersion": "WorkGroupConfigurationUpdates.EngineVersion.EffectiveEngineVersion"
|
|
118270
118631
|
},
|
|
118271
118632
|
"propertyConstraints": {
|
|
118272
118633
|
"Name": {
|
|
@@ -118908,6 +119269,31 @@
|
|
|
118908
119269
|
"resourceType": "AWS::RedshiftServerless::Workgroup",
|
|
118909
119270
|
"kind": "resource",
|
|
118910
119271
|
"lexicon": "aws",
|
|
119272
|
+
"attrs": {
|
|
119273
|
+
"Workgroup_WorkgroupId": "Workgroup.WorkgroupId",
|
|
119274
|
+
"Workgroup_WorkgroupArn": "Workgroup.WorkgroupArn",
|
|
119275
|
+
"Workgroup_WorkgroupName": "Workgroup.WorkgroupName",
|
|
119276
|
+
"Workgroup_NamespaceName": "Workgroup.NamespaceName",
|
|
119277
|
+
"Workgroup_BaseCapacity": "Workgroup.BaseCapacity",
|
|
119278
|
+
"Workgroup_MaxCapacity": "Workgroup.MaxCapacity",
|
|
119279
|
+
"Workgroup_EnhancedVpcRouting": "Workgroup.EnhancedVpcRouting",
|
|
119280
|
+
"Workgroup_ConfigParameters_*_ParameterKey": "Workgroup.ConfigParameters.*.ParameterKey",
|
|
119281
|
+
"Workgroup_ConfigParameters_*_ParameterValue": "Workgroup.ConfigParameters.*.ParameterValue",
|
|
119282
|
+
"Workgroup_SecurityGroupIds": "Workgroup.SecurityGroupIds",
|
|
119283
|
+
"Workgroup_SubnetIds": "Workgroup.SubnetIds",
|
|
119284
|
+
"Workgroup_TrackName": "Workgroup.TrackName",
|
|
119285
|
+
"Workgroup_Status": "Workgroup.Status",
|
|
119286
|
+
"Workgroup_Endpoint_Address": "Workgroup.Endpoint.Address",
|
|
119287
|
+
"Workgroup_Endpoint_Port": "Workgroup.Endpoint.Port",
|
|
119288
|
+
"Workgroup_Endpoint_VpcEndpoints_*_VpcEndpointId": "Workgroup.Endpoint.VpcEndpoints.*.VpcEndpointId",
|
|
119289
|
+
"Workgroup_Endpoint_VpcEndpoints_*_VpcId": "Workgroup.Endpoint.VpcEndpoints.*.VpcId",
|
|
119290
|
+
"Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_NetworkInterfaceId": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.NetworkInterfaceId",
|
|
119291
|
+
"Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_SubnetId": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.SubnetId",
|
|
119292
|
+
"Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_PrivateIpAddress": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.PrivateIpAddress",
|
|
119293
|
+
"Workgroup_Endpoint_VpcEndpoints_*_NetworkInterfaces_*_AvailabilityZone": "Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.AvailabilityZone",
|
|
119294
|
+
"Workgroup_PubliclyAccessible": "Workgroup.PubliclyAccessible",
|
|
119295
|
+
"Workgroup_CreationDate": "Workgroup.CreationDate"
|
|
119296
|
+
},
|
|
118911
119297
|
"propertyConstraints": {
|
|
118912
119298
|
"WorkgroupName": {
|
|
118913
119299
|
"pattern": "^(?=^[a-z0-9-]+$).{3,64}$",
|
|
@@ -119045,7 +119431,8 @@
|
|
|
119045
119431
|
"attrs": {
|
|
119046
119432
|
"WorkspaceInstanceId": "WorkspaceInstanceId",
|
|
119047
119433
|
"ProvisionState": "ProvisionState",
|
|
119048
|
-
"EC2ManagedInstance": "EC2ManagedInstance"
|
|
119434
|
+
"EC2ManagedInstance": "EC2ManagedInstance",
|
|
119435
|
+
"EC2ManagedInstance_InstanceId": "EC2ManagedInstance.InstanceId"
|
|
119049
119436
|
},
|
|
119050
119437
|
"propertyConstraints": {
|
|
119051
119438
|
"WorkspaceInstanceId": {
|