@awboost/cfntypes 0.100.353 → 0.100.355

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.
@@ -13916,7 +13916,7 @@ export type ARCRegionSwitchPlanArcRoutingControlState = {
13916
13916
  */
13917
13917
  export type ARCRegionSwitchPlanAsg = {
13918
13918
  /**
13919
- * @pattern `^arn:aws:autoscaling:[a-z0-9-]+:\d{12}:autoScalingGroup:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}:autoScalingGroupName/[\S\s]{1,255}$`
13919
+ * @pattern `^arn:aws[a-zA-Z-]*:autoscaling:[a-z0-9-]+:\d{12}:autoScalingGroup:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}:autoScalingGroupName/[\S\s]{1,255}$`
13920
13920
  */
13921
13921
  Arn?: string;
13922
13922
  /**
@@ -14288,7 +14288,7 @@ export type ARCRegionSwitchPlanRoutingControlStateChange = "On" | "Off";
14288
14288
  */
14289
14289
  export type ARCRegionSwitchPlanService = {
14290
14290
  /**
14291
- * @pattern `^arn:aws:ecs:[a-z0-9-]+:\d{12}:cluster/[a-zA-Z0-9_-]{1,255}$`
14291
+ * @pattern `^arn:aws[a-zA-Z-]*:ecs:[a-z0-9-]+:\d{12}:cluster/[a-zA-Z0-9_-]{1,255}$`
14292
14292
  */
14293
14293
  ClusterArn?: string;
14294
14294
  /**
@@ -14297,7 +14297,7 @@ export type ARCRegionSwitchPlanService = {
14297
14297
  CrossAccountRole?: string;
14298
14298
  ExternalId?: string;
14299
14299
  /**
14300
- * @pattern `^arn:aws:ecs:[a-z0-9-]+:\d{12}:service/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]{1,255}$`
14300
+ * @pattern `^arn:aws[a-zA-Z-]*:ecs:[a-z0-9-]+:\d{12}:service/[a-zA-Z0-9_-]+/[a-zA-Z0-9_-]{1,255}$`
14301
14301
  */
14302
14302
  ServiceArn?: string;
14303
14303
  };
@@ -45803,7 +45803,7 @@ export type ConnectCampaignsV2CampaignProps = {
45803
45803
  /**
45804
45804
  * The possible types of channel subtype config parameters
45805
45805
  */
45806
- ChannelSubtypeConfig: ConnectCampaignsV2CampaignChannelSubtypeConfig;
45806
+ ChannelSubtypeConfig?: ConnectCampaignsV2CampaignChannelSubtypeConfig;
45807
45807
  /**
45808
45808
  * Communication limits config
45809
45809
  */
@@ -45845,6 +45845,10 @@ export type ConnectCampaignsV2CampaignProps = {
45845
45845
  * @maxLength `50`
45846
45846
  */
45847
45847
  Tags?: ConnectCampaignsV2CampaignTag[];
45848
+ /**
45849
+ * Campaign type
45850
+ */
45851
+ Type?: ConnectCampaignsV2CampaignCampaignType;
45848
45852
  };
45849
45853
  /**
45850
45854
  * Attribute type definition for `AWS::ConnectCampaignsV2::Campaign`.
@@ -45886,6 +45890,12 @@ export type ConnectCampaignsV2CampaignAnswerMachineDetectionConfig = {
45886
45890
  */
45887
45891
  EnableAnswerMachineDetection: boolean;
45888
45892
  };
45893
+ /**
45894
+ * Type definition for `AWS::ConnectCampaignsV2::Campaign.CampaignType`.
45895
+ * Campaign type
45896
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-campaigntype.html}
45897
+ */
45898
+ export type ConnectCampaignsV2CampaignCampaignType = "MANAGED" | "JOURNEY";
45889
45899
  /**
45890
45900
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.ChannelSubtypeConfig`.
45891
45901
  * The possible types of channel subtype config parameters
@@ -45904,6 +45914,10 @@ export type ConnectCampaignsV2CampaignChannelSubtypeConfig = {
45904
45914
  * Telephony Channel Subtype config
45905
45915
  */
45906
45916
  Telephony?: ConnectCampaignsV2CampaignTelephonyChannelSubtypeConfig;
45917
+ /**
45918
+ * WhatsApp Channel Subtype config
45919
+ */
45920
+ WhatsApp?: ConnectCampaignsV2CampaignWhatsAppChannelSubtypeConfig;
45907
45921
  };
45908
45922
  /**
45909
45923
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.CommunicationLimit`.
@@ -45978,6 +45992,10 @@ export type ConnectCampaignsV2CampaignCommunicationTimeConfig = {
45978
45992
  * Time window config
45979
45993
  */
45980
45994
  Telephony?: ConnectCampaignsV2CampaignTimeWindow;
45995
+ /**
45996
+ * Time window config
45997
+ */
45998
+ WhatsApp?: ConnectCampaignsV2CampaignTimeWindow;
45981
45999
  };
45982
46000
  /**
45983
46001
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.DailyHour`.
@@ -46013,7 +46031,7 @@ export type ConnectCampaignsV2CampaignEmailChannelSubtypeConfig = {
46013
46031
  */
46014
46032
  Capacity?: number;
46015
46033
  /**
46016
- * Default SMS outbound config
46034
+ * Default Email outbound config
46017
46035
  */
46018
46036
  DefaultOutboundConfig: ConnectCampaignsV2CampaignEmailOutboundConfig;
46019
46037
  /**
@@ -46023,7 +46041,7 @@ export type ConnectCampaignsV2CampaignEmailChannelSubtypeConfig = {
46023
46041
  };
46024
46042
  /**
46025
46043
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.EmailOutboundConfig`.
46026
- * Default SMS outbound config
46044
+ * Default Email outbound config
46027
46045
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-emailoutboundconfig.html}
46028
46046
  */
