@awboost/cfntypes 0.100.346 → 0.100.348
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.
|
@@ -307,6 +307,9 @@ export const ResourceType = {
|
|
|
307
307
|
ConnectContactFlow: "AWS::Connect::ContactFlow",
|
|
308
308
|
ConnectContactFlowModule: "AWS::Connect::ContactFlowModule",
|
|
309
309
|
ConnectContactFlowVersion: "AWS::Connect::ContactFlowVersion",
|
|
310
|
+
ConnectDataTable: "AWS::Connect::DataTable",
|
|
311
|
+
ConnectDataTableAttribute: "AWS::Connect::DataTableAttribute",
|
|
312
|
+
ConnectDataTableRecord: "AWS::Connect::DataTableRecord",
|
|
310
313
|
ConnectEmailAddress: "AWS::Connect::EmailAddress",
|
|
311
314
|
ConnectEvaluationForm: "AWS::Connect::EvaluationForm",
|
|
312
315
|
ConnectHoursOfOperation: "AWS::Connect::HoursOfOperation",
|
|
@@ -661,6 +664,7 @@ export const ResourceType = {
|
|
|
661
664
|
GlueDataCatalogEncryptionSettings: "AWS::Glue::DataCatalogEncryptionSettings",
|
|
662
665
|
GlueDataQualityRuleset: "AWS::Glue::DataQualityRuleset",
|
|
663
666
|
GlueDevEndpoint: "AWS::Glue::DevEndpoint",
|
|
667
|
+
GlueIdentityCenterConfiguration: "AWS::Glue::IdentityCenterConfiguration",
|
|
664
668
|
GlueIntegration: "AWS::Glue::Integration",
|
|
665
669
|
GlueIntegrationResourceProperty: "AWS::Glue::IntegrationResourceProperty",
|
|
666
670
|
GlueJob: "AWS::Glue::Job",
|
|
@@ -1030,6 +1034,8 @@ export const ResourceType = {
|
|
|
1030
1034
|
OamSink: "AWS::Oam::Sink",
|
|
1031
1035
|
ObservabilityAdminOrganizationCentralizationRule: "AWS::ObservabilityAdmin::OrganizationCentralizationRule",
|
|
1032
1036
|
ObservabilityAdminOrganizationTelemetryRule: "AWS::ObservabilityAdmin::OrganizationTelemetryRule",
|
|
1037
|
+
ObservabilityAdminS3TableIntegration: "AWS::ObservabilityAdmin::S3TableIntegration",
|
|
1038
|
+
ObservabilityAdminTelemetryPipelines: "AWS::ObservabilityAdmin::TelemetryPipelines",
|
|
1033
1039
|
ObservabilityAdminTelemetryRule: "AWS::ObservabilityAdmin::TelemetryRule",
|
|
1034
1040
|
ODBCloudAutonomousVmCluster: "AWS::ODB::CloudAutonomousVmCluster",
|
|
1035
1041
|
ODBCloudExadataInfrastructure: "AWS::ODB::CloudExadataInfrastructure",
|
|
@@ -1294,6 +1300,7 @@ export const ResourceType = {
|
|
|
1294
1300
|
SecurityHubAutomationRule: "AWS::SecurityHub::AutomationRule",
|
|
1295
1301
|
SecurityHubAutomationRuleV2: "AWS::SecurityHub::AutomationRuleV2",
|
|
1296
1302
|
SecurityHubConfigurationPolicy: "AWS::SecurityHub::ConfigurationPolicy",
|
|
1303
|
+
SecurityHubConnectorV2: "AWS::SecurityHub::ConnectorV2",
|
|
1297
1304
|
SecurityHubDelegatedAdmin: "AWS::SecurityHub::DelegatedAdmin",
|
|
1298
1305
|
SecurityHubFindingAggregator: "AWS::SecurityHub::FindingAggregator",
|
|
1299
1306
|
SecurityHubHub: "AWS::SecurityHub::Hub",
|
|
@@ -2336,6 +2343,20 @@ export const ResourceAttributes = {
|
|
|
2336
2343
|
"Version",
|
|
2337
2344
|
"FlowContentSha256",
|
|
2338
2345
|
],
|
|
2346
|
+
"AWS::Connect::DataTable": [
|
|
2347
|
+
"Arn",
|
|
2348
|
+
"LockVersion",
|
|
2349
|
+
"CreatedTime",
|
|
2350
|
+
"LastModifiedRegion",
|
|
2351
|
+
"LastModifiedTime",
|
|
2352
|
+
],
|
|
2353
|
+
"AWS::Connect::DataTableAttribute": [
|
|
2354
|
+
"AttributeId",
|
|
2355
|
+
"LockVersion",
|
|
2356
|
+
"LastModifiedRegion",
|
|
2357
|
+
"LastModifiedTime",
|
|
2358
|
+
],
|
|
2359
|
+
"AWS::Connect::DataTableRecord": ["RecordId"],
|
|
2339
2360
|
"AWS::Connect::EmailAddress": ["EmailAddressArn"],
|
|
2340
2361
|
"AWS::Connect::EvaluationForm": ["EvaluationFormArn"],
|
|
2341
2362
|
"AWS::Connect::HoursOfOperation": ["HoursOfOperationArn"],
|
|
@@ -3293,6 +3314,7 @@ export const ResourceAttributes = {
|
|
|
3293
3314
|
"AWS::Glue::DataCatalogEncryptionSettings": ["Id"],
|
|
3294
3315
|
"AWS::Glue::DataQualityRuleset": ["Id"],
|
|
3295
3316
|
"AWS::Glue::DevEndpoint": ["Id"],
|
|
3317
|
+
"AWS::Glue::IdentityCenterConfiguration": ["ApplicationArn", "AccountId"],
|
|
3296
3318
|
"AWS::Glue::Integration": ["IntegrationArn", "CreateTime", "Status"],
|
|
3297
3319
|
"AWS::Glue::IntegrationResourceProperty": ["ResourcePropertyArn"],
|
|
3298
3320
|
"AWS::Glue::Job": [],
|
|
@@ -4207,6 +4229,14 @@ export const ResourceAttributes = {
|
|
|
4207
4229
|
"AWS::Oam::Sink": ["Arn"],
|
|
4208
4230
|
"AWS::ObservabilityAdmin::OrganizationCentralizationRule": ["RuleArn"],
|
|
4209
4231
|
"AWS::ObservabilityAdmin::OrganizationTelemetryRule": ["RuleArn"],
|
|
4232
|
+
"AWS::ObservabilityAdmin::S3TableIntegration": ["Arn"],
|
|
4233
|
+
"AWS::ObservabilityAdmin::TelemetryPipelines": [
|
|
4234
|
+
"Arn",
|
|
4235
|
+
"Pipeline",
|
|
4236
|
+
"PipelineIdentifier",
|
|
4237
|
+
"Status",
|
|
4238
|
+
"StatusReason",
|
|
4239
|
+
],
|
|
4210
4240
|
"AWS::ObservabilityAdmin::TelemetryRule": ["RuleArn"],
|
|
4211
4241
|
"AWS::ODB::CloudAutonomousVmCluster": [
|
|
4212
4242
|
"CloudAutonomousVmClusterId",
|
|
@@ -5063,6 +5093,15 @@ export const ResourceAttributes = {
|
|
|
5063
5093
|
"UpdatedAt",
|
|
5064
5094
|
"ServiceEnabled",
|
|
5065
5095
|
],
|
|
5096
|
+
"AWS::SecurityHub::ConnectorV2": [
|
|
5097
|
+
"ConnectorArn",
|
|
5098
|
+
"ConnectorId",
|
|
5099
|
+
"Message",
|
|
5100
|
+
"ConnectorStatus",
|
|
5101
|
+
"LastUpdatedAt",
|
|
5102
|
+
"LastCheckedAt",
|
|
5103
|
+
"CreatedAt",
|
|
5104
|
+
],
|
|
5066
5105
|
"AWS::SecurityHub::DelegatedAdmin": ["DelegatedAdminIdentifier", "Status"],
|
|
5067
5106
|
"AWS::SecurityHub::FindingAggregator": [
|
|
5068
5107
|
"FindingAggregatorArn",
|