@awboost/cfntypes 0.100.64 → 0.100.66

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.
@@ -998,7 +998,7 @@ export type AmazonMQConfigurationProps = {
998
998
  /**
999
999
  * The base64-encoded XML configuration.
1000
1000
  */
1001
- Data: string;
1001
+ Data?: string;
1002
1002
  /**
1003
1003
  * The description of the configuration.
1004
1004
  */
@@ -48404,7 +48404,7 @@ export type EC2LaunchTemplateProps = {
48404
48404
  LaunchTemplateName?: string;
48405
48405
  /**
48406
48406
  * The tags to apply to the launch template on creation. To tag the launch template, the resource type must be ``launch-template``.
48407
- To specify the tags for the resources that are created when an instance is launched, you must use [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications).
48407
+ To specify the tags for resources that are created during instance launch, use [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications).
48408
48408
  */
48409
48409
  TagSpecifications?: EC2LaunchTemplateLaunchTemplateTagSpecification[];
48410
48410
  /**
@@ -48468,9 +48468,14 @@ export type EC2LaunchTemplateBaselineEbsBandwidthMbps = {
48468
48468
  };
48469
48469
  /**
48470
48470
  * Type definition for `AWS::EC2::LaunchTemplate.BaselinePerformanceFactors`.
48471
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application.
48472
+ Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying ``c6i`` would use the CPU performance of the ``c6i`` family as the baseline reference.
48471
48473
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-baselineperformancefactors.html}
48472
48474
  */
48473
48475
  export type EC2LaunchTemplateBaselinePerformanceFactors = {
48476
+ /**
48477
+ * The CPU performance to consider, using an instance family as the baseline reference.
48478
+ */
48474
48479
  Cpu?: EC2LaunchTemplateCpu;
48475
48480
  };
48476
48481
  /**
@@ -48506,7 +48511,8 @@ export type EC2LaunchTemplateBlockDeviceMapping = {
48506
48511
  export type EC2LaunchTemplateCapacityReservationSpecification = {
48507
48512
  /**
48508
48513
  * Indicates the instance's Capacity Reservation preferences. Possible preferences include:
48509
- + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
48514
+ + ``capacity-reservations-only`` - The instance will only run in a Capacity Reservation or Capacity Reservation group. If capacity isn't available, the instance will fail to launch.
48515
+ + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
48510
48516
  + ``none`` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
48511
48517
  */
48512
48518
  CapacityReservationPreference?: string;
@@ -48620,7 +48626,7 @@ export type EC2LaunchTemplateEbs = {
48620
48626
  */
48621
48627
  Iops?: number;
48622
48628
  /**
48623
- * The ARN of the symmetric KMSlong (KMS) CMK used for encryption.
48629
+ * Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
48624
48630
  */
48625
48631
  KmsKeyId?: string;
48626
48632
  /**
@@ -48754,7 +48760,7 @@ export type EC2LaunchTemplateInstanceMarketOptions = {
48754
48760
 
48755
48761
  If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
48756
48762
  Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
48757
- For more information, see [Attribute-based instance type selection for EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html), [Attribute-based instance type selection for Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html), and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
48763
+ For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
48758
48764
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html}
48759
48765
  */
48760
48766
  export type EC2LaunchTemplateInstanceRequirements = {
@@ -48802,7 +48808,6 @@ export type EC2LaunchTemplateInstanceRequirements = {
48802
48808
  * The accelerator types that must be on the instance type.
48803
48809
  + For instance types with GPU accelerators, specify ``gpu``.
48804
48810
  + For instance types with FPGA accelerators, specify ``fpga``.
48805
- + For instance types with inference accelerators, specify ``inference``.
48806
48811
 
48807
48812
  Default: Any accelerator type
48808
48813
  */
@@ -48829,6 +48834,9 @@ export type EC2LaunchTemplateInstanceRequirements = {
48829
48834
  Default: No minimum or maximum limits
48830
48835
  */
48831
48836
  BaselineEbsBandwidthMbps?: EC2LaunchTemplateBaselineEbsBandwidthMbps;
48837
+ /**
48838
+ * The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide*.
48839
+ */
48832
48840
  BaselinePerformanceFactors?: EC2LaunchTemplateBaselinePerformanceFactors;
48833
48841
  /**
48834
48842
  * Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html).
@@ -48844,6 +48852,7 @@ export type EC2LaunchTemplateInstanceRequirements = {
48844
48852
  + For instance types with Intel CPUs, specify ``intel``.
48845
48853
  + For instance types with AMD CPUs, specify ``amd``.
48846
48854
  + For instance types with AWS CPUs, specify ``amazon-web-services``.
48855
+ + For instance types with Apple CPUs, specify ``apple``.
48847
48856
 
48848
48857
  Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.
48849
48858
  Default: Any manufacturer
@@ -49018,7 +49027,8 @@ export type EC2LaunchTemplateLaunchTemplateData = {
49018
49027
  */
49019
49028
  ElasticGpuSpecifications?: EC2LaunchTemplateElasticGpuSpecification[];
49020
49029
  /**
49021
- * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
49030
+ * Amazon Elastic Inference is no longer available.
49031
+ An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
49022
49032
  You cannot specify accelerators from different generations in the same request.
49023
49033
  Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
49024
49034
  */
@@ -49066,7 +49076,7 @@ export type EC2LaunchTemplateLaunchTemplateData = {
49066
49076
 
49067
49077
  If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
49068
49078
  Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
49069
- For more information, see [Attribute-based instance type selection for EC2 Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html), [Attribute-based instance type selection for Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html), and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
49079
+ For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
49070
49080
  */
49071
49081
  InstanceRequirements?: EC2LaunchTemplateInstanceRequirements;
49072
49082
  /**
@@ -49104,6 +49114,7 @@ export type EC2LaunchTemplateLaunchTemplateData = {
49104
49114
  * The network interfaces for the instance.
49105
49115
  */
49106
49116
  NetworkInterfaces?: EC2LaunchTemplateNetworkInterface[];
49117
+ NetworkPerformanceOptions?: unknown;
49107
49118
  /**
49108
49119
  * The placement for the instance.
49109
49120
  */
@@ -49128,8 +49139,7 @@ export type EC2LaunchTemplateLaunchTemplateData = {
49128
49139
  */
49129
49140
  SecurityGroups?: string[];
49130
49141
  /**
49131
- * The tags to apply to the resources that are created during instance launch.
49132
- To tag a resource after it has been created, see [CreateTags](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html).
49142
+ * The tags to apply to resources that are created during instance launch.
49133
49143
  To tag the launch template itself, use [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-tagspecifications).
49134
49144
  */
49135
49145
  TagSpecifications?: EC2LaunchTemplateTagSpecification[];
@@ -49159,6 +49169,7 @@ export type EC2LaunchTemplateLaunchTemplateElasticInferenceAccelerator = {
49159
49169
  /**
49160
49170
  * Type definition for `AWS::EC2::LaunchTemplate.LaunchTemplateTagSpecification`.
49161
49171
  * Specifies the tags to apply to the launch template during creation.
49172
+ To specify the tags for the resources that are created during instance launch, use [AWS::EC2::LaunchTemplate TagSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html).
49162
49173
  ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
49163
49174
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatetagspecification.html}
49164
49175
  */
@@ -49332,9 +49343,10 @@ export type EC2LaunchTemplateNetworkInterface = {
49332
49343
  */
49333
49344
  Groups?: string[];
49334
49345
  /**
49335
- * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
49346
+ * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
49336
49347
  If you are not creating an EFA, specify ``interface`` or omit this parameter.
49337
- Valid values: ``interface`` | ``efa``
49348
+ If you specify ``efa-only``, do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.
49349
+ Valid values: ``interface`` | ``efa`` | ``efa-only``
49338
49350
  */
49339
49351
  InterfaceType?: string;
49340
49352
  /**
@@ -49489,9 +49501,6 @@ export type EC2LaunchTemplatePrivateIpAdd = {
49489
49501
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-reference.html}
49490
49502
  */
49491
49503
  export type EC2LaunchTemplateReference = {
49492
- /**
49493
- * The instance family to refer. Ensure that you specify the correct family name. For example, C6i and C6g are valid values, but C6 is not.
49494
- */
49495
49504
  InstanceFamily?: string;
49496
49505
  };
49497
49506
  /**
@@ -49545,7 +49554,7 @@ export type EC2LaunchTemplateTag = {
49545
49554
  };
49546
49555
  /**
49547
49556
  * Type definition for `AWS::EC2::LaunchTemplate.TagSpecification`.
49548
- * Specifies the tags to apply to a resource when the resource is created for the launch template.
49557
+ * Specifies the tags to apply to resources that are created during instance launch.
49549
49558
  ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
49550
49559
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html}
49551
49560
  */
@@ -118172,6 +118181,7 @@ export type QBusinessApplicationProps = {
118172
118181
  IdentityType?: QBusinessApplicationIdentityType;
118173
118182
  PersonalizationConfiguration?: QBusinessApplicationPersonalizationConfiguration;
118174
118183
  QAppsConfiguration?: QBusinessApplicationQAppsConfiguration;
118184
+ QuickSightConfiguration?: QBusinessApplicationQuickSightConfiguration;
118175
118185
  /**
118176
118186
  * @minLength `0`
118177
118187
  * @maxLength `1284`
@@ -118256,7 +118266,7 @@ export type QBusinessApplicationEncryptionConfiguration = {
118256
118266
  * Type definition for `AWS::QBusiness::Application.IdentityType`.
118257
118267
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-identitytype.html}
118258
118268
  */
118259
- export type QBusinessApplicationIdentityType = "AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC";
118269
+ export type QBusinessApplicationIdentityType = "AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP";
118260
118270
  /**
118261
118271
  * Type definition for `AWS::QBusiness::Application.PersonalizationConfiguration`.
118262
118272
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-personalizationconfiguration.html}
@@ -118281,6 +118291,18 @@ export type QBusinessApplicationQAppsConfiguration = {
118281
118291
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-qappscontrolmode.html}
118282
118292
  */
118283
118293
  export type QBusinessApplicationQAppsControlMode = "ENABLED" | "DISABLED";
118294
+ /**
118295
+ * Type definition for `AWS::QBusiness::Application.QuickSightConfiguration`.
118296
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.html}
118297
+ */
118298
+ export type QBusinessApplicationQuickSightConfiguration = {
118299
+ /**
118300
+ * @minLength `1`
118301
+ * @maxLength `64`
118302
+ * @pattern `^[a-zA-Z0-9._-]*$`
118303
+ */
118304
+ ClientNamespace: string;
118305
+ };
118284
118306
  /**
118285
118307
  * Type definition for `AWS::QBusiness::Application.SubscriptionType`.
118286
118308
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-subscriptiontype.html}
@@ -118302,6 +118324,145 @@ export type QBusinessApplicationTag = {
118302
118324
  */
118303
118325
  Value: string;
118304
118326
  };
118327
+ /**
118328
+ * Definition of AWS::QBusiness::DataAccessor Resource Type
118329
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html}
118330
+ */
118331
+ export type QBusinessDataAccessorProps = {
118332
+ /**
118333
+ * @minLength `1`
118334
+ * @maxLength `10`
118335
+ */
118336
+ ActionConfigurations: QBusinessDataAccessorActionConfiguration[];
118337
+ /**
118338
+ * @minLength `36`
118339
+ * @maxLength `36`
118340
+ * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
118341
+ */
118342
+ ApplicationId?: string;
118343
+ /**
118344
+ * @minLength `1`
118345
+ * @maxLength `1000`
118346
+ * @pattern `^[a-zA-Z0-9][a-zA-Z0-9_-]*$`
118347
+ */
118348
+ DisplayName: string;
118349
+ /**
118350
+ * @minLength `1`
118351
+ * @maxLength `1284`
118352
+ * @pattern `^arn:aws:iam::[0-9]{12}:role/.+`
118353
+ */
118354
+ Principal: string;
118355
+ /**
118356
+ * @minLength `0`
118357
+ * @maxLength `200`
118358
+ */
118359
+ Tags?: QBusinessDataAccessorTag[];
118360
+ };
118361
+ /**
118362
+ * Attribute type definition for `AWS::QBusiness::DataAccessor`.
118363
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html#aws-resource-qbusiness-dataaccessor-return-values}
118364
+ */
118365
+ export type QBusinessDataAccessorAttributes = {
118366
+ CreatedAt: string;
118367
+ /**
118368
+ * @minLength `0`
118369
+ * @maxLength `1284`
118370
+ * @pattern `^arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}$`
118371
+ */
118372
+ DataAccessorArn: string;
118373
+ /**
118374
+ * @minLength `36`
118375
+ * @maxLength `36`
118376
+ * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
118377
+ */
118378
+ DataAccessorId: string;
118379
+ /**
118380
+ * @minLength `10`
118381
+ * @maxLength `1224`
118382
+ * @pattern `^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::\d{12}:application/(sso)?ins-[a-zA-Z0-9-.]{16}/apl-[a-zA-Z0-9]{16}$`
118383
+ */
118384
+ IdcApplicationArn: string;
118385
+ UpdatedAt: string;
118386
+ };
118387
+ /**
118388
+ * Type definition for `AWS::QBusiness::DataAccessor.ActionConfiguration`.
118389
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-actionconfiguration.html}
118390
+ */
118391
+ export type QBusinessDataAccessorActionConfiguration = {
118392
+ /**
118393
+ * @pattern `^qbusiness:[a-zA-Z]+$`
118394
+ */
118395
+ Action: string;
118396
+ FilterConfiguration?: QBusinessDataAccessorActionFilterConfiguration;
118397
+ };
118398
+ /**
118399
+ * Type definition for `AWS::QBusiness::DataAccessor.ActionFilterConfiguration`.
118400
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-actionfilterconfiguration.html}
118401
+ */
118402
+ export type QBusinessDataAccessorActionFilterConfiguration = {
118403
+ DocumentAttributeFilter: QBusinessDataAccessorAttributeFilter;
118404
+ };
118405
+ /**
118406
+ * Type definition for `AWS::QBusiness::DataAccessor.AttributeFilter`.
118407
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-attributefilter.html}
118408
+ */
118409
+ export type QBusinessDataAccessorAttributeFilter = {
118410
+ AndAllFilters?: QBusinessDataAccessorAttributeFilter[];
118411
+ ContainsAll?: QBusinessDataAccessorDocumentAttribute;
118412
+ ContainsAny?: QBusinessDataAccessorDocumentAttribute;
118413
+ EqualsTo?: QBusinessDataAccessorDocumentAttribute;
118414
+ GreaterThan?: QBusinessDataAccessorDocumentAttribute;
118415
+ GreaterThanOrEquals?: QBusinessDataAccessorDocumentAttribute;
118416
+ LessThan?: QBusinessDataAccessorDocumentAttribute;
118417
+ LessThanOrEquals?: QBusinessDataAccessorDocumentAttribute;
118418
+ NotFilter?: QBusinessDataAccessorAttributeFilter;
118419
+ OrAllFilters?: QBusinessDataAccessorAttributeFilter[];
118420
+ };
118421
+ /**
118422
+ * Type definition for `AWS::QBusiness::DataAccessor.DocumentAttribute`.
118423
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-documentattribute.html}
118424
+ */
118425
+ export type QBusinessDataAccessorDocumentAttribute = {
118426
+ /**
118427
+ * @minLength `1`
118428
+ * @maxLength `200`
118429
+ * @pattern `^[a-zA-Z0-9_][a-zA-Z0-9_-]*$`
118430
+ */
118431
+ Name: string;
118432
+ Value: QBusinessDataAccessorDocumentAttributeValue;
118433
+ };
118434
+ /**
118435
+ * Type definition for `AWS::QBusiness::DataAccessor.DocumentAttributeValue`.
118436
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-documentattributevalue.html}
118437
+ */
118438
+ export type QBusinessDataAccessorDocumentAttributeValue = {
118439
+ /**
118440
+ * @maxLength `2048`
118441
+ */
118442
+ StringValue: string;
118443
+ } | {
118444
+ StringListValue: string[];
118445
+ } | {
118446
+ LongValue: number;
118447
+ } | {
118448
+ DateValue: string;
118449
+ };
118450
+ /**
118451
+ * Type definition for `AWS::QBusiness::DataAccessor.Tag`.
118452
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-tag.html}
118453
+ */
118454
+ export type QBusinessDataAccessorTag = {
118455
+ /**
118456
+ * @minLength `1`
118457
+ * @maxLength `128`
118458
+ */
118459
+ Key: string;
118460
+ /**
118461
+ * @minLength `0`
118462
+ * @maxLength `256`
118463
+ */
118464
+ Value: string;
118465
+ };
118305
118466
  /**
118306
118467
  * Definition of AWS::QBusiness::DataSource Resource Type
118307
118468
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-datasource.html}
@@ -118333,6 +118494,7 @@ export type QBusinessDataSourceProps = {
118333
118494
  * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
118334
118495
  */
118335
118496
  IndexId: string;
118497
+ MediaExtractionConfiguration?: QBusinessDataSourceMediaExtractionConfiguration;
118336
118498
  /**
118337
118499
  * @minLength `0`
118338
118500
  * @maxLength `1284`
@@ -118491,6 +118653,18 @@ export type QBusinessDataSourceHookConfiguration = {
118491
118653
  */
118492
118654
  S3BucketName?: string;
118493
118655
  };
118656
+ /**
118657
+ * Type definition for `AWS::QBusiness::DataSource.ImageExtractionConfiguration`.
118658
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-imageextractionconfiguration.html}
118659
+ */
118660
+ export type QBusinessDataSourceImageExtractionConfiguration = {
118661
+ ImageExtractionStatus: QBusinessDataSourceImageExtractionStatus;
118662
+ };
118663
+ /**
118664
+ * Type definition for `AWS::QBusiness::DataSource.ImageExtractionStatus`.
118665
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-imageextractionstatus.html}
118666
+ */
118667
+ export type QBusinessDataSourceImageExtractionStatus = "ENABLED" | "DISABLED";
118494
118668
  /**
118495
118669
  * Type definition for `AWS::QBusiness::DataSource.InlineDocumentEnrichmentConfiguration`.
118496
118670
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-inlinedocumentenrichmentconfiguration.html}
@@ -118500,6 +118674,13 @@ export type QBusinessDataSourceInlineDocumentEnrichmentConfiguration = {
118500
118674
  DocumentContentOperator?: QBusinessDataSourceDocumentContentOperator;
118501
118675
  Target?: QBusinessDataSourceDocumentAttributeTarget;
118502
118676
  };
118677
+ /**
118678
+ * Type definition for `AWS::QBusiness::DataSource.MediaExtractionConfiguration`.
118679
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-mediaextractionconfiguration.html}
118680
+ */
118681
+ export type QBusinessDataSourceMediaExtractionConfiguration = {
118682
+ ImageExtractionConfiguration?: QBusinessDataSourceImageExtractionConfiguration;
118683
+ };
118503
118684
  /**
118504
118685
  * Type definition for `AWS::QBusiness::DataSource.Tag`.
118505
118686
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-tag.html}
@@ -118666,6 +118847,35 @@ export type QBusinessIndexTextDocumentStatistics = {
118666
118847
  */
118667
118848
  IndexedTextDocumentCount?: number;
118668
118849
  };
118850
+ /**
118851
+ * Definition of AWS::QBusiness::Permission Resource Type
118852
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html}
118853
+ */
118854
+ export type QBusinessPermissionProps = {
118855
+ /**
118856
+ * @minLength `1`
118857
+ * @maxLength `10`
118858
+ */
118859
+ Actions: string[];
118860
+ /**
118861
+ * @minLength `36`
118862
+ * @maxLength `36`
118863
+ * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
118864
+ */
118865
+ ApplicationId: string;
118866
+ /**
118867
+ * @minLength `1`
118868
+ * @maxLength `1284`
118869
+ * @pattern `^arn:aws:iam::[0-9]{12}:role/.+`
118870
+ */
118871
+ Principal: string;
118872
+ /**
118873
+ * @minLength `1`
118874
+ * @maxLength `100`
118875
+ * @pattern `^[a-zA-Z0-9_-]+$`
118876
+ */
118877
+ StatementId: string;
118878
+ };
118669
118879
  /**
118670
118880
  * Definition of AWS::QBusiness::Plugin Resource Type
118671
118881
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-plugin.html}
@@ -118676,7 +118886,7 @@ export type QBusinessPluginProps = {
118676
118886
  * @maxLength `36`
118677
118887
  * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
118678
118888
  */
118679
- ApplicationId: string;
118889
+ ApplicationId?: string;
118680
118890
  AuthConfiguration: QBusinessPluginPluginAuthConfiguration;
118681
118891
  CustomPluginConfiguration?: QBusinessPluginCustomPluginConfiguration;
118682
118892
  /**
@@ -118775,6 +118985,12 @@ export type QBusinessPluginNoAuthConfiguration = Record<string, any>;
118775
118985
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-plugin-oauth2clientcredentialconfiguration.html}
118776
118986
  */
118777
118987
  export type QBusinessPluginOAuth2ClientCredentialConfiguration = {
118988
+ /**
118989
+ * @minLength `1`
118990
+ * @maxLength `2048`
118991
+ * @pattern `^(https?|ftp|file)://([^\s]*)$`
118992
+ */
118993
+ AuthorizationUrl?: string;
118778
118994
  /**
118779
118995
  * @minLength `0`
118780
118996
  * @maxLength `1284`
@@ -118787,6 +119003,12 @@ export type QBusinessPluginOAuth2ClientCredentialConfiguration = {
118787
119003
  * @pattern `^arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}$`
118788
119004
  */
118789
119005
  SecretArn: string;
119006
+ /**
119007
+ * @minLength `1`
119008
+ * @maxLength `2048`
119009
+ * @pattern `^(https?|ftp|file)://([^\s]*)$`
119010
+ */
119011
+ TokenUrl?: string;
118790
119012
  };
118791
119013
  /**
118792
119014
  * Type definition for `AWS::QBusiness::Plugin.PluginAuthConfiguration`.
@@ -118813,7 +119035,7 @@ export type QBusinessPluginPluginState = "ENABLED" | "DISABLED";
118813
119035
  * Type definition for `AWS::QBusiness::Plugin.PluginType`.
118814
119036
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-plugin-plugintype.html}
118815
119037
  */
118816
- export type QBusinessPluginPluginType = "SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM";
119038
+ export type QBusinessPluginPluginType = "SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM" | "QUICKSIGHT" | "SERVICENOW_NOW_PLATFORM" | "JIRA_CLOUD" | "SALESFORCE_CRM" | "ZENDESK_SUITE" | "ATLASSIAN_CONFLUENCE" | "GOOGLE_CALENDAR" | "MICROSOFT_TEAMS" | "MICROSOFT_EXCHANGE" | "PAGERDUTY_ADVANCE" | "SMARTSHEET" | "ASANA";
118817
119039
  /**
118818
119040
  * Type definition for `AWS::QBusiness::Plugin.S3`.
118819
119041
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-plugin-s3.html}
@@ -118969,6 +119191,7 @@ export type QBusinessWebExperienceProps = {
118969
119191
  * @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
118970
119192
  */
118971
119193
  ApplicationId: string;
119194
+ CustomizationConfiguration?: QBusinessWebExperienceCustomizationConfiguration;
118972
119195
  IdentityProviderConfiguration?: QBusinessWebExperienceIdentityProviderConfiguration;
118973
119196
  /**
118974
119197
  * @minLength `0`
@@ -119032,6 +119255,36 @@ export type QBusinessWebExperienceAttributes = {
119032
119255
  */
119033
119256
  WebExperienceId: string;
119034
119257
  };
119258
+ /**
119259
+ * Type definition for `AWS::QBusiness::WebExperience.CustomizationConfiguration`.
119260
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-webexperience-customizationconfiguration.html}
119261
+ */
119262
+ export type QBusinessWebExperienceCustomizationConfiguration = {
119263
+ /**
119264
+ * @minLength `0`
119265
+ * @maxLength `1284`
119266
+ * @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.css)?$`
119267
+ */
119268
+ CustomCSSUrl?: string;
119269
+ /**
119270
+ * @minLength `0`
119271
+ * @maxLength `1284`
119272
+ * @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.(svg|ico))?$`
119273
+ */
119274
+ FaviconUrl?: string;
119275
+ /**
119276
+ * @minLength `0`
119277
+ * @maxLength `1284`
119278
+ * @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.(ttf|woff|woff2|otf))?$`
119279
+ */
119280
+ FontUrl?: string;
119281
+ /**
119282
+ * @minLength `0`
119283
+ * @maxLength `1284`
119284
+ * @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.(svg|png))?$`
119285
+ */
119286
+ LogoUrl?: string;
119287
+ };
119035
119288
  /**
119036
119289
  * Type definition for `AWS::QBusiness::WebExperience.IdentityProviderConfiguration`.
119037
119290
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-webexperience-identityproviderconfiguration.html}
@@ -178397,6 +178650,163 @@ export type VpcLatticeListenerWeightedTargetGroup = {
178397
178650
  */
178398
178651
  Weight?: number;
178399
178652
  };
178653
+ /**
178654
+ * Resource type definition for `AWS::VpcLattice::ResourceConfiguration`.
178655
+ * VpcLattice ResourceConfiguration CFN resource
178656
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html}
178657
+ */
178658
+ export type VpcLatticeResourceConfigurationProps = {
178659
+ AllowAssociationToSharableServiceNetwork?: boolean;
178660
+ /**
178661
+ * @minLength `3`
178662
+ * @maxLength `40`
178663
+ * @pattern `^(?!rcfg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$`
178664
+ */
178665
+ Name?: string;
178666
+ PortRanges?: string[];
178667
+ ProtocolType?: "TCP";
178668
+ ResourceConfigurationAuthType?: "NONE" | "AWS_IAM";
178669
+ ResourceConfigurationDefinition?: {
178670
+ /**
178671
+ * @minLength `4`
178672
+ * @maxLength `39`
178673
+ */
178674
+ IpResource: string;
178675
+ } | {
178676
+ /**
178677
+ * @maxLength `1224`
178678
+ * @pattern `^arn:[a-z0-9][-.a-z0-9]{0,62}:vpc-lattice:([a-z0-9][-.a-z0-9]{0,62})?:\d{12}?:[^/].{0,1023}$`
178679
+ */
178680
+ ArnResource: string;
178681
+ } | {
178682
+ DnsResource: VpcLatticeResourceConfigurationDnsResource;
178683
+ };
178684
+ /**
178685
+ * @minLength `22`
178686
+ * @maxLength `22`
178687
+ * @pattern `^rcfg-[0-9a-z]{17}$`
178688
+ */
178689
+ ResourceConfigurationGroupId?: string;
178690
+ ResourceConfigurationType?: "GROUP" | "CHILD" | "SINGLE" | "ARN";
178691
+ ResourceGatewayId?: string;
178692
+ /**
178693
+ * @minLength `0`
178694
+ * @maxLength `50`
178695
+ */
178696
+ Tags?: VpcLatticeResourceConfigurationTag[];
178697
+ };
178698
+ /**
178699
+ * Attribute type definition for `AWS::VpcLattice::ResourceConfiguration`.
178700
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#aws-resource-vpclattice-resourceconfiguration-return-values}
178701
+ */
178702
+ export type VpcLatticeResourceConfigurationAttributes = {
178703
+ /**
178704
+ * @minLength `20`
178705
+ * @maxLength `2048`
178706
+ * @pattern `^arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}$`
178707
+ */
178708
+ Arn: string;
178709
+ /**
178710
+ * @minLength `22`
178711
+ * @maxLength `22`
178712
+ * @pattern `^rcfg-[0-9a-z]{17}$`
178713
+ */
178714
+ Id: string;
178715
+ };
178716
+ /**
178717
+ * Type definition for `AWS::VpcLattice::ResourceConfiguration.DnsResource`.
178718
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-dnsresource.html}
178719
+ */
178720
+ export type VpcLatticeResourceConfigurationDnsResource = {
178721
+ /**
178722
+ * @minLength `3`
178723
+ * @maxLength `255`
178724
+ */
178725
+ DomainName: string;
178726
+ IpAddressType: "IPV4" | "IPV6" | "DUALSTACK";
178727
+ };
178728
+ /**
178729
+ * Type definition for `AWS::VpcLattice::ResourceConfiguration.Tag`.
178730
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-tag.html}
178731
+ */
178732
+ export type VpcLatticeResourceConfigurationTag = {
178733
+ /**
178734
+ * @minLength `1`
178735
+ * @maxLength `128`
178736
+ */
178737
+ Key: string;
178738
+ /**
178739
+ * @minLength `1`
178740
+ * @maxLength `256`
178741
+ */
178742
+ Value?: string;
178743
+ };
178744
+ /**
178745
+ * Resource type definition for `AWS::VpcLattice::ResourceGateway`.
178746
+ * Creates a resource gateway for a service.
178747
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html}
178748
+ */
178749
+ export type VpcLatticeResourceGatewayProps = {
178750
+ IpAddressType?: "IPV4" | "IPV6" | "DUALSTACK";
178751
+ /**
178752
+ * @minLength `3`
178753
+ * @maxLength `40`
178754
+ * @pattern `^(?!rgw-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$`
178755
+ */
178756
+ Name?: string;
178757
+ /**
178758
+ * The ID of one or more security groups to associate with the endpoint network interface.
178759
+ */
178760
+ SecurityGroupIds?: string[];
178761
+ /**
178762
+ * The ID of one or more subnets in which to create an endpoint network interface.
178763
+ */
178764
+ SubnetIds?: string[];
178765
+ /**
178766
+ * @minLength `0`
178767
+ * @maxLength `50`
178768
+ */
178769
+ Tags?: VpcLatticeResourceGatewayTag[];
178770
+ /**
178771
+ * @minLength `5`
178772
+ * @maxLength `50`
178773
+ */
178774
+ VpcIdentifier?: string;
178775
+ };
178776
+ /**
178777
+ * Attribute type definition for `AWS::VpcLattice::ResourceGateway`.
178778
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#aws-resource-vpclattice-resourcegateway-return-values}
178779
+ */
178780
+ export type VpcLatticeResourceGatewayAttributes = {
178781
+ /**
178782
+ * @minLength `20`
178783
+ * @maxLength `2048`
178784
+ * @pattern `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}$`
178785
+ */
178786
+ Arn: string;
178787
+ /**
178788
+ * @minLength `17`
178789
+ * @maxLength `2048`
178790
+ * @pattern `^((rgw-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}))$`
178791
+ */
178792
+ Id: string;
178793
+ };
178794
+ /**
178795
+ * Type definition for `AWS::VpcLattice::ResourceGateway.Tag`.
178796
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourcegateway-tag.html}
178797
+ */
178798
+ export type VpcLatticeResourceGatewayTag = {
178799
+ /**
178800
+ * @minLength `1`
178801
+ * @maxLength `128`
178802
+ */
178803
+ Key: string;
178804
+ /**
178805
+ * @minLength `1`
178806
+ * @maxLength `256`
178807
+ */
178808
+ Value?: string;
178809
+ };
178400
178810
  /**
178401
178811
  * Resource type definition for `AWS::VpcLattice::ResourcePolicy`.
178402
178812
  * Retrieves information about the resource policy. The resource policy is an IAM policy created by AWS RAM on behalf of the resource owner when they share a resource.
@@ -178741,6 +179151,65 @@ export type VpcLatticeServiceNetworkTag = {
178741
179151
  */
178742
179152
  Value: string;
178743
179153
  };
179154
+ /**
179155
+ * Resource type definition for `AWS::VpcLattice::ServiceNetworkResourceAssociation`.
179156
+ * VpcLattice ServiceNetworkResourceAssociation CFN resource
179157
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html}
179158
+ */
179159
+ export type VpcLatticeServiceNetworkResourceAssociationProps = {
179160
+ /**
179161
+ * @minLength `17`
179162
+ * @maxLength `2048`
179163
+ * @pattern `^rcfg-[0-9a-z]{17}$`
179164
+ */
179165
+ ResourceConfigurationId?: string;
179166
+ /**
179167
+ * @minLength `3`
179168
+ * @maxLength `2048`
179169
+ * @pattern `^((sn-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetwork/sn-[0-9a-z]{17}))$`
179170
+ */
179171
+ ServiceNetworkId?: string;
179172
+ /**
179173
+ * @minLength `0`
179174
+ * @maxLength `50`
179175
+ */
179176
+ Tags?: VpcLatticeServiceNetworkResourceAssociationTag[];
179177
+ };
179178
+ /**
179179
+ * Attribute type definition for `AWS::VpcLattice::ServiceNetworkResourceAssociation`.
179180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html#aws-resource-vpclattice-servicenetworkresourceassociation-return-values}
179181
+ */
179182
+ export type VpcLatticeServiceNetworkResourceAssociationAttributes = {
179183
+ /**
179184
+ * @minLength `22`
179185
+ * @maxLength `2048`
179186
+ * @pattern `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:servicenetworkresourceassociation/snra-[0-9a-f]{17}$`
179187
+ */
179188
+ Arn: string;
179189
+ /**
179190
+ * @minLength `22`
179191
+ * @maxLength `22`
179192
+ * @pattern `^snra-[0-9a-f]{17}$`
179193
+ */
179194
+ Id: string;
179195
+ };
179196
+ /**
179197
+ * Type definition for `AWS::VpcLattice::ServiceNetworkResourceAssociation.Tag`.
179198
+ * A key-value pair to associate with a resource.
179199
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkresourceassociation-tag.html}
179200
+ */
179201
+ export type VpcLatticeServiceNetworkResourceAssociationTag = {
179202
+ /**
179203
+ * @minLength `1`
179204
+ * @maxLength `128`
179205
+ */
179206
+ Key: string;
179207
+ /**
179208
+ * @minLength `1`
179209
+ * @maxLength `256`
179210
+ */
179211
+ Value: string;
179212
+ };
178744
179213
  /**
178745
179214
  * Resource type definition for `AWS::VpcLattice::ServiceNetworkServiceAssociation`.
178746
179215
  * Associates a service with a service network.
@@ -182213,17 +182682,23 @@ export type WisdomAIAgentAIAgentConfiguration = {
182213
182682
  ManualSearchAIAgentConfiguration: WisdomAIAgentManualSearchAIAgentConfiguration;
182214
182683
  } | {
182215
182684
  AnswerRecommendationAIAgentConfiguration: WisdomAIAgentAnswerRecommendationAIAgentConfiguration;
182685
+ } | {
182686
+ SelfServiceAIAgentConfiguration: WisdomAIAgentSelfServiceAIAgentConfiguration;
182216
182687
  };
182217
182688
  /**
182218
182689
  * Type definition for `AWS::Wisdom::AIAgent.AIAgentType`.
182219
182690
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-aiagenttype.html}
182220
182691
  */
182221
- export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION";
182692
+ export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE";
182222
182693
  /**
182223
182694
  * Type definition for `AWS::Wisdom::AIAgent.AnswerRecommendationAIAgentConfiguration`.
182224
182695
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-answerrecommendationaiagentconfiguration.html}
182225
182696
  */
182226
182697
  export type WisdomAIAgentAnswerRecommendationAIAgentConfiguration = {
182698
+ /**
182699
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182700
+ */
182701
+ AnswerGenerationAIGuardrailId?: string;
182227
182702
  /**
182228
182703
  * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182229
182704
  */
@@ -182280,6 +182755,10 @@ export type WisdomAIAgentKnowledgeBaseSearchType = "HYBRID" | "SEMANTIC";
182280
182755
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-manualsearchaiagentconfiguration.html}
182281
182756
  */
182282
182757
  export type WisdomAIAgentManualSearchAIAgentConfiguration = {
182758
+ /**
182759
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182760
+ */
182761
+ AnswerGenerationAIGuardrailId?: string;
182283
182762
  /**
182284
182763
  * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182285
182764
  */
@@ -182295,6 +182774,25 @@ export type WisdomAIAgentOrCondition = {
182295
182774
  } | {
182296
182775
  TagCondition: WisdomAIAgentTagCondition;
182297
182776
  };
182777
+ /**
182778
+ * Type definition for `AWS::Wisdom::AIAgent.SelfServiceAIAgentConfiguration`.
182779
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.html}
182780
+ */
182781
+ export type WisdomAIAgentSelfServiceAIAgentConfiguration = {
182782
+ AssociationConfigurations?: WisdomAIAgentAssociationConfiguration[];
182783
+ /**
182784
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182785
+ */
182786
+ SelfServiceAIGuardrailId?: string;
182787
+ /**
182788
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182789
+ */
182790
+ SelfServiceAnswerGenerationAIPromptId?: string;
182791
+ /**
182792
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
182793
+ */
182794
+ SelfServicePreProcessingAIPromptId?: string;
182795
+ };
182298
182796
  /**
182299
182797
  * Type definition for `AWS::Wisdom::AIAgent.TagCondition`.
182300
182798
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tagcondition.html}
@@ -182787,7 +183285,7 @@ export type WisdomAIPromptAIPromptTemplateType = "TEXT";
182787
183285
  * Type definition for `AWS::Wisdom::AIPrompt.AIPromptType`.
182788
183286
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttype.html}
182789
183287
  */
182790
- export type WisdomAIPromptAIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION";
183288
+ export type WisdomAIPromptAIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION";
182791
183289
  /**
182792
183290
  * Type definition for `AWS::Wisdom::AIPrompt.Tags`.
182793
183291
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-tags.html}
@@ -186403,8 +186901,10 @@ export interface ResourceTypes {
186403
186901
  "AWS::Proton::EnvironmentTemplate": ProtonEnvironmentTemplateProps;
186404
186902
  "AWS::Proton::ServiceTemplate": ProtonServiceTemplateProps;
186405
186903
  "AWS::QBusiness::Application": QBusinessApplicationProps;
186904
+ "AWS::QBusiness::DataAccessor": QBusinessDataAccessorProps;
186406
186905
  "AWS::QBusiness::DataSource": QBusinessDataSourceProps;
186407
186906
  "AWS::QBusiness::Index": QBusinessIndexProps;
186907
+ "AWS::QBusiness::Permission": QBusinessPermissionProps;
186408
186908
  "AWS::QBusiness::Plugin": QBusinessPluginProps;
186409
186909
  "AWS::QBusiness::Retriever": QBusinessRetrieverProps;
186410
186910
  "AWS::QBusiness::WebExperience": QBusinessWebExperienceProps;
@@ -186683,10 +187183,13 @@ export interface ResourceTypes {
186683
187183
  "AWS::VpcLattice::AccessLogSubscription": VpcLatticeAccessLogSubscriptionProps;
186684
187184
  "AWS::VpcLattice::AuthPolicy": VpcLatticeAuthPolicyProps;
186685
187185
  "AWS::VpcLattice::Listener": VpcLatticeListenerProps;
187186
+ "AWS::VpcLattice::ResourceConfiguration": VpcLatticeResourceConfigurationProps;
187187
+ "AWS::VpcLattice::ResourceGateway": VpcLatticeResourceGatewayProps;
186686
187188
  "AWS::VpcLattice::ResourcePolicy": VpcLatticeResourcePolicyProps;
186687
187189
  "AWS::VpcLattice::Rule": VpcLatticeRuleProps;
186688
187190
  "AWS::VpcLattice::Service": VpcLatticeServiceProps;
186689
187191
  "AWS::VpcLattice::ServiceNetwork": VpcLatticeServiceNetworkProps;
187192
+ "AWS::VpcLattice::ServiceNetworkResourceAssociation": VpcLatticeServiceNetworkResourceAssociationProps;
186690
187193
  "AWS::VpcLattice::ServiceNetworkServiceAssociation": VpcLatticeServiceNetworkServiceAssociationProps;
186691
187194
  "AWS::VpcLattice::ServiceNetworkVpcAssociation": VpcLatticeServiceNetworkVpcAssociationProps;
186692
187195
  "AWS::VpcLattice::TargetGroup": VpcLatticeTargetGroupProps;
@@ -187646,6 +188149,7 @@ export interface AttributeTypes {
187646
188149
  "AWS::Proton::EnvironmentTemplate": ProtonEnvironmentTemplateAttributes;
187647
188150
  "AWS::Proton::ServiceTemplate": ProtonServiceTemplateAttributes;
187648
188151
  "AWS::QBusiness::Application": QBusinessApplicationAttributes;
188152
+ "AWS::QBusiness::DataAccessor": QBusinessDataAccessorAttributes;
187649
188153
  "AWS::QBusiness::DataSource": QBusinessDataSourceAttributes;
187650
188154
  "AWS::QBusiness::Index": QBusinessIndexAttributes;
187651
188155
  "AWS::QBusiness::Plugin": QBusinessPluginAttributes;
@@ -187893,9 +188397,12 @@ export interface AttributeTypes {
187893
188397
  "AWS::VpcLattice::AccessLogSubscription": VpcLatticeAccessLogSubscriptionAttributes;
187894
188398
  "AWS::VpcLattice::AuthPolicy": VpcLatticeAuthPolicyAttributes;
187895
188399
  "AWS::VpcLattice::Listener": VpcLatticeListenerAttributes;
188400
+ "AWS::VpcLattice::ResourceConfiguration": VpcLatticeResourceConfigurationAttributes;
188401
+ "AWS::VpcLattice::ResourceGateway": VpcLatticeResourceGatewayAttributes;
187896
188402
  "AWS::VpcLattice::Rule": VpcLatticeRuleAttributes;
187897
188403
  "AWS::VpcLattice::Service": VpcLatticeServiceAttributes;
187898
188404
  "AWS::VpcLattice::ServiceNetwork": VpcLatticeServiceNetworkAttributes;
188405
+ "AWS::VpcLattice::ServiceNetworkResourceAssociation": VpcLatticeServiceNetworkResourceAssociationAttributes;
187899
188406
  "AWS::VpcLattice::ServiceNetworkServiceAssociation": VpcLatticeServiceNetworkServiceAssociationAttributes;
187900
188407
  "AWS::VpcLattice::ServiceNetworkVpcAssociation": VpcLatticeServiceNetworkVpcAssociationAttributes;
187901
188408
  "AWS::VpcLattice::TargetGroup": VpcLatticeTargetGroupAttributes;
@@ -188963,8 +189470,10 @@ export declare const ResourceType: {
188963
189470
  readonly ProtonEnvironmentTemplate: "AWS::Proton::EnvironmentTemplate";
188964
189471
  readonly ProtonServiceTemplate: "AWS::Proton::ServiceTemplate";
188965
189472
  readonly QBusinessApplication: "AWS::QBusiness::Application";
189473
+ readonly QBusinessDataAccessor: "AWS::QBusiness::DataAccessor";
188966
189474
  readonly QBusinessDataSource: "AWS::QBusiness::DataSource";
188967
189475
  readonly QBusinessIndex: "AWS::QBusiness::Index";
189476
+ readonly QBusinessPermission: "AWS::QBusiness::Permission";
188968
189477
  readonly QBusinessPlugin: "AWS::QBusiness::Plugin";
188969
189478
  readonly QBusinessRetriever: "AWS::QBusiness::Retriever";
188970
189479
  readonly QBusinessWebExperience: "AWS::QBusiness::WebExperience";
@@ -189243,10 +189752,13 @@ export declare const ResourceType: {
189243
189752
  readonly VpcLatticeAccessLogSubscription: "AWS::VpcLattice::AccessLogSubscription";
189244
189753
  readonly VpcLatticeAuthPolicy: "AWS::VpcLattice::AuthPolicy";
189245
189754
  readonly VpcLatticeListener: "AWS::VpcLattice::Listener";
189755
+ readonly VpcLatticeResourceConfiguration: "AWS::VpcLattice::ResourceConfiguration";
189756
+ readonly VpcLatticeResourceGateway: "AWS::VpcLattice::ResourceGateway";
189246
189757
  readonly VpcLatticeResourcePolicy: "AWS::VpcLattice::ResourcePolicy";
189247
189758
  readonly VpcLatticeRule: "AWS::VpcLattice::Rule";
189248
189759
  readonly VpcLatticeService: "AWS::VpcLattice::Service";
189249
189760
  readonly VpcLatticeServiceNetwork: "AWS::VpcLattice::ServiceNetwork";
189761
+ readonly VpcLatticeServiceNetworkResourceAssociation: "AWS::VpcLattice::ServiceNetworkResourceAssociation";
189250
189762
  readonly VpcLatticeServiceNetworkServiceAssociation: "AWS::VpcLattice::ServiceNetworkServiceAssociation";
189251
189763
  readonly VpcLatticeServiceNetworkVpcAssociation: "AWS::VpcLattice::ServiceNetworkVpcAssociation";
189252
189764
  readonly VpcLatticeTargetGroup: "AWS::VpcLattice::TargetGroup";