46029
46047
  export type ConnectCampaignsV2CampaignEmailOutboundConfig = {
@@ -46421,6 +46439,59 @@ export type ConnectCampaignsV2CampaignTimeWindow = {
46421
46439
  */
46422
46440
  RestrictedPeriods?: ConnectCampaignsV2CampaignRestrictedPeriods;
46423
46441
  };
46442
+ /**
46443
+ * Type definition for `AWS::ConnectCampaignsV2::Campaign.WhatsAppChannelSubtypeConfig`.
46444
+ * WhatsApp Channel Subtype config
46445
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-whatsappchannelsubtypeconfig.html}
46446
+ */
46447
+ export type ConnectCampaignsV2CampaignWhatsAppChannelSubtypeConfig = {
46448
+ /**
46449
+ * Allocates outbound capacity for the specific channel of this campaign between multiple active campaigns
46450
+ * @min `0.01`
46451
+ * @max `1`
46452
+ */
46453
+ Capacity?: number;
46454
+ /**
46455
+ * Default WhatsApp outbound config
46456
+ */
46457
+ DefaultOutboundConfig: ConnectCampaignsV2CampaignWhatsAppOutboundConfig;
46458
+ /**
46459
+ * WhatsApp Outbound Mode
46460
+ */
46461
+ OutboundMode: ConnectCampaignsV2CampaignWhatsAppOutboundMode;
46462
+ };
46463
+ /**
46464
+ * Type definition for `AWS::ConnectCampaignsV2::Campaign.WhatsAppOutboundConfig`.
46465
+ * Default WhatsApp outbound config
46466
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-whatsappoutboundconfig.html}
46467
+ */
46468
+ export type ConnectCampaignsV2CampaignWhatsAppOutboundConfig = {
46469
+ /**
46470
+ * Arn
46471
+ * @minLength `20`
46472
+ * @maxLength `500`
46473
+ * @pattern `^arn:.*$`
46474
+ */
46475
+ ConnectSourcePhoneNumberArn: string;
46476
+ /**
46477
+ * Arn
46478
+ * @minLength `20`
46479
+ * @maxLength `500`
46480
+ * @pattern `^arn:.*$`
46481
+ */
46482
+ WisdomTemplateArn: string;
46483
+ };
46484
+ /**
46485
+ * Type definition for `AWS::ConnectCampaignsV2::Campaign.WhatsAppOutboundMode`.
46486
+ * WhatsApp Outbound Mode
46487
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-whatsappoutboundmode.html}
46488
+ */
46489
+ export type ConnectCampaignsV2CampaignWhatsAppOutboundMode = {
46490
+ /**
46491
+ * Agentless config
46492
+ */
46493
+ AgentlessConfig?: ConnectCampaignsV2CampaignAgentlessConfig;
46494
+ };
46424
46495
  /**
46425
46496
  * Definition of AWS::ControlTower::EnabledBaseline Resource Type
46426
46497
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-controltower-enabledbaseline.html}
@@ -74313,6 +74384,56 @@ export type EKSNodegroupNodeRepairConfig = {
74313
74384
  * Set this value to true to enable node auto repair for the node group.
74314
74385
  */
74315
74386
  Enabled?: boolean;
74387
+ /**
74388
+ * Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a count of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedPercentage at the same time.
74389
+ * @min `1`
74390
+ */
74391
+ MaxParallelNodesRepairedCount?: number;
74392
+ /**
74393
+ * Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a percentage of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedCount at the same time.
74394
+ * @min `1`
74395
+ * @max `100`
74396
+ */
74397
+ MaxParallelNodesRepairedPercentage?: number;
74398
+ /**
74399
+ * Specify a count threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdPercentage at the same time.
74400
+ * @min `1`
74401
+ */
74402
+ MaxUnhealthyNodeThresholdCount?: number;
74403
+ /**
74404
+ * Specify a percentage threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdCount at the same time.
74405
+ * @min `1`
74406
+ * @max `100`
74407
+ */
74408
+ MaxUnhealthyNodeThresholdPercentage?: number;
74409
+ /**
74410
+ * Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
74411
+ */
74412
+ NodeRepairConfigOverrides?: EKSNodegroupNodeRepairConfigOverrides[];
74413
+ };
74414
+ /**
74415
+ * Type definition for `AWS::EKS::Nodegroup.NodeRepairConfigOverrides`.
74416
+ * Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
74417
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-nodegroup-noderepairconfigoverrides.html}
74418
+ */
74419
+ export type EKSNodegroupNodeRepairConfigOverrides = {
74420
+ /**
74421
+ * Specify the minimum time in minutes to wait before attempting to repair a node with this specific NodeMonitoringCondition and NodeUnhealthyReason.
74422
+ * @min `1`
74423
+ */
74424
+ MinRepairWaitTimeMins?: number;
74425
+ /**
74426
+ * Specify an unhealthy condition reported by the node monitoring agent that this override would apply to.
74427
+ */
74428
+ NodeMonitoringCondition?: string;
74429
+ /**
74430
+ * Specify a reason reported by the node monitoring agent that this override would apply to.
74431
+ */
74432
+ NodeUnhealthyReason?: string;
74433
+ /**
74434
+ * Specify the repair action to take for nodes when all of the specified conditions are met.
74435
+ */
74436
+ RepairAction?: "Replace" | "Reboot" | "NoAction";
74316
74437
  };
74317
74438
  /**
74318
74439
  * Type definition for `AWS::EKS::Nodegroup.RemoteAccess`.
@@ -75672,7 +75793,7 @@ export type ElasticLoadBalancingV2ListenerProps = {
75672
75793
  */
75673
75794
  Port?: number;
75674
75795
  /**
75675
- * The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP protocol if dual-stack mode is enabled. You can't specify a protocol for a Gateway Load Balancer.
75796
+ * The protocol for connections from clients to the load balancer. For Application Load Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported protocols are TCP, TLS, UDP, TCP_UDP, QUIC, and TCP_QUIC. You can’t specify the UDP, TCP_UDP, QUIC, or TCP_QUIC protocol if dual-stack mode is enabled. You can't specify a protocol for a Gateway Load Balancer.
75676
75797
  */
75677
75798
  Protocol?: string;
75678
75799
  /**
@@ -75711,6 +75832,9 @@ export type ElasticLoadBalancingV2ListenerAction = {
75711
75832
  If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
75712
75833
  */
75713
75834
  ForwardConfig?: ElasticLoadBalancingV2ListenerForwardConfig;
75835
+ /**
75836
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when ``Type`` is ``jwt-validation``.
75837
+ */
75714
75838
  JwtValidationConfig?: ElasticLoadBalancingV2ListenerJwtValidationConfig;
75715
75839
  /**
75716
75840
  * The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
@@ -75880,11 +76004,21 @@ export type ElasticLoadBalancingV2ListenerForwardConfig = {
75880
76004
  };
75881
76005
  /**
75882
76006
  * Type definition for `AWS::ElasticLoadBalancingV2::Listener.JwtValidationActionAdditionalClaim`.
76007
+ * Information about an additional claim to validate.
75883
76008
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listener-jwtvalidationactionadditionalclaim.html}
75884
76009
  */
75885
76010
  export type ElasticLoadBalancingV2ListenerJwtValidationActionAdditionalClaim = {
76011
+ /**
76012
+ * The format of the claim value.
76013
+ */
75886
76014
  Format: string;
76015
+ /**
76016
+ * The name of the claim. You can't specify ``exp``, ``iss``, ``nbf``, or ``iat`` because we validate them by default.
76017
+ */
75887
76018
  Name: string;
76019
+ /**
76020
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is ``space-separated-values``, the values can't include spaces.
76021
+ */
75888
76022
  Values: string[];
75889
76023
  };
75890
76024
  /**
@@ -76108,6 +76242,9 @@ export type ElasticLoadBalancingV2ListenerRuleAction = {
76108
76242
  If you specify both ``ForwardConfig`` and ``TargetGroupArn``, you can specify only one target group using ``ForwardConfig`` and it must be the same target group specified in ``TargetGroupArn``.
76109
76243
  */
76110
76244
  ForwardConfig?: ElasticLoadBalancingV2ListenerRuleForwardConfig;
