@intentius/chant-lexicon-aws 0.15.3 → 0.17.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.
@@ -6472,12 +6472,16 @@ export declare class ConformancePack {
6472
6472
  constructor(props: {
6473
6473
  /** Name of the conformance pack which will be assigned as the unique identifier. */
6474
6474
  ConformancePackName: string;
6475
+ /** Amazon Resource Name (ARN) of the conformance pack. */
6476
+ ConformancePackArn?: string;
6475
6477
  /** A list of ConformancePackInputParameter objects. */
6476
6478
  ConformancePackInputParameters?: ConformancePack_ConformancePackInputParameter[];
6477
6479
  /** AWS Config stores intermediate files while processing conformance pack template. */
6478
6480
  DeliveryS3Bucket?: string;
6479
6481
  /** The prefix for delivery S3 bucket. */
6480
6482
  DeliveryS3KeyPrefix?: string;
6483
+ /** The tags for the conformance pack. */
6484
+ Tags?: ConformancePack_Tag[];
6481
6485
  /** A string containing full conformance pack template body. You can only specify one of the template body or template S3Uri fields. */
6482
6486
  TemplateBody?: string;
6483
6487
  /** Location of file containing the template body which points to the conformance pack template that is located in an Amazon S3 bucket. You can only specify one of the template body or template S3Uri fields. */
@@ -6485,6 +6489,7 @@ export declare class ConformancePack {
6485
6489
  /** The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document. */
6486
6490
  TemplateSSMDocumentDetails?: Record<string, unknown>;
6487
6491
  }, attributes?: CFResourceAttributes);
6492
+ readonly ConformancePackArn: string;
6488
6493
  }
6489
6494
 
6490
6495
  export declare class ConnectAttachment {
@@ -6738,10 +6743,16 @@ export declare class ConnectorV2 {
6738
6743
  /** The ID of the connector */
6739
6744
  ConnectorId?: string;
6740
6745
  /** The status of the connector */
6741
- ConnectorStatus?: "CONNECTED" | "FAILED_TO_CONNECT" | "PENDING_AUTHORIZATION" | "PENDING_CONFIGURATION";
6746
+ ConnectorStatus?: string;
6742
6747
  CreatedAt?: string;
6743
6748
  /** A description of the connector */
6744
6749
  Description?: string;
6750
+ /** The enablement status of the connector */
6751
+ EnablementStatus?: string;
6752
+ /** The reason for the enablement status of the connector */
6753
+ EnablementStatusReason?: string;
6754
+ /** The list of health issues associated with the connector */
6755
+ Issues?: ConnectorV2_HealthIssue[];
6745
6756
  /** The ARN of KMS key used for the connector */
6746
6757
  KmsKeyArn?: string;
6747
6758
  LastCheckedAt?: string;
@@ -6752,8 +6763,11 @@ export declare class ConnectorV2 {
6752
6763
  }, attributes?: CFResourceAttributes);
6753
6764
  readonly ConnectorArn: string;
6754
6765
  readonly ConnectorId: string;
6755
- readonly ConnectorStatus: "CONNECTED" | "FAILED_TO_CONNECT" | "PENDING_AUTHORIZATION" | "PENDING_CONFIGURATION";
6766
+ readonly ConnectorStatus: string;
6756
6767
  readonly CreatedAt: string;
6768
+ readonly EnablementStatus: string;
6769
+ readonly EnablementStatusReason: string;
6770
+ readonly Issues: ConnectorV2_HealthIssue[];
6757
6771
  readonly LastCheckedAt: string;
6758
6772
  readonly LastUpdatedAt: string;
6759
6773
  readonly Message: string;
@@ -27109,29 +27123,29 @@ export declare class Queue {
27109
27123
  /** For first-in-first-out (FIFO) queues, specifies whether to enable content-based deduplication. During the deduplication interval, SQS treats messages that are sent with identical content as duplicates and delivers only one copy of the message. For more information, see the ``ContentBasedDeduplication`` attribute for the ``CreateQueue`` action in the *API Reference*. */
27110
27124
  ContentBasedDeduplication?: boolean;
27111
27125
  /** For high throughput for FIFO queues, specifies whether message deduplication occurs at the message group or queue level. Valid values are ``messageGroup`` and ``queue``.
27112
- To enable high throughput for a FIFO queue, set this attribute to ``messageGroup`` *and* set the ``FifoThroughputLimit`` attribute to ``perMessageGroupId``. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see [High throughput for FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html) and [Quotas related to messages](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html) in the *Developer Guide*. */
27126
+ To enable high throughput for a FIFO queue, set this attribute to ``messageGroup``*and* set the ``FifoThroughputLimit`` attribute to ``perMessageGroupId``. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see [High throughput for FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html) and [Quotas related to messages](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html) in the *Developer Guide*. */
27113
27127
  DeduplicationScope?: string;
27114
27128
  /** The time in seconds for which the delivery of all messages in the queue is delayed. You can specify an integer value of ``0`` to ``900`` (15 minutes). The default value is ``0``. */
27115
27129
  DelaySeconds?: number;
27116
- /** If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see [FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html) in the *Developer Guide*. */
27130
+ /** If set to true, creates a FIFO queue. If you don't specify this property, SQS creates a standard queue. For more information, see [Amazon SQS FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html) in the *Developer Guide*. */
27117
27131
  FifoQueue?: boolean;
27118
27132
  /** For high throughput for FIFO queues, specifies whether the FIFO queue throughput quota applies to the entire queue or per message group. Valid values are ``perQueue`` and ``perMessageGroupId``.
27119
- To enable high throughput for a FIFO queue, set this attribute to ``perMessageGroupId`` *and* set the ``DeduplicationScope`` attribute to ``messageGroup``. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see [High throughput for FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html) and [Quotas related to messages](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html) in the *Developer Guide*. */
27133
+ To enable high throughput for a FIFO queue, set this attribute to ``perMessageGroupId``*and* set the ``DeduplicationScope`` attribute to ``messageGroup``. If you set these attributes to anything other than these values, normal throughput is in effect and deduplication occurs as specified. For more information, see [High throughput for FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/high-throughput-fifo.html) and [Quotas related to messages](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-messages.html) in the *Developer Guide*. */
27120
27134
  FifoThroughputLimit?: string;
27121
27135
  /** The length of time in seconds for which SQS can reuse a data key to encrypt or decrypt messages before calling KMS again. The value must be an integer between 60 (1 minute) and 86,400 (24 hours). The default is 300 (5 minutes).
27122
27136
  A shorter time period provides better security, but results in more calls to KMS, which might incur charges after Free Tier. For more information, see [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-how-does-the-data-key-reuse-period-work) in the *Developer Guide*. */
27123
27137
  KmsDataKeyReusePeriodSeconds?: number;
27124
- /** The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (e.g. ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
27125
- + [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) in the *Developer Guide*
27126
- + [CreateQueue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html) in the *API Reference*
27127
- + [Request Parameters](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the *Key Management Service API Reference*
27128
- + The Key Management Service (KMS) section of the [Best Practices](https://docs.aws.amazon.com/https://d0.awsstatic.com/whitepapers/aws-kms-best-practices.pdf) whitepaper */
27138
+ /** The ID of an AWS Key Management Service (KMS) for SQS, or a custom KMS. To use the AWS managed KMS for SQS, specify a (default) alias ARN, alias name (for example ``alias/aws/sqs``), key ARN, or key ID. For more information, see the following:
27139
+ + [Encryption at rest](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) in the *Developer Guide*
27140
+ + [CreateQueue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html) in the *API Reference*
27141
+ + [Request Parameters](https://docs.aws.amazon.com/kms/latest/APIReference/API_DescribeKey.html#API_DescribeKey_RequestParameters) in the *Key Management Service API Reference*
27142
+ + The Key Management Service (KMS) section of the [Security best practices for Key Management Service](https://docs.aws.amazon.com/kms/latest/developerguide/best-practices.html) in the *Key Management Service Developer Guide* */
27129
27143
  KmsMasterKeyId?: string;
27130
- /** The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer value from ``1,024`` bytes (1 KiB) to ``262,144`` bytes (256 KiB). The default value is ``262,144`` (256 KiB). */
27144
+ /** The limit of how many bytes that a message can contain before SQS rejects it. You can specify an integer from 1,024 bytes (1 KiB) to 1,048,576 bytes (1 MiB). Default: 1,048,576 bytes (1 MiB). */
27131
27145
  MaximumMessageSize?: number;
27132
27146
  /** The number of seconds that SQS retains a message. You can specify an integer value from ``60`` seconds (1 minute) to ``1,209,600`` seconds (14 days). The default value is ``345,600`` seconds (4 days). */
27133
27147
  MessageRetentionPeriod?: number;
27134
- /** A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see [FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html) in the *Developer Guide*.
27148
+ /** A name for the queue. To create a FIFO queue, the name of your FIFO queue must end with the ``.fifo`` suffix. For more information, see [Amazon SQS FIFO queues](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-fifo-queues.html) in the *Developer Guide*.
27135
27149
  If you don't specify a name, CFN generates a unique physical ID and uses that ID for the queue name. For more information, see [Name type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) in the *User Guide*.
27136
27150
  If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name. */
27137
27151
  QueueName?: string;
@@ -27148,7 +27162,7 @@ export declare class Queue {
27148
27162
  RedriveAllowPolicy?: Record<string, unknown>;
27149
27163
  /** The string that includes the parameters for the dead-letter queue functionality of the source queue as a JSON object. The parameters are as follows:
27150
27164
  + ``deadLetterTargetArn``: The Amazon Resource Name (ARN) of the dead-letter queue to which SQS moves messages after the value of ``maxReceiveCount`` is exceeded.
27151
- + ``maxReceiveCount``: The number of times a message is delivered to the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
27165
+ + ``maxReceiveCount``: The number of times a message is received by a consumer of the source queue before being moved to the dead-letter queue. When the ``ReceiveCount`` for a message exceeds the ``maxReceiveCount`` for a queue, SQS moves the message to the dead-letter-queue.
27152
27166
 
27153
27167
  The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.
27154
27168
  *JSON*
@@ -31559,6 +31573,46 @@ export declare class SecurityHubAutomationRule {
31559
31573
  readonly UpdatedAt: string;
31560
31574
  }
31561
31575
 
31576
+ export declare class SecurityHubConnector {
31577
+ constructor(props: {
31578
+ /** The name of the connector */
31579
+ Name: string;
31580
+ Provider: SecurityHubConnector_Provider;
31581
+ /** The ARN of the connector */
31582
+ ConnectorArn?: string;
31583
+ /** The ID of the connector */
31584
+ ConnectorId?: string;
31585
+ ConnectorStatus?: string;
31586
+ /** The date and time for createdAt in UTC and ISO 8601 format. */
31587
+ CreatedAt?: string;
31588
+ /** The principal that created the connector */
31589
+ CreatedBy?: string;
31590
+ /** A description of the connector */
31591
+ Description?: string;
31592
+ /** The enablement status of the connector */
31593
+ EnablementStatus?: string;
31594
+ /** The list of health issues associated with the connector */
31595
+ Issues?: SecurityHubConnector_HealthIssue[];
31596
+ /** The date and time for lastCheckedAt in UTC and ISO 8601 format. */
31597
+ LastCheckedAt?: string;
31598
+ /** The date and time for lastUpdatedAt in UTC and ISO 8601 format. */
31599
+ LastUpdatedAt?: string;
31600
+ /** The message associated with the connector status change */
31601
+ Message?: string;
31602
+ Tags?: Record<string, unknown>;
31603
+ }, attributes?: CFResourceAttributes);
31604
+ readonly ConnectorArn: string;
31605
+ readonly ConnectorId: string;
31606
+ readonly ConnectorStatus: string;
31607
+ readonly CreatedAt: string;
31608
+ readonly CreatedBy: string;
31609
+ readonly EnablementStatus: string;
31610
+ readonly Issues: SecurityHubConnector_HealthIssue[];
31611
+ readonly LastCheckedAt: string;
31612
+ readonly LastUpdatedAt: string;
31613
+ readonly Message: string;
31614
+ }
31615
+
31562
31616
  export declare class SecurityHubHub {
31563
31617
  constructor(props: {
31564
31618
  /** An ARN is automatically created for the customer. */
@@ -35453,6 +35507,23 @@ export declare class TransitGatewayPeeringAttachment {
35453
35507
  readonly TransitGatewayAttachmentId: string;
35454
35508
  }
35455
35509
 
35510
+ export declare class TransitGatewayPolicyTable {
35511
+ constructor(props: {
35512
+ /** The Id of transit gateway */
35513
+ TransitGatewayId: string;
35514
+ /** Creation time of the transit gateway policy table */
35515
+ CreationTime?: string;
35516
+ /** State of the transit gateway policy table */
35517
+ State?: string;
35518
+ Tags?: TransitGatewayPolicyTable_Tag[];
35519
+ /** The Id of transit gateway policy table. */
35520
+ TransitGatewayPolicyTableId?: string;
35521
+ }, attributes?: CFResourceAttributes);
35522
+ readonly CreationTime: string;
35523
+ readonly State: string;
35524
+ readonly TransitGatewayPolicyTableId: string;
35525
+ }
35526
+
35456
35527
  export declare class TransitGatewayRegistration {
35457
35528
  constructor(props: {
35458
35529
  /** The ID of the global network. */
@@ -45778,6 +45849,25 @@ export declare class AzureConnectorConfiguration {
45778
45849
  });
45779
45850
  }
45780
45851
 
45852
+ export declare class AzureProviderConfiguration {
45853
+ constructor(props: {
45854
+ /** The ARN of the AWS Config connector used for the Azure integration */
45855
+ AWSConfigConnectorArn: string;
45856
+ /** The list of Azure regions to include in the connector scope */
45857
+ AzureRegions: string[];
45858
+ ScopeConfiguration: SecurityHubConnector_AzureScopeConfiguration;
45859
+ });
45860
+ }
45861
+
45862
+ export declare class AzureScopeConfiguration {
45863
+ constructor(props: {
45864
+ /** The scope type for the Azure connector */
45865
+ ScopeType: "SUBSCRIPTION" | "TENANT";
45866
+ /** The list of scope values for the Azure connector */
45867
+ ScopeValues?: string[];
45868
+ });
45869
+ }
45870
+
45781
45871
  export declare class B2BICapability_S3Location {
45782
45872
  constructor(props: {
45783
45873
  BucketName?: string;
@@ -54186,6 +54276,15 @@ export declare class ConformancePack_ConformancePackInputParameter {
54186
54276
  });
54187
54277
  }
54188
54278
 
54279
+ export declare class ConformancePack_Tag {
54280
+ constructor(props: {
54281
+ /** The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
54282
+ Key: string;
54283
+ /** The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
54284
+ Value: string;
54285
+ });
54286
+ }
54287
+
54189
54288
  export declare class ConnectAction {
54190
54289
  constructor(props: {
54191
54290
  IAMRoleARN: string;
@@ -55191,6 +55290,15 @@ export declare class ConnectorProvisioningConfig {
55191
55290
  });
55192
55291
  }
55193
55292
 
55293
+ export declare class ConnectorV2_HealthIssue {
55294
+ constructor(props: {
55295
+ /** The code identifying the type of health issue */
55296
+ Code: string;
55297
+ /** The message describing the health issue */
55298
+ Message: string;
55299
+ });
55300
+ }
55301
+
55194
55302
  export declare class ConnectorVpcLatticeEgressConfig {
55195
55303
  constructor(props: {
55196
55304
  /** ARN of the VPC Lattice resource configuration */
@@ -68803,9 +68911,9 @@ export declare class EvaluationForm_EvaluationFormScoreThreshold {
68803
68911
  constructor(props: {
68804
68912
  /** The performance category name. */
68805
68913
  PerformanceCategory: "EXCEEDS_EXPECTATIONS" | "NEEDS_IMPROVEMENT";
68806
- /** The maximum score percentage for this threshold. */
68914
+ /** The maximum score percentage for the performance category. */
68807
68915
  MaxScorePercentage?: number;
68808
- /** The minimum score percentage for this threshold. */
68916
+ /** The minimum score percentage for the performance category. */
68809
68917
  MinScorePercentage?: number;
68810
68918
  });
68811
68919
  }
@@ -68820,10 +68928,12 @@ export declare class EvaluationForm_EvaluationFormSection {
68820
68928
  Title: string;
68821
68929
  /** The instructions of the section. */
68822
68930
  Instructions?: string;
68931
+ /** The flag to exclude the section from scoring. */
68823
68932
  IsExcludedFromScoring?: boolean;
68824
68933
  /** The items of the section.
68825
68934
  *Minimum*: 1 */
68826
68935
  Items?: EvaluationForm_EvaluationFormItem[];
68936
+ /** The score thresholds for performance categories. */
68827
68937
  ScoreThresholds?: EvaluationForm_EvaluationFormScoreThreshold[];
68828
68938
  /** The scoring weight of the section.
68829
68939
  *Minimum*: 0
@@ -68912,9 +69022,9 @@ export declare class EvaluationFormScoreThreshold {
68912
69022
  constructor(props: {
68913
69023
  /** The performance category name. */
68914
69024
  PerformanceCategory: "EXCEEDS_EXPECTATIONS" | "NEEDS_IMPROVEMENT";
68915
- /** The maximum score percentage for this threshold. */
69025
+ /** The maximum score percentage for the performance category. */
68916
69026
  MaxScorePercentage?: number;
68917
- /** The minimum score percentage for this threshold. */
69027
+ /** The minimum score percentage for the performance category. */
68918
69028
  MinScorePercentage?: number;
68919
69029
  });
68920
69030
  }
@@ -68929,10 +69039,12 @@ export declare class EvaluationFormSection {
68929
69039
  Title: string;
68930
69040
  /** The instructions of the section. */
68931
69041
  Instructions?: string;
69042
+ /** The flag to exclude the section from scoring. */
68932
69043
  IsExcludedFromScoring?: boolean;
68933
69044
  /** The items of the section.
68934
69045
  *Minimum*: 1 */
68935
69046
  Items?: EvaluationForm_EvaluationFormItem[];
69047
+ /** The score thresholds for performance categories. */
68936
69048
  ScoreThresholds?: EvaluationForm_EvaluationFormScoreThreshold[];
68937
69049
  /** The scoring weight of the section.
68938
69050
  *Minimum*: 0
@@ -100910,9 +101022,7 @@ export declare class QueryStringObject {
100910
101022
 
100911
101023
  export declare class Queue_Tag {
100912
101024
  constructor(props: {
100913
- /** The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
100914
101025
  Key: string;
100915
- /** The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. */
100916
101026
  Value: string;
100917
101027
  });
100918
101028
  }
@@ -110705,6 +110815,40 @@ export declare class SecurityHubAutomationRule_WorkflowUpdate {
110705
110815
  });
110706
110816
  }
110707
110817
 
110818
+ export declare class SecurityHubConnector_AzureProviderConfiguration {
110819
+ constructor(props: {
110820
+ /** The ARN of the AWS Config connector used for the Azure integration */
110821
+ AWSConfigConnectorArn: string;
110822
+ /** The list of Azure regions to include in the connector scope */
110823
+ AzureRegions: string[];
110824
+ ScopeConfiguration: SecurityHubConnector_AzureScopeConfiguration;
110825
+ });
110826
+ }
110827
+
110828
+ export declare class SecurityHubConnector_AzureScopeConfiguration {
110829
+ constructor(props: {
110830
+ /** The scope type for the Azure connector */
110831
+ ScopeType: "SUBSCRIPTION" | "TENANT";
110832
+ /** The list of scope values for the Azure connector */
110833
+ ScopeValues?: string[];
110834
+ });
110835
+ }
110836
+
110837
+ export declare class SecurityHubConnector_HealthIssue {
110838
+ constructor(props: {
110839
+ /** The code identifying the type of health issue */
110840
+ Code: string;
110841
+ /** The message describing the health issue */
110842
+ Message: string;
110843
+ });
110844
+ }
110845
+
110846
+ export declare class SecurityHubConnector_Provider {
110847
+ constructor(props: {
110848
+ Azure: SecurityHubConnector_AzureProviderConfiguration;
110849
+ });
110850
+ }
110851
+
110708
110852
  export declare class SecurityHubPolicy {
110709
110853
  constructor(props: {
110710
110854
  /** A list that defines which security standards are enabled in the configuration policy. */
@@ -119064,6 +119208,13 @@ export declare class TransitGatewayPeeringAttachment_Tag {
119064
119208
  });
119065
119209
  }
119066
119210
 
119211
+ export declare class TransitGatewayPolicyTable_Tag {
119212
+ constructor(props: {
119213
+ Key: string;
119214
+ Value: string;
119215
+ });
119216
+ }
119217
+
119067
119218
  export declare class TransitGatewayRouteTable_Tag {
119068
119219
  constructor(props: {
119069
119220
  /** The key of the associated tag key-value pair */
@@ -281,7 +281,7 @@ export const ConfiguredModelAlgorithm = createResource("AWS::CleanRoomsML::Confi
281
281
  export const ConfiguredModelAlgorithmAssociation = createResource("AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation", "aws", {"ConfiguredModelAlgorithmAssociationArn":"ConfiguredModelAlgorithmAssociationArn","CollaborationIdentifier":"CollaborationIdentifier"});
282
282
  export const ConfiguredTable = createResource("AWS::CleanRooms::ConfiguredTable", "aws", {"Arn":"Arn","ConfiguredTableIdentifier":"ConfiguredTableIdentifier"});
283
283
  export const ConfiguredTableAssociation = createResource("AWS::CleanRooms::ConfiguredTableAssociation", "aws", {"ConfiguredTableAssociationIdentifier":"ConfiguredTableAssociationIdentifier","Arn":"Arn"});
284
- export const ConformancePack = createResource("AWS::Config::ConformancePack", "aws", {});
284
+ export const ConformancePack = createResource("AWS::Config::ConformancePack", "aws", {"ConformancePackArn":"ConformancePackArn"});
285
285
  export const ConnectAttachment = createResource("AWS::NetworkManager::ConnectAttachment", "aws", {"CoreNetworkArn":"CoreNetworkArn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","AttachmentType":"AttachmentType","State":"State","ResourceArn":"ResourceArn","AttachmentId":"AttachmentId","OwnerAccountId":"OwnerAccountId","AttachmentPolicyRuleNumber":"AttachmentPolicyRuleNumber","SegmentName":"SegmentName","LastModificationErrors":"LastModificationErrors"});
286
286
  export const ConnectCampaignsCampaign = createResource("AWS::ConnectCampaigns::Campaign", "aws", {"Arn":"Arn"});
287
287
  export const ConnectCampaignsV2Campaign = createResource("AWS::ConnectCampaignsV2::Campaign", "aws", {"Arn":"Arn"});
@@ -292,7 +292,7 @@ export const ConnectionGroup = createResource("AWS::CloudFront::ConnectionGroup"
292
292
  export const ConnectorDefinition = createResource("AWS::Greengrass::ConnectorDefinition", "aws", {"LatestVersionArn":"LatestVersionArn","Arn":"Arn","Id":"Id"});
293
293
  export const ConnectorDefinitionVersion = createResource("AWS::Greengrass::ConnectorDefinitionVersion", "aws", {"Id":"Id"});
294
294
  export const ConnectorProfile = createResource("AWS::AppFlow::ConnectorProfile", "aws", {"ConnectorProfileArn":"ConnectorProfileArn","CredentialsArn":"CredentialsArn"});
295
- export const ConnectorV2 = createResource("AWS::SecurityHub::ConnectorV2", "aws", {"ConnectorArn":"ConnectorArn","ConnectorId":"ConnectorId","Message":"Message","ConnectorStatus":"ConnectorStatus","LastUpdatedAt":"LastUpdatedAt","LastCheckedAt":"LastCheckedAt","CreatedAt":"CreatedAt"});
295
+ export const ConnectorV2 = createResource("AWS::SecurityHub::ConnectorV2", "aws", {"ConnectorArn":"ConnectorArn","ConnectorId":"ConnectorId","Message":"Message","ConnectorStatus":"ConnectorStatus","LastUpdatedAt":"LastUpdatedAt","LastCheckedAt":"LastCheckedAt","CreatedAt":"CreatedAt","EnablementStatus":"EnablementStatus","EnablementStatusReason":"EnablementStatusReason","Issues":"Issues"});
296
296
  export const ConnectPeer = createResource("AWS::NetworkManager::ConnectPeer", "aws", {"ConnectPeerId":"ConnectPeerId","State":"State","CreatedAt":"CreatedAt","Configuration":"Configuration","CoreNetworkId":"CoreNetworkId","EdgeLocation":"EdgeLocation","LastModificationErrors":"LastModificationErrors"});
297
297
  export const ConnectPhoneNumber = createResource("AWS::Connect::PhoneNumber", "aws", {"PhoneNumberArn":"PhoneNumberArn","Address":"Address"});
298
298
  export const ConnectPrompt = createResource("AWS::Connect::Prompt", "aws", {"PromptArn":"PromptArn"});
@@ -1305,6 +1305,7 @@ export const SecurityGroup = createResource("AWS::EC2::SecurityGroup", "aws", {"
1305
1305
  export const SecurityGroupEgress = createResource("AWS::EC2::SecurityGroupEgress", "aws", {"Id":"Id"});
1306
1306
  export const SecurityGroupVpcAssociation = createResource("AWS::EC2::SecurityGroupVpcAssociation", "aws", {"VpcOwnerId":"VpcOwnerId","State":"State","StateReason":"StateReason"});
1307
1307
  export const SecurityHubAutomationRule = createResource("AWS::SecurityHub::AutomationRule", "aws", {"RuleArn":"RuleArn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","CreatedBy":"CreatedBy"});
1308
+ export const SecurityHubConnector = createResource("AWS::SecurityHub::Connector", "aws", {"ConnectorArn":"ConnectorArn","ConnectorId":"ConnectorId","ConnectorStatus":"ConnectorStatus","Message":"Message","LastCheckedAt":"LastCheckedAt","CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","CreatedBy":"CreatedBy","EnablementStatus":"EnablementStatus","Issues":"Issues"});
1308
1309
  export const SecurityHubHub = createResource("AWS::SecurityHub::Hub", "aws", {"ARN":"ARN","SubscribedAt":"SubscribedAt"});
1309
1310
  export const SecurityKey = createResource("AWS::Connect::SecurityKey", "aws", {"AssociationId":"AssociationId"});
1310
1311
  export const SecurityPolicy = createResource("AWS::OpenSearchServerless::SecurityPolicy", "aws", {});
@@ -1492,6 +1493,7 @@ export const TransitGatewayMulticastGroupMember = createResource("AWS::EC2::Tran
1492
1493
  export const TransitGatewayMulticastGroupSource = createResource("AWS::EC2::TransitGatewayMulticastGroupSource", "aws", {"SubnetId":"SubnetId","ResourceId":"ResourceId","ResourceType":"ResourceType","GroupSource":"GroupSource","GroupMember":"GroupMember","SourceType":"SourceType","TransitGatewayAttachmentId":"TransitGatewayAttachmentId"});
1493
1494
  export const TransitGatewayPeering = createResource("AWS::NetworkManager::TransitGatewayPeering", "aws", {"CoreNetworkArn":"CoreNetworkArn","PeeringId":"PeeringId","State":"State","PeeringType":"PeeringType","OwnerAccountId":"OwnerAccountId","EdgeLocation":"EdgeLocation","ResourceArn":"ResourceArn","CreatedAt":"CreatedAt","TransitGatewayPeeringAttachmentId":"TransitGatewayPeeringAttachmentId","LastModificationErrors":"LastModificationErrors"});
1494
1495
  export const TransitGatewayPeeringAttachment = createResource("AWS::EC2::TransitGatewayPeeringAttachment", "aws", {"TransitGatewayAttachmentId":"TransitGatewayAttachmentId","Status":"Status","State":"State","CreationTime":"CreationTime"});
1496
+ export const TransitGatewayPolicyTable = createResource("AWS::EC2::TransitGatewayPolicyTable", "aws", {"TransitGatewayPolicyTableId":"TransitGatewayPolicyTableId","State":"State","CreationTime":"CreationTime"});
1495
1497
  export const TransitGatewayRegistration = createResource("AWS::NetworkManager::TransitGatewayRegistration", "aws", {});
1496
1498
  export const TransitGatewayRoute = createResource("AWS::EC2::TransitGatewayRoute", "aws", {});
1497
1499
  export const TransitGatewayRouteTable = createResource("AWS::EC2::TransitGatewayRouteTable", "aws", {"TransitGatewayRouteTableId":"TransitGatewayRouteTableId"});
@@ -2394,6 +2396,8 @@ export const AwsSecurityFindingFilters = createProperty("AWS::SecurityHub::Insig
2394
2396
  export const AWSService = createProperty("AWS::AuditManager::Assessment.AWSService", "aws");
2395
2397
  export const AzureBlobSasConfiguration = createProperty("AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration", "aws");
2396
2398
  export const AzureConnectorConfiguration = createProperty("AWS::Config::Connector.AzureConnectorConfiguration", "aws");
2399
+ export const AzureProviderConfiguration = createProperty("AWS::SecurityHub::Connector.AzureProviderConfiguration", "aws");
2400
+ export const AzureScopeConfiguration = createProperty("AWS::SecurityHub::Connector.AzureScopeConfiguration", "aws");
2397
2401
  export const B2BICapability_S3Location = createProperty("AWS::B2BI::Capability.S3Location", "aws");
2398
2402
  export const B2BICapability_Tag = createProperty("AWS::B2BI::Capability.Tag", "aws");
2399
2403
  export const B2BIProfile_Tag = createProperty("AWS::B2BI::Profile.Tag", "aws");
@@ -3255,6 +3259,7 @@ export const ConfluencePageConfiguration = createProperty("AWS::Kendra::DataSour
3255
3259
  export const ConfluenceSourceConfiguration = createProperty("AWS::Bedrock::DataSource.ConfluenceSourceConfiguration", "aws");
3256
3260
  export const ConfluenceSpaceConfiguration = createProperty("AWS::Kendra::DataSource.ConfluenceSpaceConfiguration", "aws");
3257
3261
  export const ConformancePack_ConformancePackInputParameter = createProperty("AWS::Config::ConformancePack.ConformancePackInputParameter", "aws");
3262
+ export const ConformancePack_Tag = createProperty("AWS::Config::ConformancePack.Tag", "aws");
3258
3263
  export const ConnectAction = createProperty("AWS::SES::ReceiptRule.ConnectAction", "aws");
3259
3264
  export const ConnectAttachment_ConnectAttachmentOptions = createProperty("AWS::NetworkManager::ConnectAttachment.ConnectAttachmentOptions", "aws");
3260
3265
  export const ConnectAttachment_ProposedNetworkFunctionGroupChange = createProperty("AWS::NetworkManager::ConnectAttachment.ProposedNetworkFunctionGroupChange", "aws");
@@ -3361,6 +3366,7 @@ export const ConnectorProfileConfig = createProperty("AWS::AppFlow::ConnectorPro
3361
3366
  export const ConnectorProfileCredentials = createProperty("AWS::AppFlow::ConnectorProfile.ConnectorProfileCredentials", "aws");
3362
3367
  export const ConnectorProfileProperties = createProperty("AWS::AppFlow::ConnectorProfile.ConnectorProfileProperties", "aws");
3363
3368
  export const ConnectorProvisioningConfig = createProperty("AWS::AppFlow::Connector.ConnectorProvisioningConfig", "aws");
3369
+ export const ConnectorV2_HealthIssue = createProperty("AWS::SecurityHub::ConnectorV2.HealthIssue", "aws");
3364
3370
  export const ConnectorVpcLatticeEgressConfig = createProperty("AWS::Transfer::Connector.ConnectorVpcLatticeEgressConfig", "aws");
3365
3371
  export const ConnectPeer_BgpOptions = createProperty("AWS::NetworkManager::ConnectPeer.BgpOptions", "aws");
3366
3372
  export const ConnectPeer_ConnectPeerBgpConfiguration = createProperty("AWS::NetworkManager::ConnectPeer.ConnectPeerBgpConfiguration", "aws");
@@ -9138,6 +9144,10 @@ export const SecurityHubAutomationRule_RelatedFinding = createProperty("AWS::Sec
9138
9144
  export const SecurityHubAutomationRule_SeverityUpdate = createProperty("AWS::SecurityHub::AutomationRule.SeverityUpdate", "aws");
9139
9145
  export const SecurityHubAutomationRule_StringFilter = createProperty("AWS::SecurityHub::AutomationRule.StringFilter", "aws");
9140
9146
  export const SecurityHubAutomationRule_WorkflowUpdate = createProperty("AWS::SecurityHub::AutomationRule.WorkflowUpdate", "aws");
9147
+ export const SecurityHubConnector_AzureProviderConfiguration = createProperty("AWS::SecurityHub::Connector.AzureProviderConfiguration", "aws");
9148
+ export const SecurityHubConnector_AzureScopeConfiguration = createProperty("AWS::SecurityHub::Connector.AzureScopeConfiguration", "aws");
9149
+ export const SecurityHubConnector_HealthIssue = createProperty("AWS::SecurityHub::Connector.HealthIssue", "aws");
9150
+ export const SecurityHubConnector_Provider = createProperty("AWS::SecurityHub::Connector.Provider", "aws");
9141
9151
  export const SecurityHubPolicy = createProperty("AWS::SecurityHub::ConfigurationPolicy.SecurityHubPolicy", "aws");
9142
9152
  export const SecurityRequirement = createProperty("AWS::SecurityAgent::SecurityRequirementPack.SecurityRequirement", "aws");
9143
9153
  export const SecurityRequirementPack_SecurityRequirement = createProperty("AWS::SecurityAgent::SecurityRequirementPack.SecurityRequirement", "aws");
@@ -10004,6 +10014,7 @@ export const TransitGatewayMulticastDomain_Tag = createProperty("AWS::EC2::Trans
10004
10014
  export const TransitGatewayPeering_Tag = createProperty("AWS::NetworkManager::TransitGatewayPeering.Tag", "aws");
10005
10015
  export const TransitGatewayPeeringAttachment_PeeringAttachmentStatus = createProperty("AWS::EC2::TransitGatewayPeeringAttachment.PeeringAttachmentStatus", "aws");
10006
10016
  export const TransitGatewayPeeringAttachment_Tag = createProperty("AWS::EC2::TransitGatewayPeeringAttachment.Tag", "aws");
10017
+ export const TransitGatewayPolicyTable_Tag = createProperty("AWS::EC2::TransitGatewayPolicyTable.Tag", "aws");
10007
10018
  export const TransitGatewayRouteTable_Tag = createProperty("AWS::EC2::TransitGatewayRouteTable.Tag", "aws");
10008
10019
  export const TransitGatewayRouteTableAttachment_ProposedNetworkFunctionGroupChange = createProperty("AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedNetworkFunctionGroupChange", "aws");
10009
10020
  export const TransitGatewayRouteTableAttachment_ProposedSegmentChange = createProperty("AWS::NetworkManager::TransitGatewayRouteTableAttachment.ProposedSegmentChange", "aws");
@@ -8672,6 +8672,16 @@
8672
8672
  "kind": "property",
8673
8673
  "lexicon": "aws"
8674
8674
  },
8675
+ "AzureProviderConfiguration": {
8676
+ "resourceType": "AWS::SecurityHub::Connector.AzureProviderConfiguration",
8677
+ "kind": "property",
8678
+ "lexicon": "aws"
8679
+ },
8680
+ "AzureScopeConfiguration": {
8681
+ "resourceType": "AWS::SecurityHub::Connector.AzureScopeConfiguration",
8682
+ "kind": "property",
8683
+ "lexicon": "aws"
8684
+ },
8675
8685
  "B2BICapability": {
8676
8686
  "resourceType": "AWS::B2BI::Capability",
8677
8687
  "kind": "resource",
@@ -18201,6 +18211,9 @@
18201
18211
  "resourceType": "AWS::Config::ConformancePack",
18202
18212
  "kind": "resource",
18203
18213
  "lexicon": "aws",
18214
+ "attrs": {
18215
+ "ConformancePackArn": "ConformancePackArn"
18216
+ },
18204
18217
  "propertyConstraints": {
18205
18218
  "ConformancePackName": {
18206
18219
  "pattern": "[a-zA-Z][-a-zA-Z0-9]*",
@@ -18235,13 +18248,23 @@
18235
18248
  ],
18236
18249
  "primaryIdentifier": [
18237
18250
  "ConformancePackName"
18238
- ]
18251
+ ],
18252
+ "tagging": {
18253
+ "taggable": true,
18254
+ "tagOnCreate": true,
18255
+ "tagUpdatable": true
18256
+ }
18239
18257
  },
18240
18258
  "ConformancePack_ConformancePackInputParameter": {
18241
18259
  "resourceType": "AWS::Config::ConformancePack.ConformancePackInputParameter",
18242
18260
  "kind": "property",
18243
18261
  "lexicon": "aws"
18244
18262
  },
18263
+ "ConformancePack_Tag": {
18264
+ "resourceType": "AWS::Config::ConformancePack.Tag",
18265
+ "kind": "property",
18266
+ "lexicon": "aws"
18267
+ },
18245
18268
  "ConnectAction": {
18246
18269
  "resourceType": "AWS::SES::ReceiptRule.ConnectAction",
18247
18270
  "kind": "property",
@@ -19800,7 +19823,10 @@
19800
19823
  "ConnectorStatus": "ConnectorStatus",
19801
19824
  "LastUpdatedAt": "LastUpdatedAt",
19802
19825
  "LastCheckedAt": "LastCheckedAt",
19803
- "CreatedAt": "CreatedAt"
19826
+ "CreatedAt": "CreatedAt",
19827
+ "EnablementStatus": "EnablementStatus",
19828
+ "EnablementStatusReason": "EnablementStatusReason",
19829
+ "Issues": "Issues"
19804
19830
  },
19805
19831
  "propertyConstraints": {
19806
19832
  "Name": {
@@ -19818,14 +19844,6 @@
19818
19844
  "minLength": 20,
19819
19845
  "maxLength": 2048
19820
19846
  },
19821
- "ConnectorStatus": {
19822
- "enum": [
19823
- "CONNECTED",
19824
- "FAILED_TO_CONNECT",
19825
- "PENDING_AUTHORIZATION",
19826
- "PENDING_CONFIGURATION"
19827
- ]
19828
- },
19829
19847
  "ConnectorArn": {
19830
19848
  "pattern": "^arn:aws\\S*:securityhub:[a-z0-9-]+:[0-9]{12}:connectorv2/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
19831
19849
  },
@@ -19836,7 +19854,8 @@
19836
19854
  "createOnly": [
19837
19855
  "Name",
19838
19856
  "KmsKeyArn",
19839
- "Provider/ServiceNow/InstanceName"
19857
+ "Provider/ServiceNow/InstanceName",
19858
+ "Provider/Azure/AWSConfigConnectorArn"
19840
19859
  ],
19841
19860
  "primaryIdentifier": [
19842
19861
  "ConnectorArn"
@@ -19847,6 +19866,11 @@
19847
19866
  "tagUpdatable": true
19848
19867
  }
19849
19868
  },
19869
+ "ConnectorV2_HealthIssue": {
19870
+ "resourceType": "AWS::SecurityHub::ConnectorV2.HealthIssue",
19871
+ "kind": "property",
19872
+ "lexicon": "aws"
19873
+ },
19850
19874
  "ConnectorVpcLatticeEgressConfig": {
19851
19875
  "resourceType": "AWS::Transfer::Connector.ConnectorVpcLatticeEgressConfig",
19852
19876
  "kind": "property",
@@ -87621,6 +87645,63 @@
87621
87645
  "kind": "property",
87622
87646
  "lexicon": "aws"
87623
87647
  },
87648
+ "SecurityHubConnector": {
87649
+ "resourceType": "AWS::SecurityHub::Connector",
87650
+ "kind": "resource",
87651
+ "lexicon": "aws",
87652
+ "attrs": {
87653
+ "ConnectorArn": "ConnectorArn",
87654
+ "ConnectorId": "ConnectorId",
87655
+ "ConnectorStatus": "ConnectorStatus",
87656
+ "Message": "Message",
87657
+ "LastCheckedAt": "LastCheckedAt",
87658
+ "CreatedAt": "CreatedAt",
87659
+ "LastUpdatedAt": "LastUpdatedAt",
87660
+ "CreatedBy": "CreatedBy",
87661
+ "EnablementStatus": "EnablementStatus",
87662
+ "Issues": "Issues"
87663
+ },
87664
+ "propertyConstraints": {
87665
+ "ConnectorArn": {
87666
+ "pattern": "^arn:aws\\S*:securityhub:[a-z0-9-]+:[0-9]{12}:connector/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
87667
+ },
87668
+ "ConnectorId": {
87669
+ "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
87670
+ }
87671
+ },
87672
+ "createOnly": [
87673
+ "Name",
87674
+ "Provider/Azure/AWSConfigConnectorArn"
87675
+ ],
87676
+ "primaryIdentifier": [
87677
+ "ConnectorArn"
87678
+ ],
87679
+ "tagging": {
87680
+ "taggable": true,
87681
+ "tagOnCreate": true,
87682
+ "tagUpdatable": true
87683
+ }
87684
+ },
87685
+ "SecurityHubConnector_AzureProviderConfiguration": {
87686
+ "resourceType": "AWS::SecurityHub::Connector.AzureProviderConfiguration",
87687
+ "kind": "property",
87688
+ "lexicon": "aws"
87689
+ },
87690
+ "SecurityHubConnector_AzureScopeConfiguration": {
87691
+ "resourceType": "AWS::SecurityHub::Connector.AzureScopeConfiguration",
87692
+ "kind": "property",
87693
+ "lexicon": "aws"
87694
+ },
87695
+ "SecurityHubConnector_HealthIssue": {
87696
+ "resourceType": "AWS::SecurityHub::Connector.HealthIssue",
87697
+ "kind": "property",
87698
+ "lexicon": "aws"
87699
+ },
87700
+ "SecurityHubConnector_Provider": {
87701
+ "resourceType": "AWS::SecurityHub::Connector.Provider",
87702
+ "kind": "property",
87703
+ "lexicon": "aws"
87704
+ },
87624
87705
  "SecurityHubHub": {
87625
87706
  "resourceType": "AWS::SecurityHub::Hub",
87626
87707
  "kind": "resource",
@@ -97964,6 +98045,32 @@
97964
98045
  "kind": "property",
97965
98046
  "lexicon": "aws"
97966
98047
  },
98048
+ "TransitGatewayPolicyTable": {
98049
+ "resourceType": "AWS::EC2::TransitGatewayPolicyTable",
98050
+ "kind": "resource",
98051
+ "lexicon": "aws",
98052
+ "attrs": {
98053
+ "TransitGatewayPolicyTableId": "TransitGatewayPolicyTableId",
98054
+ "State": "State",
98055
+ "CreationTime": "CreationTime"
98056
+ },
98057
+ "createOnly": [
98058
+ "TransitGatewayId"
98059
+ ],
98060
+ "primaryIdentifier": [
98061
+ "TransitGatewayPolicyTableId"
98062
+ ],
98063
+ "tagging": {
98064
+ "taggable": true,
98065
+ "tagOnCreate": true,
98066
+ "tagUpdatable": true
98067
+ }
98068
+ },
98069
+ "TransitGatewayPolicyTable_Tag": {
98070
+ "resourceType": "AWS::EC2::TransitGatewayPolicyTable.Tag",
98071
+ "kind": "property",
98072
+ "lexicon": "aws"
98073
+ },
97967
98074
  "TransitGatewayRegistration": {
97968
98075
  "resourceType": "AWS::NetworkManager::TransitGatewayRegistration",
97969
98076
  "kind": "resource",