@awboost/cfntypes 0.100.63 → 0.100.65
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
|
1001
|
+
Data?: string;
|
1002
1002
|
/**
|
1003
1003
|
* The description of the configuration.
|
1004
1004
|
*/
|
@@ -88742,7 +88742,7 @@ export type KendraIndexDocumentMetadataConfiguration = {
|
|
88742
88742
|
* Edition of index
|
88743
88743
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-index-edition.html}
|
88744
88744
|
*/
|
88745
|
-
export type KendraIndexEdition = "DEVELOPER_EDITION" | "ENTERPRISE_EDITION";
|
88745
|
+
export type KendraIndexEdition = "DEVELOPER_EDITION" | "ENTERPRISE_EDITION" | "GEN_AI_ENTERPRISE_EDITION";
|
88746
88746
|
/**
|
88747
88747
|
* Type definition for `AWS::Kendra::Index.JsonTokenTypeConfiguration`.
|
88748
88748
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-index-jsontokentypeconfiguration.html}
|
@@ -118172,6 +118172,7 @@ export type QBusinessApplicationProps = {
|
|
118172
118172
|
IdentityType?: QBusinessApplicationIdentityType;
|
118173
118173
|
PersonalizationConfiguration?: QBusinessApplicationPersonalizationConfiguration;
|
118174
118174
|
QAppsConfiguration?: QBusinessApplicationQAppsConfiguration;
|
118175
|
+
QuickSightConfiguration?: QBusinessApplicationQuickSightConfiguration;
|
118175
118176
|
/**
|
118176
118177
|
* @minLength `0`
|
118177
118178
|
* @maxLength `1284`
|
@@ -118256,7 +118257,7 @@ export type QBusinessApplicationEncryptionConfiguration = {
|
|
118256
118257
|
* Type definition for `AWS::QBusiness::Application.IdentityType`.
|
118257
118258
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-identitytype.html}
|
118258
118259
|
*/
|
118259
|
-
export type QBusinessApplicationIdentityType = "AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC";
|
118260
|
+
export type QBusinessApplicationIdentityType = "AWS_IAM_IDP_SAML" | "AWS_IAM_IDP_OIDC" | "AWS_IAM_IDC" | "AWS_QUICKSIGHT_IDP";
|
118260
118261
|
/**
|
118261
118262
|
* Type definition for `AWS::QBusiness::Application.PersonalizationConfiguration`.
|
118262
118263
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-personalizationconfiguration.html}
|
@@ -118281,6 +118282,18 @@ export type QBusinessApplicationQAppsConfiguration = {
|
|
118281
118282
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-qappscontrolmode.html}
|
118282
118283
|
*/
|
118283
118284
|
export type QBusinessApplicationQAppsControlMode = "ENABLED" | "DISABLED";
|
118285
|
+
/**
|
118286
|
+
* Type definition for `AWS::QBusiness::Application.QuickSightConfiguration`.
|
118287
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-quicksightconfiguration.html}
|
118288
|
+
*/
|
118289
|
+
export type QBusinessApplicationQuickSightConfiguration = {
|
118290
|
+
/**
|
118291
|
+
* @minLength `1`
|
118292
|
+
* @maxLength `64`
|
118293
|
+
* @pattern `^[a-zA-Z0-9._-]*$`
|
118294
|
+
*/
|
118295
|
+
ClientNamespace: string;
|
118296
|
+
};
|
118284
118297
|
/**
|
118285
118298
|
* Type definition for `AWS::QBusiness::Application.SubscriptionType`.
|
118286
118299
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-application-subscriptiontype.html}
|
@@ -118302,6 +118315,145 @@ export type QBusinessApplicationTag = {
|
|
118302
118315
|
*/
|
118303
118316
|
Value: string;
|
118304
118317
|
};
|
118318
|
+
/**
|
118319
|
+
* Definition of AWS::QBusiness::DataAccessor Resource Type
|
118320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html}
|
118321
|
+
*/
|
118322
|
+
export type QBusinessDataAccessorProps = {
|
118323
|
+
/**
|
118324
|
+
* @minLength `1`
|
118325
|
+
* @maxLength `10`
|
118326
|
+
*/
|
118327
|
+
ActionConfigurations: QBusinessDataAccessorActionConfiguration[];
|
118328
|
+
/**
|
118329
|
+
* @minLength `36`
|
118330
|
+
* @maxLength `36`
|
118331
|
+
* @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
|
118332
|
+
*/
|
118333
|
+
ApplicationId?: string;
|
118334
|
+
/**
|
118335
|
+
* @minLength `1`
|
118336
|
+
* @maxLength `1000`
|
118337
|
+
* @pattern `^[a-zA-Z0-9][a-zA-Z0-9_-]*$`
|
118338
|
+
*/
|
118339
|
+
DisplayName: string;
|
118340
|
+
/**
|
118341
|
+
* @minLength `1`
|
118342
|
+
* @maxLength `1284`
|
118343
|
+
* @pattern `^arn:aws:iam::[0-9]{12}:role/.+`
|
118344
|
+
*/
|
118345
|
+
Principal: string;
|
118346
|
+
/**
|
118347
|
+
* @minLength `0`
|
118348
|
+
* @maxLength `200`
|
118349
|
+
*/
|
118350
|
+
Tags?: QBusinessDataAccessorTag[];
|
118351
|
+
};
|
118352
|
+
/**
|
118353
|
+
* Attribute type definition for `AWS::QBusiness::DataAccessor`.
|
118354
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html#aws-resource-qbusiness-dataaccessor-return-values}
|
118355
|
+
*/
|
118356
|
+
export type QBusinessDataAccessorAttributes = {
|
118357
|
+
CreatedAt: string;
|
118358
|
+
/**
|
118359
|
+
* @minLength `0`
|
118360
|
+
* @maxLength `1284`
|
118361
|
+
* @pattern `^arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}$`
|
118362
|
+
*/
|
118363
|
+
DataAccessorArn: string;
|
118364
|
+
/**
|
118365
|
+
* @minLength `36`
|
118366
|
+
* @maxLength `36`
|
118367
|
+
* @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
|
118368
|
+
*/
|
118369
|
+
DataAccessorId: string;
|
118370
|
+
/**
|
118371
|
+
* @minLength `10`
|
118372
|
+
* @maxLength `1224`
|
118373
|
+
* @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}$`
|
118374
|
+
*/
|
118375
|
+
IdcApplicationArn: string;
|
118376
|
+
UpdatedAt: string;
|
118377
|
+
};
|
118378
|
+
/**
|
118379
|
+
* Type definition for `AWS::QBusiness::DataAccessor.ActionConfiguration`.
|
118380
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-actionconfiguration.html}
|
118381
|
+
*/
|
118382
|
+
export type QBusinessDataAccessorActionConfiguration = {
|
118383
|
+
/**
|
118384
|
+
* @pattern `^qbusiness:[a-zA-Z]+$`
|
118385
|
+
*/
|
118386
|
+
Action: string;
|
118387
|
+
FilterConfiguration?: QBusinessDataAccessorActionFilterConfiguration;
|
118388
|
+
};
|
118389
|
+
/**
|
118390
|
+
* Type definition for `AWS::QBusiness::DataAccessor.ActionFilterConfiguration`.
|
118391
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-actionfilterconfiguration.html}
|
118392
|
+
*/
|
118393
|
+
export type QBusinessDataAccessorActionFilterConfiguration = {
|
118394
|
+
DocumentAttributeFilter: QBusinessDataAccessorAttributeFilter;
|
118395
|
+
};
|
118396
|
+
/**
|
118397
|
+
* Type definition for `AWS::QBusiness::DataAccessor.AttributeFilter`.
|
118398
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-attributefilter.html}
|
118399
|
+
*/
|
118400
|
+
export type QBusinessDataAccessorAttributeFilter = {
|
118401
|
+
AndAllFilters?: QBusinessDataAccessorAttributeFilter[];
|
118402
|
+
ContainsAll?: QBusinessDataAccessorDocumentAttribute;
|
118403
|
+
ContainsAny?: QBusinessDataAccessorDocumentAttribute;
|
118404
|
+
EqualsTo?: QBusinessDataAccessorDocumentAttribute;
|
118405
|
+
GreaterThan?: QBusinessDataAccessorDocumentAttribute;
|
118406
|
+
GreaterThanOrEquals?: QBusinessDataAccessorDocumentAttribute;
|
118407
|
+
LessThan?: QBusinessDataAccessorDocumentAttribute;
|
118408
|
+
LessThanOrEquals?: QBusinessDataAccessorDocumentAttribute;
|
118409
|
+
NotFilter?: QBusinessDataAccessorAttributeFilter;
|
118410
|
+
OrAllFilters?: QBusinessDataAccessorAttributeFilter[];
|
118411
|
+
};
|
118412
|
+
/**
|
118413
|
+
* Type definition for `AWS::QBusiness::DataAccessor.DocumentAttribute`.
|
118414
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-documentattribute.html}
|
118415
|
+
*/
|
118416
|
+
export type QBusinessDataAccessorDocumentAttribute = {
|
118417
|
+
/**
|
118418
|
+
* @minLength `1`
|
118419
|
+
* @maxLength `200`
|
118420
|
+
* @pattern `^[a-zA-Z0-9_][a-zA-Z0-9_-]*$`
|
118421
|
+
*/
|
118422
|
+
Name: string;
|
118423
|
+
Value: QBusinessDataAccessorDocumentAttributeValue;
|
118424
|
+
};
|
118425
|
+
/**
|
118426
|
+
* Type definition for `AWS::QBusiness::DataAccessor.DocumentAttributeValue`.
|
118427
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-documentattributevalue.html}
|
118428
|
+
*/
|
118429
|
+
export type QBusinessDataAccessorDocumentAttributeValue = {
|
118430
|
+
/**
|
118431
|
+
* @maxLength `2048`
|
118432
|
+
*/
|
118433
|
+
StringValue: string;
|
118434
|
+
} | {
|
118435
|
+
StringListValue: string[];
|
118436
|
+
} | {
|
118437
|
+
LongValue: number;
|
118438
|
+
} | {
|
118439
|
+
DateValue: string;
|
118440
|
+
};
|
118441
|
+
/**
|
118442
|
+
* Type definition for `AWS::QBusiness::DataAccessor.Tag`.
|
118443
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-tag.html}
|
118444
|
+
*/
|
118445
|
+
export type QBusinessDataAccessorTag = {
|
118446
|
+
/**
|
118447
|
+
* @minLength `1`
|
118448
|
+
* @maxLength `128`
|
118449
|
+
*/
|
118450
|
+
Key: string;
|
118451
|
+
/**
|
118452
|
+
* @minLength `0`
|
118453
|
+
* @maxLength `256`
|
118454
|
+
*/
|
118455
|
+
Value: string;
|
118456
|
+
};
|
118305
118457
|
/**
|
118306
118458
|
* Definition of AWS::QBusiness::DataSource Resource Type
|
118307
118459
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-datasource.html}
|
@@ -118666,6 +118818,35 @@ export type QBusinessIndexTextDocumentStatistics = {
|
|
118666
118818
|
*/
|
118667
118819
|
IndexedTextDocumentCount?: number;
|
118668
118820
|
};
|
118821
|
+
/**
|
118822
|
+
* Definition of AWS::QBusiness::Permission Resource Type
|
118823
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html}
|
118824
|
+
*/
|
118825
|
+
export type QBusinessPermissionProps = {
|
118826
|
+
/**
|
118827
|
+
* @minLength `1`
|
118828
|
+
* @maxLength `10`
|
118829
|
+
*/
|
118830
|
+
Actions: string[];
|
118831
|
+
/**
|
118832
|
+
* @minLength `36`
|
118833
|
+
* @maxLength `36`
|
118834
|
+
* @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
|
118835
|
+
*/
|
118836
|
+
ApplicationId: string;
|
118837
|
+
/**
|
118838
|
+
* @minLength `1`
|
118839
|
+
* @maxLength `1284`
|
118840
|
+
* @pattern `^arn:aws:iam::[0-9]{12}:role/.+`
|
118841
|
+
*/
|
118842
|
+
Principal: string;
|
118843
|
+
/**
|
118844
|
+
* @minLength `1`
|
118845
|
+
* @maxLength `100`
|
118846
|
+
* @pattern `^[a-zA-Z0-9_-]+$`
|
118847
|
+
*/
|
118848
|
+
StatementId: string;
|
118849
|
+
};
|
118669
118850
|
/**
|
118670
118851
|
* Definition of AWS::QBusiness::Plugin Resource Type
|
118671
118852
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-plugin.html}
|
@@ -118676,7 +118857,7 @@ export type QBusinessPluginProps = {
|
|
118676
118857
|
* @maxLength `36`
|
118677
118858
|
* @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
|
118678
118859
|
*/
|
118679
|
-
ApplicationId
|
118860
|
+
ApplicationId?: string;
|
118680
118861
|
AuthConfiguration: QBusinessPluginPluginAuthConfiguration;
|
118681
118862
|
CustomPluginConfiguration?: QBusinessPluginCustomPluginConfiguration;
|
118682
118863
|
/**
|
@@ -118775,6 +118956,12 @@ export type QBusinessPluginNoAuthConfiguration = Record<string, any>;
|
|
118775
118956
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-plugin-oauth2clientcredentialconfiguration.html}
|
118776
118957
|
*/
|
118777
118958
|
export type QBusinessPluginOAuth2ClientCredentialConfiguration = {
|
118959
|
+
/**
|
118960
|
+
* @minLength `1`
|
118961
|
+
* @maxLength `2048`
|
118962
|
+
* @pattern `^(https?|ftp|file)://([^\s]*)$`
|
118963
|
+
*/
|
118964
|
+
AuthorizationUrl?: string;
|
118778
118965
|
/**
|
118779
118966
|
* @minLength `0`
|
118780
118967
|
* @maxLength `1284`
|
@@ -118787,6 +118974,12 @@ export type QBusinessPluginOAuth2ClientCredentialConfiguration = {
|
|
118787
118974
|
* @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
118975
|
*/
|
118789
118976
|
SecretArn: string;
|
118977
|
+
/**
|
118978
|
+
* @minLength `1`
|
118979
|
+
* @maxLength `2048`
|
118980
|
+
* @pattern `^(https?|ftp|file)://([^\s]*)$`
|
118981
|
+
*/
|
118982
|
+
TokenUrl?: string;
|
118790
118983
|
};
|
118791
118984
|
/**
|
118792
118985
|
* Type definition for `AWS::QBusiness::Plugin.PluginAuthConfiguration`.
|
@@ -118813,7 +119006,7 @@ export type QBusinessPluginPluginState = "ENABLED" | "DISABLED";
|
|
118813
119006
|
* Type definition for `AWS::QBusiness::Plugin.PluginType`.
|
118814
119007
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-plugin-plugintype.html}
|
118815
119008
|
*/
|
118816
|
-
export type QBusinessPluginPluginType = "SERVICE_NOW" | "SALESFORCE" | "JIRA" | "ZENDESK" | "CUSTOM";
|
119009
|
+
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
119010
|
/**
|
118818
119011
|
* Type definition for `AWS::QBusiness::Plugin.S3`.
|
118819
119012
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-plugin-s3.html}
|
@@ -118969,6 +119162,7 @@ export type QBusinessWebExperienceProps = {
|
|
118969
119162
|
* @pattern `^[a-zA-Z0-9][a-zA-Z0-9-]{35}$`
|
118970
119163
|
*/
|
118971
119164
|
ApplicationId: string;
|
119165
|
+
CustomizationConfiguration?: QBusinessWebExperienceCustomizationConfiguration;
|
118972
119166
|
IdentityProviderConfiguration?: QBusinessWebExperienceIdentityProviderConfiguration;
|
118973
119167
|
/**
|
118974
119168
|
* @minLength `0`
|
@@ -119032,6 +119226,36 @@ export type QBusinessWebExperienceAttributes = {
|
|
119032
119226
|
*/
|
119033
119227
|
WebExperienceId: string;
|
119034
119228
|
};
|
119229
|
+
/**
|
119230
|
+
* Type definition for `AWS::QBusiness::WebExperience.CustomizationConfiguration`.
|
119231
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-webexperience-customizationconfiguration.html}
|
119232
|
+
*/
|
119233
|
+
export type QBusinessWebExperienceCustomizationConfiguration = {
|
119234
|
+
/**
|
119235
|
+
* @minLength `0`
|
119236
|
+
* @maxLength `1284`
|
119237
|
+
* @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.css)?$`
|
119238
|
+
*/
|
119239
|
+
CustomCSSUrl?: string;
|
119240
|
+
/**
|
119241
|
+
* @minLength `0`
|
119242
|
+
* @maxLength `1284`
|
119243
|
+
* @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.(svg|ico))?$`
|
119244
|
+
*/
|
119245
|
+
FaviconUrl?: string;
|
119246
|
+
/**
|
119247
|
+
* @minLength `0`
|
119248
|
+
* @maxLength `1284`
|
119249
|
+
* @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.(ttf|woff|woff2|otf))?$`
|
119250
|
+
*/
|
119251
|
+
FontUrl?: string;
|
119252
|
+
/**
|
119253
|
+
* @minLength `0`
|
119254
|
+
* @maxLength `1284`
|
119255
|
+
* @pattern `^(https?://[a-zA-Z0-9-_.+%/]+\.(svg|png))?$`
|
119256
|
+
*/
|
119257
|
+
LogoUrl?: string;
|
119258
|
+
};
|
119035
119259
|
/**
|
119036
119260
|
* Type definition for `AWS::QBusiness::WebExperience.IdentityProviderConfiguration`.
|
119037
119261
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-webexperience-identityproviderconfiguration.html}
|
@@ -178397,6 +178621,163 @@ export type VpcLatticeListenerWeightedTargetGroup = {
|
|
178397
178621
|
*/
|
178398
178622
|
Weight?: number;
|
178399
178623
|
};
|
178624
|
+
/**
|
178625
|
+
* Resource type definition for `AWS::VpcLattice::ResourceConfiguration`.
|
178626
|
+
* VpcLattice ResourceConfiguration CFN resource
|
178627
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html}
|
178628
|
+
*/
|
178629
|
+
export type VpcLatticeResourceConfigurationProps = {
|
178630
|
+
AllowAssociationToSharableServiceNetwork?: boolean;
|
178631
|
+
/**
|
178632
|
+
* @minLength `3`
|
178633
|
+
* @maxLength `40`
|
178634
|
+
* @pattern `^(?!rcfg-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$`
|
178635
|
+
*/
|
178636
|
+
Name?: string;
|
178637
|
+
PortRanges?: string[];
|
178638
|
+
ProtocolType?: "TCP";
|
178639
|
+
ResourceConfigurationAuthType?: "NONE" | "AWS_IAM";
|
178640
|
+
ResourceConfigurationDefinition?: {
|
178641
|
+
/**
|
178642
|
+
* @minLength `4`
|
178643
|
+
* @maxLength `39`
|
178644
|
+
*/
|
178645
|
+
IpResource: string;
|
178646
|
+
} | {
|
178647
|
+
/**
|
178648
|
+
* @maxLength `1224`
|
178649
|
+
* @pattern `^arn:[a-z0-9][-.a-z0-9]{0,62}:vpc-lattice:([a-z0-9][-.a-z0-9]{0,62})?:\d{12}?:[^/].{0,1023}$`
|
178650
|
+
*/
|
178651
|
+
ArnResource: string;
|
178652
|
+
} | {
|
178653
|
+
DnsResource: VpcLatticeResourceConfigurationDnsResource;
|
178654
|
+
};
|
178655
|
+
/**
|
178656
|
+
* @minLength `22`
|
178657
|
+
* @maxLength `22`
|
178658
|
+
* @pattern `^rcfg-[0-9a-z]{17}$`
|
178659
|
+
*/
|
178660
|
+
ResourceConfigurationGroupId?: string;
|
178661
|
+
ResourceConfigurationType?: "GROUP" | "CHILD" | "SINGLE" | "ARN";
|
178662
|
+
ResourceGatewayId?: string;
|
178663
|
+
/**
|
178664
|
+
* @minLength `0`
|
178665
|
+
* @maxLength `50`
|
178666
|
+
*/
|
178667
|
+
Tags?: VpcLatticeResourceConfigurationTag[];
|
178668
|
+
};
|
178669
|
+
/**
|
178670
|
+
* Attribute type definition for `AWS::VpcLattice::ResourceConfiguration`.
|
178671
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#aws-resource-vpclattice-resourceconfiguration-return-values}
|
178672
|
+
*/
|
178673
|
+
export type VpcLatticeResourceConfigurationAttributes = {
|
178674
|
+
/**
|
178675
|
+
* @minLength `20`
|
178676
|
+
* @maxLength `2048`
|
178677
|
+
* @pattern `^arn:[a-z0-9f\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourceconfiguration/rcfg-[0-9a-z]{17}$`
|
178678
|
+
*/
|
178679
|
+
Arn: string;
|
178680
|
+
/**
|
178681
|
+
* @minLength `22`
|
178682
|
+
* @maxLength `22`
|
178683
|
+
* @pattern `^rcfg-[0-9a-z]{17}$`
|
178684
|
+
*/
|
178685
|
+
Id: string;
|
178686
|
+
};
|
178687
|
+
/**
|
178688
|
+
* Type definition for `AWS::VpcLattice::ResourceConfiguration.DnsResource`.
|
178689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-dnsresource.html}
|
178690
|
+
*/
|
178691
|
+
export type VpcLatticeResourceConfigurationDnsResource = {
|
178692
|
+
/**
|
178693
|
+
* @minLength `3`
|
178694
|
+
* @maxLength `255`
|
178695
|
+
*/
|
178696
|
+
DomainName: string;
|
178697
|
+
IpAddressType: "IPV4" | "IPV6" | "DUALSTACK";
|
178698
|
+
};
|
178699
|
+
/**
|
178700
|
+
* Type definition for `AWS::VpcLattice::ResourceConfiguration.Tag`.
|
178701
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourceconfiguration-tag.html}
|
178702
|
+
*/
|
178703
|
+
export type VpcLatticeResourceConfigurationTag = {
|
178704
|
+
/**
|
178705
|
+
* @minLength `1`
|
178706
|
+
* @maxLength `128`
|
178707
|
+
*/
|
178708
|
+
Key: string;
|
178709
|
+
/**
|
178710
|
+
* @minLength `1`
|
178711
|
+
* @maxLength `256`
|
178712
|
+
*/
|
178713
|
+
Value?: string;
|
178714
|
+
};
|
178715
|
+
/**
|
178716
|
+
* Resource type definition for `AWS::VpcLattice::ResourceGateway`.
|
178717
|
+
* Creates a resource gateway for a service.
|
178718
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html}
|
178719
|
+
*/
|
178720
|
+
export type VpcLatticeResourceGatewayProps = {
|
178721
|
+
IpAddressType?: "IPV4" | "IPV6" | "DUALSTACK";
|
178722
|
+
/**
|
178723
|
+
* @minLength `3`
|
178724
|
+
* @maxLength `40`
|
178725
|
+
* @pattern `^(?!rgw-)(?![-])(?!.*[-]$)(?!.*[-]{2})[a-z0-9-]+$`
|
178726
|
+
*/
|
178727
|
+
Name?: string;
|
178728
|
+
/**
|
178729
|
+
* The ID of one or more security groups to associate with the endpoint network interface.
|
178730
|
+
*/
|
178731
|
+
SecurityGroupIds?: string[];
|
178732
|
+
/**
|
178733
|
+
* The ID of one or more subnets in which to create an endpoint network interface.
|
178734
|
+
*/
|
178735
|
+
SubnetIds?: string[];
|
178736
|
+
/**
|
178737
|
+
* @minLength `0`
|
178738
|
+
* @maxLength `50`
|
178739
|
+
*/
|
178740
|
+
Tags?: VpcLatticeResourceGatewayTag[];
|
178741
|
+
/**
|
178742
|
+
* @minLength `5`
|
178743
|
+
* @maxLength `50`
|
178744
|
+
*/
|
178745
|
+
VpcIdentifier?: string;
|
178746
|
+
};
|
178747
|
+
/**
|
178748
|
+
* Attribute type definition for `AWS::VpcLattice::ResourceGateway`.
|
178749
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#aws-resource-vpclattice-resourcegateway-return-values}
|
178750
|
+
*/
|
178751
|
+
export type VpcLatticeResourceGatewayAttributes = {
|
178752
|
+
/**
|
178753
|
+
* @minLength `20`
|
178754
|
+
* @maxLength `2048`
|
178755
|
+
* @pattern `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}$`
|
178756
|
+
*/
|
178757
|
+
Arn: string;
|
178758
|
+
/**
|
178759
|
+
* @minLength `17`
|
178760
|
+
* @maxLength `2048`
|
178761
|
+
* @pattern `^((rgw-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:resourcegateway/rgw-[0-9a-z]{17}))$`
|
178762
|
+
*/
|
178763
|
+
Id: string;
|
178764
|
+
};
|
178765
|
+
/**
|
178766
|
+
* Type definition for `AWS::VpcLattice::ResourceGateway.Tag`.
|
178767
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-resourcegateway-tag.html}
|
178768
|
+
*/
|
178769
|
+
export type VpcLatticeResourceGatewayTag = {
|
178770
|
+
/**
|
178771
|
+
* @minLength `1`
|
178772
|
+
* @maxLength `128`
|
178773
|
+
*/
|
178774
|
+
Key: string;
|
178775
|
+
/**
|
178776
|
+
* @minLength `1`
|
178777
|
+
* @maxLength `256`
|
178778
|
+
*/
|
178779
|
+
Value?: string;
|
178780
|
+
};
|
178400
178781
|
/**
|
178401
178782
|
* Resource type definition for `AWS::VpcLattice::ResourcePolicy`.
|
178402
178783
|
* 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.
|
@@ -182213,17 +182594,23 @@ export type WisdomAIAgentAIAgentConfiguration = {
|
|
182213
182594
|
ManualSearchAIAgentConfiguration: WisdomAIAgentManualSearchAIAgentConfiguration;
|
182214
182595
|
} | {
|
182215
182596
|
AnswerRecommendationAIAgentConfiguration: WisdomAIAgentAnswerRecommendationAIAgentConfiguration;
|
182597
|
+
} | {
|
182598
|
+
SelfServiceAIAgentConfiguration: WisdomAIAgentSelfServiceAIAgentConfiguration;
|
182216
182599
|
};
|
182217
182600
|
/**
|
182218
182601
|
* Type definition for `AWS::Wisdom::AIAgent.AIAgentType`.
|
182219
182602
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-aiagenttype.html}
|
182220
182603
|
*/
|
182221
|
-
export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION";
|
182604
|
+
export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE";
|
182222
182605
|
/**
|
182223
182606
|
* Type definition for `AWS::Wisdom::AIAgent.AnswerRecommendationAIAgentConfiguration`.
|
182224
182607
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-answerrecommendationaiagentconfiguration.html}
|
182225
182608
|
*/
|
182226
182609
|
export type WisdomAIAgentAnswerRecommendationAIAgentConfiguration = {
|
182610
|
+
/**
|
182611
|
+
* @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}$`
|
182612
|
+
*/
|
182613
|
+
AnswerGenerationAIGuardrailId?: string;
|
182227
182614
|
/**
|
182228
182615
|
* @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
182616
|
*/
|
@@ -182280,6 +182667,10 @@ export type WisdomAIAgentKnowledgeBaseSearchType = "HYBRID" | "SEMANTIC";
|
|
182280
182667
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-manualsearchaiagentconfiguration.html}
|
182281
182668
|
*/
|
182282
182669
|
export type WisdomAIAgentManualSearchAIAgentConfiguration = {
|
182670
|
+
/**
|
182671
|
+
* @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}$`
|
182672
|
+
*/
|
182673
|
+
AnswerGenerationAIGuardrailId?: string;
|
182283
182674
|
/**
|
182284
182675
|
* @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
182676
|
*/
|
@@ -182295,6 +182686,25 @@ export type WisdomAIAgentOrCondition = {
|
|
182295
182686
|
} | {
|
182296
182687
|
TagCondition: WisdomAIAgentTagCondition;
|
182297
182688
|
};
|
182689
|
+
/**
|
182690
|
+
* Type definition for `AWS::Wisdom::AIAgent.SelfServiceAIAgentConfiguration`.
|
182691
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-selfserviceaiagentconfiguration.html}
|
182692
|
+
*/
|
182693
|
+
export type WisdomAIAgentSelfServiceAIAgentConfiguration = {
|
182694
|
+
AssociationConfigurations?: WisdomAIAgentAssociationConfiguration[];
|
182695
|
+
/**
|
182696
|
+
* @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}$`
|
182697
|
+
*/
|
182698
|
+
SelfServiceAIGuardrailId?: string;
|
182699
|
+
/**
|
182700
|
+
* @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}$`
|
182701
|
+
*/
|
182702
|
+
SelfServiceAnswerGenerationAIPromptId?: string;
|
182703
|
+
/**
|
182704
|
+
* @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}$`
|
182705
|
+
*/
|
182706
|
+
SelfServicePreProcessingAIPromptId?: string;
|
182707
|
+
};
|
182298
182708
|
/**
|
182299
182709
|
* Type definition for `AWS::Wisdom::AIAgent.TagCondition`.
|
182300
182710
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tagcondition.html}
|
@@ -182362,6 +182772,360 @@ export type WisdomAIAgentVersionAttributes = {
|
|
182362
182772
|
AssistantArn: string;
|
182363
182773
|
VersionNumber: number;
|
182364
182774
|
};
|
182775
|
+
/**
|
182776
|
+
* Definition of AWS::Wisdom::AIGuardrail Resource Type
|
182777
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrail.html}
|
182778
|
+
*/
|
182779
|
+
export type WisdomAIGuardrailProps = {
|
182780
|
+
/**
|
182781
|
+
* @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
|
182782
|
+
*/
|
182783
|
+
AssistantId: string;
|
182784
|
+
/**
|
182785
|
+
* Messaging for when violations are detected in text
|
182786
|
+
* @minLength `1`
|
182787
|
+
* @maxLength `500`
|
182788
|
+
*/
|
182789
|
+
BlockedInputMessaging: string;
|
182790
|
+
/**
|
182791
|
+
* Messaging for when violations are detected in text
|
182792
|
+
* @minLength `1`
|
182793
|
+
* @maxLength `500`
|
182794
|
+
*/
|
182795
|
+
BlockedOutputsMessaging: string;
|
182796
|
+
/**
|
182797
|
+
* Content policy config for a guardrail.
|
182798
|
+
*/
|
182799
|
+
ContentPolicyConfig?: WisdomAIGuardrailAIGuardrailContentPolicyConfig;
|
182800
|
+
/**
|
182801
|
+
* Contextual grounding policy config for a guardrail.
|
182802
|
+
*/
|
182803
|
+
ContextualGroundingPolicyConfig?: WisdomAIGuardrailAIGuardrailContextualGroundingPolicyConfig;
|
182804
|
+
/**
|
182805
|
+
* Description of the guardrail or its version
|
182806
|
+
* @minLength `1`
|
182807
|
+
* @maxLength `200`
|
182808
|
+
*/
|
182809
|
+
Description?: string;
|
182810
|
+
/**
|
182811
|
+
* @minLength `1`
|
182812
|
+
* @maxLength `255`
|
182813
|
+
* @pattern `^[a-zA-Z0-9\s_.,-]+`
|
182814
|
+
*/
|
182815
|
+
Name?: string;
|
182816
|
+
/**
|
182817
|
+
* Sensitive information policy config for a guardrail.
|
182818
|
+
*/
|
182819
|
+
SensitiveInformationPolicyConfig?: WisdomAIGuardrailAIGuardrailSensitiveInformationPolicyConfig;
|
182820
|
+
Tags?: WisdomAIGuardrailTags;
|
182821
|
+
/**
|
182822
|
+
* Topic policy config for a guardrail.
|
182823
|
+
*/
|
182824
|
+
TopicPolicyConfig?: WisdomAIGuardrailAIGuardrailTopicPolicyConfig;
|
182825
|
+
/**
|
182826
|
+
* Word policy config for a guardrail.
|
182827
|
+
*/
|
182828
|
+
WordPolicyConfig?: WisdomAIGuardrailAIGuardrailWordPolicyConfig;
|
182829
|
+
};
|
182830
|
+
/**
|
182831
|
+
* Attribute type definition for `AWS::Wisdom::AIGuardrail`.
|
182832
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrail.html#aws-resource-wisdom-aiguardrail-return-values}
|
182833
|
+
*/
|
182834
|
+
export type WisdomAIGuardrailAttributes = {
|
182835
|
+
/**
|
182836
|
+
* @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
|
182837
|
+
*/
|
182838
|
+
AIGuardrailArn: string;
|
182839
|
+
/**
|
182840
|
+
* @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}$|^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}(:[A-Z0-9_$]+){0,1}$`
|
182841
|
+
*/
|
182842
|
+
AIGuardrailId: string;
|
182843
|
+
/**
|
182844
|
+
* @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}){0,2}$`
|
182845
|
+
*/
|
182846
|
+
AssistantArn: string;
|
182847
|
+
};
|
182848
|
+
/**
|
182849
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.AIGuardrailContentPolicyConfig`.
|
182850
|
+
* Content policy config for a guardrail.
|
182851
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailcontentpolicyconfig.html}
|
182852
|
+
*/
|
182853
|
+
export type WisdomAIGuardrailAIGuardrailContentPolicyConfig = {
|
182854
|
+
/**
|
182855
|
+
* List of content filter configs in content policy.
|
182856
|
+
* @minLength `1`
|
182857
|
+
* @maxLength `6`
|
182858
|
+
*/
|
182859
|
+
FiltersConfig: WisdomAIGuardrailGuardrailContentFilterConfig[];
|
182860
|
+
};
|
182861
|
+
/**
|
182862
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.AIGuardrailContextualGroundingPolicyConfig`.
|
182863
|
+
* Contextual grounding policy config for a guardrail.
|
182864
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailcontextualgroundingpolicyconfig.html}
|
182865
|
+
*/
|
182866
|
+
export type WisdomAIGuardrailAIGuardrailContextualGroundingPolicyConfig = {
|
182867
|
+
/**
|
182868
|
+
* List of contextual grounding filter configs.
|
182869
|
+
* @minLength `1`
|
182870
|
+
*/
|
182871
|
+
FiltersConfig: WisdomAIGuardrailGuardrailContextualGroundingFilterConfig[];
|
182872
|
+
};
|
182873
|
+
/**
|
182874
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.AIGuardrailSensitiveInformationPolicyConfig`.
|
182875
|
+
* Sensitive information policy config for a guardrail.
|
182876
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailsensitiveinformationpolicyconfig.html}
|
182877
|
+
*/
|
182878
|
+
export type WisdomAIGuardrailAIGuardrailSensitiveInformationPolicyConfig = {
|
182879
|
+
/**
|
182880
|
+
* List of entities.
|
182881
|
+
* @minLength `1`
|
182882
|
+
*/
|
182883
|
+
PiiEntitiesConfig?: WisdomAIGuardrailGuardrailPiiEntityConfig[];
|
182884
|
+
/**
|
182885
|
+
* List of regex.
|
182886
|
+
* @minLength `1`
|
182887
|
+
*/
|
182888
|
+
RegexesConfig?: WisdomAIGuardrailGuardrailRegexConfig[];
|
182889
|
+
};
|
182890
|
+
/**
|
182891
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.AIGuardrailTopicPolicyConfig`.
|
182892
|
+
* Topic policy config for a guardrail.
|
182893
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailtopicpolicyconfig.html}
|
182894
|
+
*/
|
182895
|
+
export type WisdomAIGuardrailAIGuardrailTopicPolicyConfig = {
|
182896
|
+
/**
|
182897
|
+
* List of topic configs in topic policy.
|
182898
|
+
* @minLength `1`
|
182899
|
+
*/
|
182900
|
+
TopicsConfig: WisdomAIGuardrailGuardrailTopicConfig[];
|
182901
|
+
};
|
182902
|
+
/**
|
182903
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.AIGuardrailWordPolicyConfig`.
|
182904
|
+
* Word policy config for a guardrail.
|
182905
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-aiguardrailwordpolicyconfig.html}
|
182906
|
+
*/
|
182907
|
+
export type WisdomAIGuardrailAIGuardrailWordPolicyConfig = {
|
182908
|
+
/**
|
182909
|
+
* A config for the list of managed words.
|
182910
|
+
*/
|
182911
|
+
ManagedWordListsConfig?: WisdomAIGuardrailGuardrailManagedWordsConfig[];
|
182912
|
+
/**
|
182913
|
+
* List of custom word configs.
|
182914
|
+
* @minLength `1`
|
182915
|
+
*/
|
182916
|
+
WordsConfig?: WisdomAIGuardrailGuardrailWordConfig[];
|
182917
|
+
};
|
182918
|
+
/**
|
182919
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailContentFilterConfig`.
|
182920
|
+
* Content filter config in content policy.
|
182921
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfilterconfig.html}
|
182922
|
+
*/
|
182923
|
+
export type WisdomAIGuardrailGuardrailContentFilterConfig = {
|
182924
|
+
/**
|
182925
|
+
* Strength for filters
|
182926
|
+
*/
|
182927
|
+
InputStrength: WisdomAIGuardrailGuardrailFilterStrength;
|
182928
|
+
/**
|
182929
|
+
* Strength for filters
|
182930
|
+
*/
|
182931
|
+
OutputStrength: WisdomAIGuardrailGuardrailFilterStrength;
|
182932
|
+
/**
|
182933
|
+
* Type of text to text filter in content policy
|
182934
|
+
*/
|
182935
|
+
Type: WisdomAIGuardrailGuardrailContentFilterType;
|
182936
|
+
};
|
182937
|
+
/**
|
182938
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailContentFilterType`.
|
182939
|
+
* Type of text to text filter in content policy
|
182940
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontentfiltertype.html}
|
182941
|
+
*/
|
182942
|
+
export type WisdomAIGuardrailGuardrailContentFilterType = "SEXUAL" | "VIOLENCE" | "HATE" | "INSULTS" | "MISCONDUCT" | "PROMPT_ATTACK";
|
182943
|
+
/**
|
182944
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailContextualGroundingFilterConfig`.
|
182945
|
+
* A config for grounding filter.
|
182946
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontextualgroundingfilterconfig.html}
|
182947
|
+
*/
|
182948
|
+
export type WisdomAIGuardrailGuardrailContextualGroundingFilterConfig = {
|
182949
|
+
/**
|
182950
|
+
* The threshold for this filter.
|
182951
|
+
* @min `0`
|
182952
|
+
*/
|
182953
|
+
Threshold: number;
|
182954
|
+
/**
|
182955
|
+
* Type of contextual grounding filter
|
182956
|
+
*/
|
182957
|
+
Type: WisdomAIGuardrailGuardrailContextualGroundingFilterType;
|
182958
|
+
};
|
182959
|
+
/**
|
182960
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailContextualGroundingFilterType`.
|
182961
|
+
* Type of contextual grounding filter
|
182962
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailcontextualgroundingfiltertype.html}
|
182963
|
+
*/
|
182964
|
+
export type WisdomAIGuardrailGuardrailContextualGroundingFilterType = "GROUNDING" | "RELEVANCE";
|
182965
|
+
/**
|
182966
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailFilterStrength`.
|
182967
|
+
* Strength for filters
|
182968
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailfilterstrength.html}
|
182969
|
+
*/
|
182970
|
+
export type WisdomAIGuardrailGuardrailFilterStrength = "NONE" | "LOW" | "MEDIUM" | "HIGH";
|
182971
|
+
/**
|
182972
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailManagedWordsConfig`.
|
182973
|
+
* A managed words config.
|
182974
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailmanagedwordsconfig.html}
|
182975
|
+
*/
|
182976
|
+
export type WisdomAIGuardrailGuardrailManagedWordsConfig = {
|
182977
|
+
/**
|
182978
|
+
* Options for managed words.
|
182979
|
+
*/
|
182980
|
+
Type: WisdomAIGuardrailGuardrailManagedWordsType;
|
182981
|
+
};
|
182982
|
+
/**
|
182983
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailManagedWordsType`.
|
182984
|
+
* Options for managed words.
|
182985
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailmanagedwordstype.html}
|
182986
|
+
*/
|
182987
|
+
export type WisdomAIGuardrailGuardrailManagedWordsType = "PROFANITY";
|
182988
|
+
/**
|
182989
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailPiiEntityConfig`.
|
182990
|
+
* Pii entity configuration.
|
182991
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailpiientityconfig.html}
|
182992
|
+
*/
|
182993
|
+
export type WisdomAIGuardrailGuardrailPiiEntityConfig = {
|
182994
|
+
/**
|
182995
|
+
* Options for sensitive information action.
|
182996
|
+
*/
|
182997
|
+
Action: WisdomAIGuardrailGuardrailSensitiveInformationAction;
|
182998
|
+
/**
|
182999
|
+
* The currently supported PII entities
|
183000
|
+
*/
|
183001
|
+
Type: WisdomAIGuardrailGuardrailPiiEntityType;
|
183002
|
+
};
|
183003
|
+
/**
|
183004
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailPiiEntityType`.
|
183005
|
+
* The currently supported PII entities
|
183006
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailpiientitytype.html}
|
183007
|
+
*/
|
183008
|
+
export type WisdomAIGuardrailGuardrailPiiEntityType = "ADDRESS" | "AGE" | "AWS_ACCESS_KEY" | "AWS_SECRET_KEY" | "CA_HEALTH_NUMBER" | "CA_SOCIAL_INSURANCE_NUMBER" | "CREDIT_DEBIT_CARD_CVV" | "CREDIT_DEBIT_CARD_EXPIRY" | "CREDIT_DEBIT_CARD_NUMBER" | "DRIVER_ID" | "EMAIL" | "INTERNATIONAL_BANK_ACCOUNT_NUMBER" | "IP_ADDRESS" | "LICENSE_PLATE" | "MAC_ADDRESS" | "NAME" | "PASSWORD" | "PHONE" | "PIN" | "SWIFT_CODE" | "UK_NATIONAL_HEALTH_SERVICE_NUMBER" | "UK_NATIONAL_INSURANCE_NUMBER" | "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER" | "URL" | "USERNAME" | "US_BANK_ACCOUNT_NUMBER" | "US_BANK_ROUTING_NUMBER" | "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER" | "US_PASSPORT_NUMBER" | "US_SOCIAL_SECURITY_NUMBER" | "VEHICLE_IDENTIFICATION_NUMBER";
|
183009
|
+
/**
|
183010
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailRegexConfig`.
|
183011
|
+
* A regex configuration.
|
183012
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailregexconfig.html}
|
183013
|
+
*/
|
183014
|
+
export type WisdomAIGuardrailGuardrailRegexConfig = {
|
183015
|
+
/**
|
183016
|
+
* Options for sensitive information action.
|
183017
|
+
*/
|
183018
|
+
Action: WisdomAIGuardrailGuardrailSensitiveInformationAction;
|
183019
|
+
/**
|
183020
|
+
* The regex description.
|
183021
|
+
* @minLength `1`
|
183022
|
+
* @maxLength `1000`
|
183023
|
+
*/
|
183024
|
+
Description?: string;
|
183025
|
+
/**
|
183026
|
+
* The regex name.
|
183027
|
+
* @minLength `1`
|
183028
|
+
* @maxLength `100`
|
183029
|
+
*/
|
183030
|
+
Name: string;
|
183031
|
+
/**
|
183032
|
+
* The regex pattern.
|
183033
|
+
* @minLength `1`
|
183034
|
+
*/
|
183035
|
+
Pattern: string;
|
183036
|
+
};
|
183037
|
+
/**
|
183038
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailSensitiveInformationAction`.
|
183039
|
+
* Options for sensitive information action.
|
183040
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailsensitiveinformationaction.html}
|
183041
|
+
*/
|
183042
|
+
export type WisdomAIGuardrailGuardrailSensitiveInformationAction = "BLOCK" | "ANONYMIZE";
|
183043
|
+
/**
|
183044
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailTopicConfig`.
|
183045
|
+
* Topic config in topic policy.
|
183046
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailtopicconfig.html}
|
183047
|
+
*/
|
183048
|
+
export type WisdomAIGuardrailGuardrailTopicConfig = {
|
183049
|
+
/**
|
183050
|
+
* Definition of topic in topic policy
|
183051
|
+
* @minLength `1`
|
183052
|
+
* @maxLength `200`
|
183053
|
+
*/
|
183054
|
+
Definition: string;
|
183055
|
+
/**
|
183056
|
+
* List of text examples
|
183057
|
+
* @minLength `0`
|
183058
|
+
*/
|
183059
|
+
Examples?: string[];
|
183060
|
+
/**
|
183061
|
+
* Name of topic in topic policy
|
183062
|
+
* @minLength `1`
|
183063
|
+
* @maxLength `100`
|
183064
|
+
* @pattern `^[0-9a-zA-Z-_ !?.]+$`
|
183065
|
+
*/
|
183066
|
+
Name: string;
|
183067
|
+
/**
|
183068
|
+
* Type of topic in a policy
|
183069
|
+
*/
|
183070
|
+
Type: WisdomAIGuardrailGuardrailTopicType;
|
183071
|
+
};
|
183072
|
+
/**
|
183073
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailTopicType`.
|
183074
|
+
* Type of topic in a policy
|
183075
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailtopictype.html}
|
183076
|
+
*/
|
183077
|
+
export type WisdomAIGuardrailGuardrailTopicType = "DENY";
|
183078
|
+
/**
|
183079
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.GuardrailWordConfig`.
|
183080
|
+
* A custom word config.
|
183081
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-guardrailwordconfig.html}
|
183082
|
+
*/
|
183083
|
+
export type WisdomAIGuardrailGuardrailWordConfig = {
|
183084
|
+
/**
|
183085
|
+
* The custom word text.
|
183086
|
+
* @minLength `1`
|
183087
|
+
*/
|
183088
|
+
Text: string;
|
183089
|
+
};
|
183090
|
+
/**
|
183091
|
+
* Type definition for `AWS::Wisdom::AIGuardrail.Tags`.
|
183092
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiguardrail-tags.html}
|
183093
|
+
*/
|
183094
|
+
export type WisdomAIGuardrailTags = Record<string, string>;
|
183095
|
+
/**
|
183096
|
+
* Definition of AWS::Wisdom::AIGuardrailVersion Resource Type
|
183097
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.html}
|
183098
|
+
*/
|
183099
|
+
export type WisdomAIGuardrailVersionProps = {
|
183100
|
+
/**
|
183101
|
+
* @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`
|
183102
|
+
*/
|
183103
|
+
AIGuardrailId: string;
|
183104
|
+
/**
|
183105
|
+
* @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$`
|
183106
|
+
*/
|
183107
|
+
AssistantId: string;
|
183108
|
+
ModifiedTimeSeconds?: number;
|
183109
|
+
};
|
183110
|
+
/**
|
183111
|
+
* Attribute type definition for `AWS::Wisdom::AIGuardrailVersion`.
|
183112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiguardrailversion.html#aws-resource-wisdom-aiguardrailversion-return-values}
|
183113
|
+
*/
|
183114
|
+
export type WisdomAIGuardrailVersionAttributes = {
|
183115
|
+
/**
|
183116
|
+
* @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})?$`
|
183117
|
+
*/
|
183118
|
+
AIGuardrailArn: string;
|
183119
|
+
/**
|
183120
|
+
* @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}$`
|
183121
|
+
*/
|
183122
|
+
AIGuardrailVersionId: string;
|
183123
|
+
/**
|
183124
|
+
* @pattern `^arn:[a-z-]*?:wisdom:[a-z0-9-]*?:[0-9]{12}:[a-z-]*?/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(?:/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})?$`
|
183125
|
+
*/
|
183126
|
+
AssistantArn: string;
|
183127
|
+
VersionNumber: number;
|
183128
|
+
};
|
182365
183129
|
/**
|
182366
183130
|
* Definition of AWS::Wisdom::AIPrompt Resource Type
|
182367
183131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiprompt.html}
|
@@ -182433,7 +183197,7 @@ export type WisdomAIPromptAIPromptTemplateType = "TEXT";
|
|
182433
183197
|
* Type definition for `AWS::Wisdom::AIPrompt.AIPromptType`.
|
182434
183198
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttype.html}
|
182435
183199
|
*/
|
182436
|
-
export type WisdomAIPromptAIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION";
|
183200
|
+
export type WisdomAIPromptAIPromptType = "ANSWER_GENERATION" | "INTENT_LABELING_GENERATION" | "QUERY_REFORMULATION" | "SELF_SERVICE_PRE_PROCESSING" | "SELF_SERVICE_ANSWER_GENERATION";
|
182437
183201
|
/**
|
182438
183202
|
* Type definition for `AWS::Wisdom::AIPrompt.Tags`.
|
182439
183203
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-tags.html}
|
@@ -186049,8 +186813,10 @@ export interface ResourceTypes {
|
|
186049
186813
|
"AWS::Proton::EnvironmentTemplate": ProtonEnvironmentTemplateProps;
|
186050
186814
|
"AWS::Proton::ServiceTemplate": ProtonServiceTemplateProps;
|
186051
186815
|
"AWS::QBusiness::Application": QBusinessApplicationProps;
|
186816
|
+
"AWS::QBusiness::DataAccessor": QBusinessDataAccessorProps;
|
186052
186817
|
"AWS::QBusiness::DataSource": QBusinessDataSourceProps;
|
186053
186818
|
"AWS::QBusiness::Index": QBusinessIndexProps;
|
186819
|
+
"AWS::QBusiness::Permission": QBusinessPermissionProps;
|
186054
186820
|
"AWS::QBusiness::Plugin": QBusinessPluginProps;
|
186055
186821
|
"AWS::QBusiness::Retriever": QBusinessRetrieverProps;
|
186056
186822
|
"AWS::QBusiness::WebExperience": QBusinessWebExperienceProps;
|
@@ -186329,6 +187095,8 @@ export interface ResourceTypes {
|
|
186329
187095
|
"AWS::VpcLattice::AccessLogSubscription": VpcLatticeAccessLogSubscriptionProps;
|
186330
187096
|
"AWS::VpcLattice::AuthPolicy": VpcLatticeAuthPolicyProps;
|
186331
187097
|
"AWS::VpcLattice::Listener": VpcLatticeListenerProps;
|
187098
|
+
"AWS::VpcLattice::ResourceConfiguration": VpcLatticeResourceConfigurationProps;
|
187099
|
+
"AWS::VpcLattice::ResourceGateway": VpcLatticeResourceGatewayProps;
|
186332
187100
|
"AWS::VpcLattice::ResourcePolicy": VpcLatticeResourcePolicyProps;
|
186333
187101
|
"AWS::VpcLattice::Rule": VpcLatticeRuleProps;
|
186334
187102
|
"AWS::VpcLattice::Service": VpcLatticeServiceProps;
|
@@ -186362,6 +187130,8 @@ export interface ResourceTypes {
|
|
186362
187130
|
"AWS::WAFv2::WebACLAssociation": WAFv2WebACLAssociationProps;
|
186363
187131
|
"AWS::Wisdom::AIAgent": WisdomAIAgentProps;
|
186364
187132
|
"AWS::Wisdom::AIAgentVersion": WisdomAIAgentVersionProps;
|
187133
|
+
"AWS::Wisdom::AIGuardrail": WisdomAIGuardrailProps;
|
187134
|
+
"AWS::Wisdom::AIGuardrailVersion": WisdomAIGuardrailVersionProps;
|
186365
187135
|
"AWS::Wisdom::AIPrompt": WisdomAIPromptProps;
|
186366
187136
|
"AWS::Wisdom::AIPromptVersion": WisdomAIPromptVersionProps;
|
186367
187137
|
"AWS::Wisdom::Assistant": WisdomAssistantProps;
|
@@ -187290,6 +188060,7 @@ export interface AttributeTypes {
|
|
187290
188060
|
"AWS::Proton::EnvironmentTemplate": ProtonEnvironmentTemplateAttributes;
|
187291
188061
|
"AWS::Proton::ServiceTemplate": ProtonServiceTemplateAttributes;
|
187292
188062
|
"AWS::QBusiness::Application": QBusinessApplicationAttributes;
|
188063
|
+
"AWS::QBusiness::DataAccessor": QBusinessDataAccessorAttributes;
|
187293
188064
|
"AWS::QBusiness::DataSource": QBusinessDataSourceAttributes;
|
187294
188065
|
"AWS::QBusiness::Index": QBusinessIndexAttributes;
|
187295
188066
|
"AWS::QBusiness::Plugin": QBusinessPluginAttributes;
|
@@ -187537,6 +188308,8 @@ export interface AttributeTypes {
|
|
187537
188308
|
"AWS::VpcLattice::AccessLogSubscription": VpcLatticeAccessLogSubscriptionAttributes;
|
187538
188309
|
"AWS::VpcLattice::AuthPolicy": VpcLatticeAuthPolicyAttributes;
|
187539
188310
|
"AWS::VpcLattice::Listener": VpcLatticeListenerAttributes;
|
188311
|
+
"AWS::VpcLattice::ResourceConfiguration": VpcLatticeResourceConfigurationAttributes;
|
188312
|
+
"AWS::VpcLattice::ResourceGateway": VpcLatticeResourceGatewayAttributes;
|
187540
188313
|
"AWS::VpcLattice::Rule": VpcLatticeRuleAttributes;
|
187541
188314
|
"AWS::VpcLattice::Service": VpcLatticeServiceAttributes;
|
187542
188315
|
"AWS::VpcLattice::ServiceNetwork": VpcLatticeServiceNetworkAttributes;
|
@@ -187568,6 +188341,8 @@ export interface AttributeTypes {
|
|
187568
188341
|
"AWS::WAFv2::WebACL": WAFv2WebACLAttributes;
|
187569
188342
|
"AWS::Wisdom::AIAgent": WisdomAIAgentAttributes;
|
187570
188343
|
"AWS::Wisdom::AIAgentVersion": WisdomAIAgentVersionAttributes;
|
188344
|
+
"AWS::Wisdom::AIGuardrail": WisdomAIGuardrailAttributes;
|
188345
|
+
"AWS::Wisdom::AIGuardrailVersion": WisdomAIGuardrailVersionAttributes;
|
187571
188346
|
"AWS::Wisdom::AIPrompt": WisdomAIPromptAttributes;
|
187572
188347
|
"AWS::Wisdom::AIPromptVersion": WisdomAIPromptVersionAttributes;
|
187573
188348
|
"AWS::Wisdom::Assistant": WisdomAssistantAttributes;
|
@@ -188605,8 +189380,10 @@ export declare const ResourceType: {
|
|
188605
189380
|
readonly ProtonEnvironmentTemplate: "AWS::Proton::EnvironmentTemplate";
|
188606
189381
|
readonly ProtonServiceTemplate: "AWS::Proton::ServiceTemplate";
|
188607
189382
|
readonly QBusinessApplication: "AWS::QBusiness::Application";
|
189383
|
+
readonly QBusinessDataAccessor: "AWS::QBusiness::DataAccessor";
|
188608
189384
|
readonly QBusinessDataSource: "AWS::QBusiness::DataSource";
|
188609
189385
|
readonly QBusinessIndex: "AWS::QBusiness::Index";
|
189386
|
+
readonly QBusinessPermission: "AWS::QBusiness::Permission";
|
188610
189387
|
readonly QBusinessPlugin: "AWS::QBusiness::Plugin";
|
188611
189388
|
readonly QBusinessRetriever: "AWS::QBusiness::Retriever";
|
188612
189389
|
readonly QBusinessWebExperience: "AWS::QBusiness::WebExperience";
|
@@ -188885,6 +189662,8 @@ export declare const ResourceType: {
|
|
188885
189662
|
readonly VpcLatticeAccessLogSubscription: "AWS::VpcLattice::AccessLogSubscription";
|
188886
189663
|
readonly VpcLatticeAuthPolicy: "AWS::VpcLattice::AuthPolicy";
|
188887
189664
|
readonly VpcLatticeListener: "AWS::VpcLattice::Listener";
|
189665
|
+
readonly VpcLatticeResourceConfiguration: "AWS::VpcLattice::ResourceConfiguration";
|
189666
|
+
readonly VpcLatticeResourceGateway: "AWS::VpcLattice::ResourceGateway";
|
188888
189667
|
readonly VpcLatticeResourcePolicy: "AWS::VpcLattice::ResourcePolicy";
|
188889
189668
|
readonly VpcLatticeRule: "AWS::VpcLattice::Rule";
|
188890
189669
|
readonly VpcLatticeService: "AWS::VpcLattice::Service";
|
@@ -188918,6 +189697,8 @@ export declare const ResourceType: {
|
|
188918
189697
|
readonly WAFv2WebACLAssociation: "AWS::WAFv2::WebACLAssociation";
|
188919
189698
|
readonly WisdomAIAgent: "AWS::Wisdom::AIAgent";
|
188920
189699
|
readonly WisdomAIAgentVersion: "AWS::Wisdom::AIAgentVersion";
|
189700
|
+
readonly WisdomAIGuardrail: "AWS::Wisdom::AIGuardrail";
|
189701
|
+
readonly WisdomAIGuardrailVersion: "AWS::Wisdom::AIGuardrailVersion";
|
188921
189702
|
readonly WisdomAIPrompt: "AWS::Wisdom::AIPrompt";
|
188922
189703
|
readonly WisdomAIPromptVersion: "AWS::Wisdom::AIPromptVersion";
|
188923
189704
|
readonly WisdomAssistant: "AWS::Wisdom::Assistant";
|