76245
+ /**
76246
+ * [HTTPS listeners] Information for validating JWT access tokens in client requests. Specify only when ``Type`` is ``jwt-validation``.
76247
+ */
76111
76248
  JwtValidationConfig?: ElasticLoadBalancingV2ListenerRuleJwtValidationConfig;
76112
76249
  /**
76113
76250
  * The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.
@@ -76311,11 +76448,21 @@ export type ElasticLoadBalancingV2ListenerRuleHttpRequestMethodConfig = {
76311
76448
  };
76312
76449
  /**
76313
76450
  * Type definition for `AWS::ElasticLoadBalancingV2::ListenerRule.JwtValidationActionAdditionalClaim`.
76451
+ * Information about an additional claim to validate.
76314
76452
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-jwtvalidationactionadditionalclaim.html}
76315
76453
  */
76316
76454
  export type ElasticLoadBalancingV2ListenerRuleJwtValidationActionAdditionalClaim = {
76455
+ /**
76456
+ * The format of the claim value.
76457
+ */
76317
76458
  Format: string;
76459
+ /**
76460
+ * The name of the claim. You can't specify ``exp``, ``iss``, ``nbf``, or ``iat`` because we validate them by default.
76461
+ */
76318
76462
  Name: string;
76463
+ /**
76464
+ * The claim value. The maximum size of the list is 10. Each value can be up to 256 characters in length. If the format is ``space-separated-values``, the values can't include spaces.
76465
+ */
76319
76466
  Values: string[];
76320
76467
  };
76321
76468
  /**
@@ -76659,6 +76806,9 @@ export type ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute = {
76659
76806
  + ``connection_logs.s3.enabled`` - Indicates whether connection logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
76660
76807
  + ``connection_logs.s3.bucket`` - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
76661
76808
  + ``connection_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the connection logs.
76809
+ + ``health_check_logs.s3.enabled`` - Indicates whether health check logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
76810
+ + ``health_check_logs.s3.bucket`` - The name of the S3 bucket for the health check logs. This attribute is required if health check logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
76811
+ + ``health_check_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the health check logs.
76662
76812
  + ``routing.http.desync_mitigation_mode`` - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are ``monitor``, ``defensive``, and ``strictest``. The default is ``defensive``.
76663
76813
  + ``routing.http.drop_invalid_header_fields.enabled`` - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (``true``) or routed to targets (``false``). The default is ``false``.
76664
76814
  + ``routing.http.preserve_host_header.enabled`` - Indicates whether the Application Load Balancer should preserve the ``Host`` header in the HTTP request and send it to the target without any change. The possible values are ``true`` and ``false``. The default is ``false``.
@@ -83237,15 +83387,28 @@ export type FSxFileSystemWindowsConfiguration = {
83237
83387
  */
83238
83388
  export type FSxS3AccessPointAttachmentProps = {
83239
83389
  /**
83240
- * The Name of the S3AccessPointAttachment
83390
+ * The name of the S3 access point attachment; also used for the name of the S3 access point.
83241
83391
  * @minLength `3`
83242
83392
  * @maxLength `50`
83243
83393
  * @pattern `^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$`
83244
83394
  */
83245
83395
  Name: string;
83246
- OpenZFSConfiguration: FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration;
83396
+ /**
83397
+ * The OntapConfiguration of the S3 access point attachment.
83398
+ */
83399
+ OntapConfiguration?: FSxS3AccessPointAttachmentS3AccessPointOntapConfiguration;
83400
+ /**
83401
+ * The OpenZFSConfiguration of the S3 access point attachment.
83402
+ */
83403
+ OpenZFSConfiguration?: FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration;
83404
+ /**
83405
+ * The S3 access point configuration of the S3 access point attachment.
83406
+ */
83247
83407
  S3AccessPoint?: FSxS3AccessPointAttachmentS3AccessPoint;
83248
- Type: "OPENZFS";
83408
+ /**
83409
+ * The type of Amazon FSx volume that the S3 access point is attached to.
83410
+ */
83411
+ Type: "OPENZFS" | "ONTAP";
83249
83412
  };
83250
83413
  /**
83251
83414
  * Type definition for `AWS::FSx::S3AccessPointAttachment.FileSystemGID`.
@@ -83253,17 +83416,68 @@ export type FSxS3AccessPointAttachmentProps = {
83253
83416
  */
83254
83417
  export type FSxS3AccessPointAttachmentFileSystemGID = {
83255
83418
  /**
83419
+ * The GID of the file system user.
83256
83420
  * @min `0`
83257
83421
  * @max `4294967295`
83258
83422
  */
83259
83423
  Gid: number;
83260
83424
  };
83425
+ /**
83426
+ * Type definition for `AWS::FSx::S3AccessPointAttachment.OntapFileSystemIdentity`.
83427
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapfilesystemidentity.html}
83428
+ */
83429
+ export type FSxS3AccessPointAttachmentOntapFileSystemIdentity = {
83430
+ /**
83431
+ * Specifies the FSx for ONTAP user identity type, accepts either UNIX or WINDOWS.
83432
+ */
83433
+ Type: "UNIX" | "WINDOWS";
83434
+ /**
83435
+ * Specifies the properties of the file system UNIX user.
83436
+ */
83437
+ UnixUser?: FSxS3AccessPointAttachmentOntapUnixFileSystemUser;
83438
+ /**
83439
+ * Specifies the properties of the file system Windows user.
83440
+ */
83441
+ WindowsUser?: FSxS3AccessPointAttachmentOntapWindowsFileSystemUser;
83442
+ };
83443
+ /**
83444
+ * Type definition for `AWS::FSx::S3AccessPointAttachment.OntapUnixFileSystemUser`.
83445
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapunixfilesystemuser.html}
83446
+ */
83447
+ export type FSxS3AccessPointAttachmentOntapUnixFileSystemUser = {
83448
+ /**
83449
+ * The name of the UNIX user.
83450
+ * @minLength `1`
83451
+ * @maxLength `256`
83452
+ * @pattern `^[^\u0000\u0085\u2028\u2029\r\n]{1,256}$`
83453
+ */
83454
+ Name: string;
83455
+ };
83456
+ /**
83457
+ * Type definition for `AWS::FSx::S3AccessPointAttachment.OntapWindowsFileSystemUser`.
83458
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-ontapwindowsfilesystemuser.html}
83459
+ */
83460
+ export type FSxS3AccessPointAttachmentOntapWindowsFileSystemUser = {
83461
+ /**
83462
+ * The name of the Windows user.
83463
+ * @minLength `1`
83464
+ * @maxLength `256`
83465
+ * @pattern `^[^\u0000\u0085\u2028\u2029\r\n]{1,256}$`
83466
+ */
83467
+ Name: string;
83468
+ };
83261
83469
  /**
83262
83470
  * Type definition for `AWS::FSx::S3AccessPointAttachment.OpenZFSFileSystemIdentity`.
83263
83471
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html}
83264
83472
  */
83265
83473
  export type FSxS3AccessPointAttachmentOpenZFSFileSystemIdentity = {
83474
+ /**
83475
+ * Specifies the UID and GIDs of the file system POSIX user.
83476
+ */
83266
83477
  PosixUser: FSxS3AccessPointAttachmentOpenZFSPosixFileSystemUser;
83478
+ /**
83479
+ * Specifies the FSx for OpenZFS user identity type, accepts only POSIX.
83480
+ */
83267
83481
  Type: "POSIX";
83268
83482
  };
83269
83483
  /**
@@ -83272,12 +83486,17 @@ export type FSxS3AccessPointAttachmentOpenZFSFileSystemIdentity = {
83272
83486
  */
83273
83487
  export type FSxS3AccessPointAttachmentOpenZFSPosixFileSystemUser = {
83274
83488
  /**
83489
+ * The GID of the file system user.
83275
83490
  * @min `0`
83276
83491
  * @max `4294967295`
83277
83492
  */
83278
83493
  Gid: number;
83494
+ /**
83495
+ * The list of secondary GIDs for the file system user.
83496
+ */
83279
83497
  SecondaryGids?: FSxS3AccessPointAttachmentFileSystemGID[];
83280
83498
  /**
83499
+ * The UID of the file system user.
83281
83500
  * @min `0`
83282
83501
  * @max `4294967295`
83283
83502
  */
@@ -83288,16 +83507,43 @@ export type FSxS3AccessPointAttachmentOpenZFSPosixFileSystemUser = {
83288
83507
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html}
83289
83508
  */
83290
83509
  export type FSxS3AccessPointAttachmentS3AccessPoint = {
83510
+ /**
83511
+ * The S3 access point's policy.
83512
+ */
83291
83513
  Policy?: Record<string, any> | string;
83514
+ /**
83515
+ * The S3 access point's virtual private cloud (VPC) configuration.
83516
+ */
83292
83517
  VpcConfiguration?: FSxS3AccessPointAttachmentS3AccessPointVpcConfiguration;
83293
83518
  };
83519
+ /**
83520
+ * Type definition for `AWS::FSx::S3AccessPointAttachment.S3AccessPointOntapConfiguration`.
83521
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointontapconfiguration.html}
83522
+ */
83523
+ export type FSxS3AccessPointAttachmentS3AccessPointOntapConfiguration = {
83524
+ /**
83525
+ * The file system identity used to authorize file access requests made using the S3 access point.
83526
+ */
83527
+ FileSystemIdentity: FSxS3AccessPointAttachmentOntapFileSystemIdentity;
83528
+ /**
83529
+ * The ID of the FSx for ONTAP volume that the S3 access point is attached to.
83530
+ * @minLength `23`
83531
+ * @maxLength `23`
83532
+ * @pattern `^(fsvol-[0-9a-f]{17,})$`
83533
+ */
83534
+ VolumeId: string;
83535
+ };
83294
83536
  /**
83295
83537
  * Type definition for `AWS::FSx::S3AccessPointAttachment.S3AccessPointOpenZFSConfiguration`.
83296
83538
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html}
83297
83539
  */
83298
83540
  export type FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration = {
83541
+ /**
83542
+ * The file system identity used to authorize file access requests made using the S3 access point.
83543
+ */
83299
83544
  FileSystemIdentity: FSxS3AccessPointAttachmentOpenZFSFileSystemIdentity;
83300
83545
  /**
83546
+ * The ID of the FSx for OpenZFS volume that the S3 access point is attached to.
83301
83547
  * @minLength `23`
83302
83548
  * @maxLength `23`
83303
83549
  * @pattern `^(fsvol-[0-9a-f]{17,})$`
@@ -83310,6 +83556,7 @@ export type FSxS3AccessPointAttachmentS3AccessPointOpenZFSConfiguration = {
83310
83556
  */
83311
83557
  export type FSxS3AccessPointAttachmentS3AccessPointVpcConfiguration = {
83312
83558
  /**
83559
+ * Specifies the virtual private cloud (VPC) for the S3 access point VPC configuration, if one exists.
83313
83560
  * @minLength `12`
83314
83561
  * @maxLength `21`
83315
83562
  * @pattern `^(vpc-[0-9a-f]{8,})$`
@@ -128478,6 +128725,7 @@ export type MSKClusterConfigurationInfo = {
128478
128725
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-connectivityinfo.html}
128479
128726
  */
128480
128727
  export type MSKClusterConnectivityInfo = {
128728
+ NetworkType?: MSKClusterNetworkType;
128481
128729
  PublicAccess?: MSKClusterPublicAccess;
128482
128730
  VpcConnectivity?: MSKClusterVpcConnectivity;
128483
128731
  };
@@ -128545,6 +128793,11 @@ export type MSKClusterJmxExporter = {
128545
128793
  export type MSKClusterLoggingInfo = {
128546
128794
  BrokerLogs: MSKClusterBrokerLogs;
128547
128795
  };
128796
+ /**
128797
+ * Type definition for `AWS::MSK::Cluster.NetworkType`.
128798
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-networktype.html}
128799
+ */
128800
+ export type MSKClusterNetworkType = "IPV4" | "DUAL";
128548
128801
  /**
128549
128802
  * Type definition for `AWS::MSK::Cluster.NodeExporter`.
128550
128803
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html}
@@ -133097,18 +133350,221 @@ export type ObservabilityAdminOrganizationTelemetryRuleAttributes = {
133097
133350
  */
133098
133351
  RuleArn: string;
133099
133352
  };
133353
+ /**
133354
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Action`.
133355
+ * The enumerated action to take.
133356
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-action.html}
133357
+ */
133358
+ export type ObservabilityAdminOrganizationTelemetryRuleAction = "ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT";
133359
+ /**
133360
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.ActionCondition`.
133361
+ * The condition of the action desired in the filter.
133362
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-actioncondition.html}
133363
+ */
133364
+ export type ObservabilityAdminOrganizationTelemetryRuleActionCondition = {
133365
+ /**
133366
+ * The enumerated action to take.
133367
+ */
133368
+ Action?: ObservabilityAdminOrganizationTelemetryRuleAction;
133369
+ };
133370
+ /**
133371
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.AdvancedEventSelector`.
133372
+ * An advanced event selector that includes optional name and field selectors
133373
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-advancedeventselector.html}
133374
+ */
133375
+ export type ObservabilityAdminOrganizationTelemetryRuleAdvancedEventSelector = {
133376
+ /**
133377
+ * Contains all selector statements in an advanced event selector.
133378
+ */
133379
+ FieldSelectors: ObservabilityAdminOrganizationTelemetryRuleAdvancedFieldSelector[];
133380
+ /**
133381
+ * An optional descriptive name for the advanced event selector
133382
+ */
133383
+ Name?: string;
133384
+ };
133385
+ /**
133386
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.AdvancedFieldSelector`.
133387
+ * A single selector statement in an advanced event selector.
133388
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-advancedfieldselector.html}
133389
+ */
133390
+ export type ObservabilityAdminOrganizationTelemetryRuleAdvancedFieldSelector = {
133391
+ /**
133392
+ * An operator that includes events that match the last few characters of the event record field specified as the value of Field.
133393
+ */
133394
+ EndsWith?: string[];
133395
+ /**
133396
+ * An operator that includes events that match the exact value of the event record field specified as the value of Field.
133397
+ */
133398
+ Equals?: string[];
133399
+ /**
133400
+ * A field in a CloudTrail event record on which to filter events to be logged
133401
+ * @minLength `1`
133402
+ * @maxLength `1000`
133403
+ */
133404
+ Field?: string;
133405
+ /**
133406
+ * An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
133407
+ */
133408
+ NotEndsWith?: string[];
133409
+ /**
133410
+ * An operator that excludes events that match the exact value of the event record field specified as the value of Field.
133411
+ */
133412
+ NotEquals?: string[];
133413
+ /**
133414
+ * An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
133415
+ */
133416
+ NotStartsWith?: string[];
133417
+ /**
133418
+ * An operator that includes events that match the first few characters of the event record field specified as the value of Field.
133419
+ */
133420
+ StartsWith?: string[];
133421
+ };
133422
+ /**
133423
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.CloudtrailParameters`.
133424
+ * Telemetry parameters for Cloudtrail
133425
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-cloudtrailparameters.html}
133426
+ */
133427
+ export type ObservabilityAdminOrganizationTelemetryRuleCloudtrailParameters = {
133428
+ /**
133429
+ * Create fine-grained selectors for AWS CloudTrail management and data.
133430
+ */
133431
+ AdvancedEventSelectors: ObservabilityAdminOrganizationTelemetryRuleAdvancedEventSelector[];
133432
+ };
133433
+ /**
133434
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Condition`.
133435
+ * A condition for a filter.
133436
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-condition.html}
133437
+ */
133438
+ export type ObservabilityAdminOrganizationTelemetryRuleCondition = {
133439
+ /**
133440
+ * The condition of the action desired in the filter.
133441
+ */
133442
+ ActionCondition?: ObservabilityAdminOrganizationTelemetryRuleActionCondition;
133443
+ /**
133444
+ * The label name of the condition.
133445
+ */
133446
+ LabelNameCondition?: ObservabilityAdminOrganizationTelemetryRuleLabelNameCondition;
133447
+ };
133100
133448
  /**
133101
133449
  * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.DestinationType`.
133102
133450
  * Type of telemetry destination
133103
133451
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-destinationtype.html}
133104
133452
  */
133105
133453
  export type ObservabilityAdminOrganizationTelemetryRuleDestinationType = "cloud-watch-logs";
133454
+ /**
133455
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.ELBLoadBalancerLoggingParameters`.
133456
+ * Telemetry parameters for ELB/NLB Load Balancer Logs
133457
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-elbloadbalancerloggingparameters.html}
133458
+ */
133459
+ export type ObservabilityAdminOrganizationTelemetryRuleELBLoadBalancerLoggingParameters = {
133460
+ /**
133461
+ * A delimiter to delineate log fields
133462
+ */
133463
+ FieldDelimiter?: string;
133464
+ OutputFormat?: "plain" | "json";
133465
+ };
133466
+ /**
133467
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.FieldToMatch`.
133468
+ * The field that we want to match this rule to.
133469
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-fieldtomatch.html}
133470
+ */
133471
+ export type ObservabilityAdminOrganizationTelemetryRuleFieldToMatch = {
133472
+ /**
133473
+ * The method with which to match this rule.
133474
+ */
133475
+ Method?: string;
133476
+ /**
133477
+ * The query string to find the resource to match this field to.
133478
+ */
133479
+ QueryString?: string;
133480
+ /**
133481
+ * Header for the field to match.
133482
+ */
133483
+ SingleHeader?: ObservabilityAdminOrganizationTelemetryRuleSingleHeader;
133484
+ /**
133485
+ * This is the URI path to match this rule to.
133486
+ */
133487
+ UriPath?: string;
133488
+ };
133489
+ /**
133490
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Filter`.
133491
+ * A filter to be applied
133492
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-filter.html}
133493
+ */
133494
+ export type ObservabilityAdminOrganizationTelemetryRuleFilter = {
133495
+ /**
133496
+ * The behavior required of the filter.
133497
+ */
133498
+ Behavior?: ObservabilityAdminOrganizationTelemetryRuleFilterBehavior;
133499
+ /**
133500
+ * A list of conditions for a filter.
133501
+ */
133502
+ Conditions?: ObservabilityAdminOrganizationTelemetryRuleCondition[];
133503
+ /**
133504
+ * The requirement portion of the filter.
133505
+ */
133506
+ Requirement?: ObservabilityAdminOrganizationTelemetryRuleFilterRequirement;
133507
+ };
133508
+ /**
133509
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.FilterBehavior`.
133510
+ * The behavior required of the filter.
133511
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-filterbehavior.html}
133512
+ */
133513
+ export type ObservabilityAdminOrganizationTelemetryRuleFilterBehavior = "KEEP" | "DROP";
133514
+ /**
133515
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.FilterRequirement`.
133516
+ * The requirement portion of the filter.
133517
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-filterrequirement.html}
133518
+ */
133519
+ export type ObservabilityAdminOrganizationTelemetryRuleFilterRequirement = "MEETS_ALL" | "MEETS_ANY";
133520
+ /**
133521
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.LabelNameCondition`.
133522
+ * The label name of the condition.
133523
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-labelnamecondition.html}
133524
+ */
133525
+ export type ObservabilityAdminOrganizationTelemetryRuleLabelNameCondition = {
133526
+ /**
133527
+ * The label name of the condition.
133528
+ * @minLength `1`
133529
+ * @maxLength `1024`
133530
+ * @pattern `^[0-9A-Za-z_\-:]+$`
133531
+ */
133532
+ LabelName?: string;
133533
+ };
133534
+ /**
133535
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.LoggingFilter`.
133536
+ * Default handling for logs that don't match any of the specified filtering conditions.
133537
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-loggingfilter.html}
133538
+ */
133539
+ export type ObservabilityAdminOrganizationTelemetryRuleLoggingFilter = {
133540
+ /**
133541
+ * The behavior required of the filter.
133542
+ */
133543
+ DefaultBehavior?: ObservabilityAdminOrganizationTelemetryRuleFilterBehavior;
133544
+ /**
133545
+ * A list of filters to be applied.
133546
+ */
133547
+ Filters?: ObservabilityAdminOrganizationTelemetryRuleFilter[];
133548
+ };
133106
133549
  /**
133107
133550
  * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.ResourceType`.
133108
133551
  * Resource Type associated with the Organization Telemetry Rule
133109
133552
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-resourcetype.html}
133110
133553
  */
133111
- export type ObservabilityAdminOrganizationTelemetryRuleResourceType = "AWS::EC2::VPC";
133554
+ export type ObservabilityAdminOrganizationTelemetryRuleResourceType = "AWS::EC2::VPC" | "AWS::WAFv2::WebACL" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::ElasticLoadBalancingV2::LoadBalancer";
133555
+ /**
133556
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.SingleHeader`.
133557
+ * Header for the field to match.
133558
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-singleheader.html}
133559
+ */
133560
+ export type ObservabilityAdminOrganizationTelemetryRuleSingleHeader = {
133561
+ /**
133562
+ * The name of the header
133563
+ * @minLength `1`
133564
+ * @maxLength `64`
133565
+ */
133566
+ Name: string;
133567
+ };
133112
133568
  /**
133113
133569
  * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.Tag`.
133114
133570
  * A key-value pair to associate with a resource
@@ -133134,6 +133590,10 @@ export type ObservabilityAdminOrganizationTelemetryRuleTag = {
133134
133590
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html}
133135
133591
  */
133136
133592
  export type ObservabilityAdminOrganizationTelemetryRuleTelemetryDestinationConfiguration = {
133593
+ /**
133594
+ * Telemetry parameters for Cloudtrail
133595
+ */
133596
+ CloudtrailParameters?: ObservabilityAdminOrganizationTelemetryRuleCloudtrailParameters;
133137
133597
  /**
133138
133598
  * Pattern for telemetry data destination
133139
133599
  */
@@ -133142,6 +133602,10 @@ export type ObservabilityAdminOrganizationTelemetryRuleTelemetryDestinationConfi
133142
133602
  * Type of telemetry destination
133143
133603
  */
133144
133604
  DestinationType?: ObservabilityAdminOrganizationTelemetryRuleDestinationType;
133605
+ /**
133606
+ * Telemetry parameters for ELB/NLB Load Balancer Logs
133607
+ */
133608
+ ELBLoadBalancerLoggingParameters?: ObservabilityAdminOrganizationTelemetryRuleELBLoadBalancerLoggingParameters;
133145
133609
  /**
133146
133610
  * Number of days to retain the telemetry data in the specified destination
133147
133611
  */
@@ -133150,6 +133614,10 @@ export type ObservabilityAdminOrganizationTelemetryRuleTelemetryDestinationConfi
133150
133614
  * Telemetry parameters for VPC Flow logs
133151
133615
  */
133152
133616
  VPCFlowLogParameters?: ObservabilityAdminOrganizationTelemetryRuleVPCFlowLogParameters;
133617
+ /**
133618
+ * Telemetry parameters for WAF v2 Web ACL
133619
+ */
133620
+ WAFLoggingParameters?: ObservabilityAdminOrganizationTelemetryRuleWAFLoggingParameters;
133153
133621
  };
133154
133622
  /**
133155
133623
  * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.TelemetryRule`.
@@ -133173,11 +133641,21 @@ export type ObservabilityAdminOrganizationTelemetryRuleTelemetryRule = {
133173
133641
  * Selection Criteria on resource level for rule application
133174
133642
  */
133175
133643
  SelectionCriteria?: string;
133644
+ /**
133645
+ * The telemetry source types for a telemetry rule.
133646
+ */
133647
+ TelemetrySourceTypes?: ObservabilityAdminOrganizationTelemetryRuleTelemetrySourceType[];
133176
133648
  /**
133177
133649
  * Telemetry Type associated with the Organization Telemetry Rule
133178
133650
  */
133179
133651
  TelemetryType: ObservabilityAdminOrganizationTelemetryRuleTelemetryType;
133180
133652
  };
133653
+ /**
133654
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.TelemetrySourceType`.
133655
+ * The telemetry source type that goes into the array.
133656
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrysourcetype.html}
133657
+ */
133658
+ export type ObservabilityAdminOrganizationTelemetryRuleTelemetrySourceType = "VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS";
133181
133659
  /**
133182
133660
  * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.TelemetryType`.
133183
133661
  * Telemetry Type associated with the Organization Telemetry Rule
@@ -133203,6 +133681,32 @@ export type ObservabilityAdminOrganizationTelemetryRuleVPCFlowLogParameters = {
133203
133681
  */
133204
133682
  TrafficType?: string;
133205
133683
  };
133684
+ /**
133685
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.WAFLoggingParameters`.
133686
+ * Telemetry parameters for WAF v2 Web ACL
133687
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-wafloggingparameters.html}
133688
+ */
133689
+ export type ObservabilityAdminOrganizationTelemetryRuleWAFLoggingParameters = {
133690
+ /**
133691
+ * The type of logs to generate for WAF.
133692
+ */
133693
+ LogType?: ObservabilityAdminOrganizationTelemetryRuleWAFLogType;
133694
+ /**
133695
+ * Default handling for logs that don't match any of the specified filtering conditions.
133696
+ */
133697
+ LoggingFilter?: ObservabilityAdminOrganizationTelemetryRuleLoggingFilter;
133698
+ /**
133699
+ * Fields not to be included in the logs.
133700
+ * @maxLength `100`
133701
+ */
133702
+ RedactedFields?: ObservabilityAdminOrganizationTelemetryRuleFieldToMatch[];
133703
+ };
133704
+ /**
133705
+ * Type definition for `AWS::ObservabilityAdmin::OrganizationTelemetryRule.WAFLogType`.
133706
+ * The type of logs to generate for WAF.
133707
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-waflogtype.html}
133708
+ */
133709
+ export type ObservabilityAdminOrganizationTelemetryRuleWAFLogType = "WAF_LOGS";
133206
133710
  /**
133207
133711
  * Resource type definition for `AWS::ObservabilityAdmin::S3TableIntegration`.
133208
133712
  * Resource Type definition for a CloudWatch Observability Admin S3 Table Integration.
@@ -133494,18 +133998,221 @@ export type ObservabilityAdminTelemetryRuleAttributes = {
133494
133998
  */
133495
133999
  RuleArn: string;
133496
134000
  };
134001
+ /**
134002
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Action`.
134003
+ * The enumerated action to take.
134004
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-action.html}
134005
+ */
134006
+ export type ObservabilityAdminTelemetryRuleAction = "ALLOW" | "BLOCK" | "COUNT" | "CAPTCHA" | "CHALLENGE" | "EXCLUDED_AS_COUNT";
134007
+ /**
134008
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.ActionCondition`.
134009
+ * The condition of the action desired in the filter.
134010
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-actioncondition.html}
134011
+ */
134012
+ export type ObservabilityAdminTelemetryRuleActionCondition = {
134013
+ /**
134014
+ * The enumerated action to take.
134015
+ */
134016
+ Action?: ObservabilityAdminTelemetryRuleAction;
134017
+ };
134018
+ /**
134019
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.AdvancedEventSelector`.
134020
+ * An advanced event selector that includes optional name and field selectors
134021
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-advancedeventselector.html}
134022
+ */
134023
+ export type ObservabilityAdminTelemetryRuleAdvancedEventSelector = {
134024
+ /**
134025
+ * Contains all selector statements in an advanced event selector.
134026
+ */
134027
+ FieldSelectors: ObservabilityAdminTelemetryRuleAdvancedFieldSelector[];
134028
+ /**
134029
+ * An optional descriptive name for the advanced event selector
134030
+ */
134031
+ Name?: string;
134032
+ };
134033
+ /**
134034
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.AdvancedFieldSelector`.
134035
+ * A single selector statement in an advanced event selector.
134036
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-advancedfieldselector.html}
134037
+ */
134038
+ export type ObservabilityAdminTelemetryRuleAdvancedFieldSelector = {
134039
+ /**
134040
+ * An operator that includes events that match the last few characters of the event record field specified as the value of Field.
134041
+ */
134042
+ EndsWith?: string[];
134043
+ /**
134044
+ * An operator that includes events that match the exact value of the event record field specified as the value of Field.
134045
+ */
134046
+ Equals?: string[];
134047
+ /**
134048
+ * A field in a CloudTrail event record on which to filter events to be logged
134049
+ * @minLength `1`
134050
+ * @maxLength `1000`
134051
+ */
134052
+ Field?: string;
134053
+ /**
134054
+ * An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
134055
+ */
134056
+ NotEndsWith?: string[];
134057
+ /**
134058
+ * An operator that excludes events that match the exact value of the event record field specified as the value of Field.
134059
+ */
134060
+ NotEquals?: string[];
134061
+ /**
134062
+ * An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
134063
+ */
134064
+ NotStartsWith?: string[];
134065
+ /**
134066
+ * An operator that includes events that match the first few characters of the event record field specified as the value of Field.
134067
+ */
134068
+ StartsWith?: string[];
134069
+ };
134070
+ /**
134071
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.CloudtrailParameters`.
134072
+ * Telemetry parameters for Cloudtrail
134073
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-cloudtrailparameters.html}
134074
+ */
134075
+ export type ObservabilityAdminTelemetryRuleCloudtrailParameters = {
134076
+ /**
134077
+ * Create fine-grained selectors for AWS CloudTrail management and data.
134078
+ */
134079
+ AdvancedEventSelectors: ObservabilityAdminTelemetryRuleAdvancedEventSelector[];
134080
+ };
134081
+ /**
134082
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Condition`.
134083
+ * A condition for a filter.
134084
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-condition.html}
134085
+ */
134086
+ export type ObservabilityAdminTelemetryRuleCondition = {
134087
+ /**
134088
+ * The condition of the action desired in the filter.
134089
+ */
134090
+ ActionCondition?: ObservabilityAdminTelemetryRuleActionCondition;
134091
+ /**
134092
+ * The label name of the condition.
134093
+ */
134094
+ LabelNameCondition?: ObservabilityAdminTelemetryRuleLabelNameCondition;
134095
+ };
133497
134096
  /**
133498
134097
  * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.DestinationType`.
133499
134098
  * Type of telemetry destination
133500
134099
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-destinationtype.html}
133501
134100
  */
133502
134101
  export type ObservabilityAdminTelemetryRuleDestinationType = "cloud-watch-logs";
134102
+ /**
134103
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.ELBLoadBalancerLoggingParameters`.
134104
+ * Telemetry parameters for ELB/NLB Load Balancer Logs
134105
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-elbloadbalancerloggingparameters.html}
134106
+ */
134107
+ export type ObservabilityAdminTelemetryRuleELBLoadBalancerLoggingParameters = {
134108
+ /**
134109
+ * A delimiter to delineate log fields
134110
+ */
134111
+ FieldDelimiter?: string;
134112
+ OutputFormat?: "plain" | "json";
134113
+ };
134114
+ /**
134115
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.FieldToMatch`.
134116
+ * The field that we want to match this rule to.
134117
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-fieldtomatch.html}
134118
+ */
134119
+ export type ObservabilityAdminTelemetryRuleFieldToMatch = {
134120
+ /**
134121
+ * The method with which to match this rule.
134122
+ */
134123
+ Method?: string;
134124
+ /**
134125
+ * The query string to find the resource to match this field to.
134126
+ */
134127
+ QueryString?: string;
134128
+ /**
134129
+ * Header for the field to match.
134130
+ */
134131
+ SingleHeader?: ObservabilityAdminTelemetryRuleSingleHeader;
134132
+ /**
134133
+ * This is the URI path to match this rule to.
134134
+ */
134135
+ UriPath?: string;
134136
+ };
134137
+ /**
134138
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Filter`.
134139
+ * A filter to be applied
134140
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-filter.html}
134141
+ */
134142
+ export type ObservabilityAdminTelemetryRuleFilter = {
134143
+ /**
134144
+ * The behavior required of the filter.
134145
+ */
134146
+ Behavior?: ObservabilityAdminTelemetryRuleFilterBehavior;
134147
+ /**
134148
+ * A list of conditions for a filter.
134149
+ */
134150
+ Conditions?: ObservabilityAdminTelemetryRuleCondition[];
134151
+ /**
134152
+ * The requirement portion of the filter.
134153
+ */
134154
+ Requirement?: ObservabilityAdminTelemetryRuleFilterRequirement;
134155
+ };
134156
+ /**
134157
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.FilterBehavior`.
134158
+ * The behavior required of the filter.
134159
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-filterbehavior.html}
134160
+ */
134161
+ export type ObservabilityAdminTelemetryRuleFilterBehavior = "KEEP" | "DROP";
134162
+ /**
134163
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.FilterRequirement`.
134164
+ * The requirement portion of the filter.
134165
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-filterrequirement.html}
134166
+ */
134167
+ export type ObservabilityAdminTelemetryRuleFilterRequirement = "MEETS_ALL" | "MEETS_ANY";
134168
+ /**
134169
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.LabelNameCondition`.
134170
+ * The label name of the condition.
134171
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-labelnamecondition.html}
134172
+ */
134173
+ export type ObservabilityAdminTelemetryRuleLabelNameCondition = {
134174
+ /**
134175
+ * The label name of the condition.
134176
+ * @minLength `1`
134177
+ * @maxLength `1024`
134178
+ * @pattern `^[0-9A-Za-z_\-:]+$`
134179
+ */
134180
+ LabelName?: string;
134181
+ };
134182
+ /**
134183
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.LoggingFilter`.
134184
+ * Default handling for logs that don't match any of the specified filtering conditions.
134185
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-loggingfilter.html}
134186
+ */
134187
+ export type ObservabilityAdminTelemetryRuleLoggingFilter = {
134188
+ /**
134189
+ * The behavior required of the filter.
134190
+ */
134191
+ DefaultBehavior?: ObservabilityAdminTelemetryRuleFilterBehavior;
134192
+ /**
134193
+ * A list of filters to be applied.
134194
+ */
134195
+ Filters?: ObservabilityAdminTelemetryRuleFilter[];
134196
+ };
133503
134197
  /**
133504
134198
  * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.ResourceType`.
133505
134199
  * Resource Type associated with the Telemetry Rule
133506
134200
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-resourcetype.html}
133507
134201
  */
133508
- export type ObservabilityAdminTelemetryRuleResourceType = "AWS::EC2::VPC";
134202
+ export type ObservabilityAdminTelemetryRuleResourceType = "AWS::EC2::VPC" | "AWS::WAFv2::WebACL" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter";
134203
+ /**
134204
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.SingleHeader`.
134205
+ * Header for the field to match.
134206
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-singleheader.html}
134207
+ */
134208
+ export type ObservabilityAdminTelemetryRuleSingleHeader = {
134209
+ /**
134210
+ * The name of the header
134211
+ * @minLength `1`
134212
+ * @maxLength `64`
134213
+ */
134214
+ Name: string;
134215
+ };
133509
134216
  /**
133510
134217
  * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.Tag`.
133511
134218
  * A key-value pair to associate with a resource
@@ -133531,6 +134238,10 @@ export type ObservabilityAdminTelemetryRuleTag = {
133531
134238
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html}
133532
134239
  */
133533
134240
  export type ObservabilityAdminTelemetryRuleTelemetryDestinationConfiguration = {
134241
+ /**
134242
+ * Telemetry parameters for Cloudtrail
134243
+ */
134244
+ CloudtrailParameters?: ObservabilityAdminTelemetryRuleCloudtrailParameters;
133534
134245
  /**
133535
134246
  * Pattern for telemetry data destination
133536
134247
  */
@@ -133539,6 +134250,20 @@ export type ObservabilityAdminTelemetryRuleTelemetryDestinationConfiguration = {
133539
134250
  * Type of telemetry destination
133540
134251
  */
133541
134252
  DestinationType?: ObservabilityAdminTelemetryRuleDestinationType;
134253
+ /**
134254
+ * Telemetry parameters for ELB/NLB Load Balancer Logs
134255
+ */
134256
+ ELBLoadBalancerLoggingParameters?: ObservabilityAdminTelemetryRuleELBLoadBalancerLoggingParameters;
134257
+ /**
134258
+ * Parameters for BedrockAgentCore log delivery
134259
+ */
134260
+ LogDeliveryParameters?: {
134261
+ /**
134262
+ * Types of logs to deliver for BedrockAgentCore resources
134263
+ * @minLength `1`
134264
+ */
134265
+ LogTypes?: ("APPLICATION_LOGS" | "USAGE_LOGS")[];
134266
+ };
133542
134267
  /**
133543
134268
  * Number of days to retain the telemetry data in the specified destination
133544
134269
  */
@@ -133547,6 +134272,10 @@ export type ObservabilityAdminTelemetryRuleTelemetryDestinationConfiguration = {
133547
134272
  * Telemetry parameters for VPC Flow logs
133548
134273
  */
133549
134274
  VPCFlowLogParameters?: ObservabilityAdminTelemetryRuleVPCFlowLogParameters;
134275
+ /**
134276
+ * Telemetry parameters for WAF v2 Web ACL
134277
+ */
134278
+ WAFLoggingParameters?: ObservabilityAdminTelemetryRuleWAFLoggingParameters;
133550
134279
  };
133551
134280
  /**
133552
134281
  * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.TelemetryRule`.
@@ -133566,17 +134295,27 @@ export type ObservabilityAdminTelemetryRuleTelemetryRule = {
133566
134295
  * Selection Criteria on resource level for rule application
133567
134296
  */
133568
134297
  SelectionCriteria?: string;
134298
+ /**
134299
+ * The telemetry source types for a telemetry rule.
134300
+ */
134301
+ TelemetrySourceTypes?: ObservabilityAdminTelemetryRuleTelemetrySourceType[];
133569
134302
  /**
133570
134303
  * Telemetry Type associated with the Telemetry Rule
133571
134304
  */
133572
134305
  TelemetryType: ObservabilityAdminTelemetryRuleTelemetryType;
133573
134306
  };
134307
+ /**
134308
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.TelemetrySourceType`.
134309
+ * The telemetry source type that goes into the array.
134310
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrysourcetype.html}
134311
+ */
134312
+ export type ObservabilityAdminTelemetryRuleTelemetrySourceType = "VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS";
133574
134313
  /**
133575
134314
  * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.TelemetryType`.
133576
134315
  * Telemetry Type associated with the Telemetry Rule
133577
134316
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrytype.html}
133578
134317
  */
133579
- export type ObservabilityAdminTelemetryRuleTelemetryType = "Logs";
134318
+ export type ObservabilityAdminTelemetryRuleTelemetryType = "Logs" | "Traces";
133580
134319
  /**
133581
134320
  * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.VPCFlowLogParameters`.
133582
134321
  * Telemetry parameters for VPC Flow logs
@@ -133596,6 +134335,32 @@ export type ObservabilityAdminTelemetryRuleVPCFlowLogParameters = {
133596
134335
  */
133597
134336
  TrafficType?: string;
133598
134337
  };
134338
+ /**
134339
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.WAFLoggingParameters`.
134340
+ * Telemetry parameters for WAF v2 Web ACL
134341
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-wafloggingparameters.html}
134342
+ */
134343
+ export type ObservabilityAdminTelemetryRuleWAFLoggingParameters = {
134344
+ /**
134345
+ * The type of logs to generate for WAF.
134346
+ */
134347
+ LogType?: ObservabilityAdminTelemetryRuleWAFLogType;
134348
+ /**
134349
+ * Default handling for logs that don't match any of the specified filtering conditions.
134350
+ */
134351
+ LoggingFilter?: ObservabilityAdminTelemetryRuleLoggingFilter;
134352
+ /**
134353
+ * Fields not to be included in the logs.
134354
+ * @maxLength `100`
134355
+ */
134356
+ RedactedFields?: ObservabilityAdminTelemetryRuleFieldToMatch[];
134357
+ };
134358
+ /**
134359
+ * Type definition for `AWS::ObservabilityAdmin::TelemetryRule.WAFLogType`.
134360
+ * The type of logs to generate for WAF.
134361
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-waflogtype.html}
134362
+ */
134363
+ export type ObservabilityAdminTelemetryRuleWAFLogType = "WAF_LOGS";
133599
134364
  /**
133600
134365
  * The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
133601
134366
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
@@ -173537,6 +174302,26 @@ export type RAMResourceShareProps = {
173537
174302
  */
173538
174303
  export type RAMResourceShareAttributes = {
173539
174304
  Arn: string;
174305
+ /**
174306
+ * The date and time when the resource share was created.
174307
+ */
174308
+ CreationTime: string;
174309
+ /**
174310
+ * The feature set of the resource share.
174311
+ */
174312
+ FeatureSet: "CREATED_FROM_POLICY" | "PROMOTING_TO_STANDARD" | "STANDARD";
174313
+ /**
174314
+ * The date and time when the resource share was last updated.
174315
+ */
174316
+ LastUpdatedTime: string;
174317
+ /**
174318
+ * The ID of the AWS account that owns the resource share.
174319
+ */
174320
+ OwningAccountId: string;
174321
+ /**
174322
+ * The current status of the resource share.
174323
+ */
174324
+ Status: "PENDING" | "ACTIVE" | "FAILED" | "DELETING" | "DELETED";
173540
174325
  };
173541
174326
  /**
173542
174327
  * Type definition for `AWS::RAM::ResourceShare.Tag`.
@@ -179754,6 +180539,10 @@ export type Route53ProfilesProfileAttributes = {
179754
180539
  * The ID of the profile.
179755
180540
  */
179756
180541
  Id: string;
180542
+ /**
180543
+ * The sharing status of the profile.
180544
+ */
180545
+ ShareStatus: "NOT_SHARED" | "SHARED_WITH_ME" | "SHARED_BY_ME";
179757
180546
  };
179758
180547
  /**
179759
180548
  * Type definition for `AWS::Route53Profiles::Profile.Tag`.