@intentius/chant-lexicon-aws 0.10.0 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/index.d.ts +4 -0
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +21 -0
- package/dist/types/index.d.ts +40 -1
- package/package.json +2 -2
- package/src/generated/index.d.ts +40 -1
- package/src/generated/index.ts +4 -0
- package/src/generated/lexicon-aws.json +21 -0
package/dist/integrity.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "sha256",
|
|
3
3
|
"artifacts": {
|
|
4
|
-
"manifest.json": "
|
|
5
|
-
"meta.json": "
|
|
6
|
-
"types/index.d.ts": "
|
|
4
|
+
"manifest.json": "a5a56d95c082ca8e850e6e19a3ef231d61b66be6c0007d8bcd231595d87e51f3",
|
|
5
|
+
"meta.json": "c63c9f16f8bfa6228df331f2905337337075e1bafcd773398006cab0318b5848",
|
|
6
|
+
"types/index.d.ts": "93bc8e4aaefc76c7f0409a4d9d02e8b7379522dc213625d72bcbf397216f3ac9",
|
|
7
7
|
"rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
|
|
8
8
|
"rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
|
|
9
9
|
"rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
|
|
41
41
|
"skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
|
|
42
42
|
},
|
|
43
|
-
"composite": "
|
|
43
|
+
"composite": "d29564f3c72a555bd8fe6e442734afe4b76ced258538a41b4462cbea62d8ef95"
|
|
44
44
|
}
|
package/dist/manifest.json
CHANGED
package/dist/meta.json
CHANGED
|
@@ -9605,6 +9605,7 @@
|
|
|
9605
9605
|
"KnowledgeBaseConfiguration/Type",
|
|
9606
9606
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9607
9607
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9608
|
+
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9608
9609
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9609
9610
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9610
9611
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9633,6 +9634,16 @@
|
|
|
9633
9634
|
"kind": "property",
|
|
9634
9635
|
"lexicon": "aws"
|
|
9635
9636
|
},
|
|
9637
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9638
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9639
|
+
"kind": "property",
|
|
9640
|
+
"lexicon": "aws"
|
|
9641
|
+
},
|
|
9642
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9643
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9644
|
+
"kind": "property",
|
|
9645
|
+
"lexicon": "aws"
|
|
9646
|
+
},
|
|
9636
9647
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9637
9648
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9638
9649
|
"kind": "property",
|
|
@@ -57624,6 +57635,16 @@
|
|
|
57624
57635
|
"kind": "property",
|
|
57625
57636
|
"lexicon": "aws"
|
|
57626
57637
|
},
|
|
57638
|
+
"ManagedKnowledgeBaseConfiguration": {
|
|
57639
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
57640
|
+
"kind": "property",
|
|
57641
|
+
"lexicon": "aws"
|
|
57642
|
+
},
|
|
57643
|
+
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
57644
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
57645
|
+
"kind": "property",
|
|
57646
|
+
"lexicon": "aws"
|
|
57647
|
+
},
|
|
57627
57648
|
"ManagedLoggingConfiguration": {
|
|
57628
57649
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57629
57650
|
"kind": "property",
|
package/dist/types/index.d.ts
CHANGED
|
@@ -45987,11 +45987,29 @@ export declare class BedrockKnowledgeBase_KnowledgeBaseConfiguration {
|
|
|
45987
45987
|
constructor(props: {
|
|
45988
45988
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
45989
45989
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
45990
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
45990
45991
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
45991
45992
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
45992
45993
|
});
|
|
45993
45994
|
}
|
|
45994
45995
|
|
|
45996
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration {
|
|
45997
|
+
constructor(props: {
|
|
45998
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
45999
|
+
EmbeddingModelArn: string;
|
|
46000
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
46001
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
46002
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
46003
|
+
});
|
|
46004
|
+
}
|
|
46005
|
+
|
|
46006
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
46007
|
+
constructor(props: {
|
|
46008
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
46009
|
+
KmsKeyArn?: string;
|
|
46010
|
+
});
|
|
46011
|
+
}
|
|
46012
|
+
|
|
45995
46013
|
export declare class BedrockKnowledgeBase_MongoDbAtlasConfiguration {
|
|
45996
46014
|
constructor(props: {
|
|
45997
46015
|
/** Name of the collection within MongoDB Atlas. */
|
|
@@ -81742,6 +81760,7 @@ export declare class KnowledgeBaseConfiguration {
|
|
|
81742
81760
|
constructor(props: {
|
|
81743
81761
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
81744
81762
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
81763
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
81745
81764
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
81746
81765
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
81747
81766
|
});
|
|
@@ -85837,6 +85856,23 @@ export declare class ManagedInstancesStorageConfiguration {
|
|
|
85837
85856
|
});
|
|
85838
85857
|
}
|
|
85839
85858
|
|
|
85859
|
+
export declare class ManagedKnowledgeBaseConfiguration {
|
|
85860
|
+
constructor(props: {
|
|
85861
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
85862
|
+
EmbeddingModelArn: string;
|
|
85863
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
85864
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
85865
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
85866
|
+
});
|
|
85867
|
+
}
|
|
85868
|
+
|
|
85869
|
+
export declare class ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
85870
|
+
constructor(props: {
|
|
85871
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
85872
|
+
KmsKeyArn?: string;
|
|
85873
|
+
});
|
|
85874
|
+
}
|
|
85875
|
+
|
|
85840
85876
|
export declare class ManagedLoggingConfiguration {
|
|
85841
85877
|
constructor(props: {
|
|
85842
85878
|
/** Enables managed log persistence. */
|
|
@@ -124909,6 +124945,8 @@ export type BedrockFlow_SupportedLanguages = "Python_3";
|
|
|
124909
124945
|
|
|
124910
124946
|
export type BedrockFlow_VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
124911
124947
|
|
|
124948
|
+
export type BedrockKnowledgeBase_EmbeddingModelType = "CUSTOM" | "MANAGED";
|
|
124949
|
+
|
|
124912
124950
|
export type BedrockKnowledgeBase_InclusionType = "EXCLUDE" | "INCLUDE";
|
|
124913
124951
|
|
|
124914
124952
|
export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
@@ -124917,6 +124955,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
|
124917
124955
|
| "DELETE_UNSUCCESSFUL"
|
|
124918
124956
|
| "DELETING"
|
|
124919
124957
|
| "FAILED"
|
|
124958
|
+
| "UPDATE_UNSUCCESSFUL"
|
|
124920
124959
|
| "UPDATING";
|
|
124921
124960
|
|
|
124922
124961
|
export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
@@ -124928,7 +124967,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
|
124928
124967
|
| "RDS"
|
|
124929
124968
|
| "S3_VECTORS";
|
|
124930
124969
|
|
|
124931
|
-
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "SQL" | "VECTOR";
|
|
124970
|
+
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "MANAGED" | "SQL" | "VECTOR";
|
|
124932
124971
|
|
|
124933
124972
|
export type BedrockKnowledgeBase_QueryEngineType = "REDSHIFT";
|
|
124934
124973
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://intentius.io/chant",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"typescript": "^5.9.3"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
|
-
"@intentius/chant": "^0.
|
|
73
|
+
"@intentius/chant": "^0.11.0"
|
|
74
74
|
}
|
|
75
75
|
}
|
package/src/generated/index.d.ts
CHANGED
|
@@ -45987,11 +45987,29 @@ export declare class BedrockKnowledgeBase_KnowledgeBaseConfiguration {
|
|
|
45987
45987
|
constructor(props: {
|
|
45988
45988
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
45989
45989
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
45990
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
45990
45991
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
45991
45992
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
45992
45993
|
});
|
|
45993
45994
|
}
|
|
45994
45995
|
|
|
45996
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration {
|
|
45997
|
+
constructor(props: {
|
|
45998
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
45999
|
+
EmbeddingModelArn: string;
|
|
46000
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
46001
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
46002
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
46003
|
+
});
|
|
46004
|
+
}
|
|
46005
|
+
|
|
46006
|
+
export declare class BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
46007
|
+
constructor(props: {
|
|
46008
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
46009
|
+
KmsKeyArn?: string;
|
|
46010
|
+
});
|
|
46011
|
+
}
|
|
46012
|
+
|
|
45995
46013
|
export declare class BedrockKnowledgeBase_MongoDbAtlasConfiguration {
|
|
45996
46014
|
constructor(props: {
|
|
45997
46015
|
/** Name of the collection within MongoDB Atlas. */
|
|
@@ -81742,6 +81760,7 @@ export declare class KnowledgeBaseConfiguration {
|
|
|
81742
81760
|
constructor(props: {
|
|
81743
81761
|
Type: BedrockKnowledgeBase_KnowledgeBaseType;
|
|
81744
81762
|
KendraKnowledgeBaseConfiguration?: BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration;
|
|
81763
|
+
ManagedKnowledgeBaseConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration;
|
|
81745
81764
|
SqlKnowledgeBaseConfiguration?: BedrockKnowledgeBase_SqlKnowledgeBaseConfiguration;
|
|
81746
81765
|
VectorKnowledgeBaseConfiguration?: BedrockKnowledgeBase_VectorKnowledgeBaseConfiguration;
|
|
81747
81766
|
});
|
|
@@ -85837,6 +85856,23 @@ export declare class ManagedInstancesStorageConfiguration {
|
|
|
85837
85856
|
});
|
|
85838
85857
|
}
|
|
85839
85858
|
|
|
85859
|
+
export declare class ManagedKnowledgeBaseConfiguration {
|
|
85860
|
+
constructor(props: {
|
|
85861
|
+
/** The ARN of the model used to create vector embeddings for the knowledge base. */
|
|
85862
|
+
EmbeddingModelArn: string;
|
|
85863
|
+
EmbeddingModelConfiguration?: BedrockKnowledgeBase_EmbeddingModelConfiguration;
|
|
85864
|
+
EmbeddingModelType?: BedrockKnowledgeBase_EmbeddingModelType;
|
|
85865
|
+
ServerSideEncryptionConfiguration?: BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration;
|
|
85866
|
+
});
|
|
85867
|
+
}
|
|
85868
|
+
|
|
85869
|
+
export declare class ManagedKnowledgeBaseServerSideEncryptionConfiguration {
|
|
85870
|
+
constructor(props: {
|
|
85871
|
+
/** The ARN of the AWS KMS key used to encrypt the managed knowledge base. */
|
|
85872
|
+
KmsKeyArn?: string;
|
|
85873
|
+
});
|
|
85874
|
+
}
|
|
85875
|
+
|
|
85840
85876
|
export declare class ManagedLoggingConfiguration {
|
|
85841
85877
|
constructor(props: {
|
|
85842
85878
|
/** Enables managed log persistence. */
|
|
@@ -124909,6 +124945,8 @@ export type BedrockFlow_SupportedLanguages = "Python_3";
|
|
|
124909
124945
|
|
|
124910
124946
|
export type BedrockFlow_VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
124911
124947
|
|
|
124948
|
+
export type BedrockKnowledgeBase_EmbeddingModelType = "CUSTOM" | "MANAGED";
|
|
124949
|
+
|
|
124912
124950
|
export type BedrockKnowledgeBase_InclusionType = "EXCLUDE" | "INCLUDE";
|
|
124913
124951
|
|
|
124914
124952
|
export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
@@ -124917,6 +124955,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStatus =
|
|
|
124917
124955
|
| "DELETE_UNSUCCESSFUL"
|
|
124918
124956
|
| "DELETING"
|
|
124919
124957
|
| "FAILED"
|
|
124958
|
+
| "UPDATE_UNSUCCESSFUL"
|
|
124920
124959
|
| "UPDATING";
|
|
124921
124960
|
|
|
124922
124961
|
export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
@@ -124928,7 +124967,7 @@ export type BedrockKnowledgeBase_KnowledgeBaseStorageType =
|
|
|
124928
124967
|
| "RDS"
|
|
124929
124968
|
| "S3_VECTORS";
|
|
124930
124969
|
|
|
124931
|
-
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "SQL" | "VECTOR";
|
|
124970
|
+
export type BedrockKnowledgeBase_KnowledgeBaseType = "KENDRA" | "MANAGED" | "SQL" | "VECTOR";
|
|
124932
124971
|
|
|
124933
124972
|
export type BedrockKnowledgeBase_QueryEngineType = "REDSHIFT";
|
|
124934
124973
|
|
package/src/generated/index.ts
CHANGED
|
@@ -2457,6 +2457,8 @@ export const BedrockFoundationModelContextEnrichmentConfiguration = createProper
|
|
|
2457
2457
|
export const BedrockKnowledgeBase_EmbeddingModelConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.EmbeddingModelConfiguration", "aws");
|
|
2458
2458
|
export const BedrockKnowledgeBase_KendraKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KendraKnowledgeBaseConfiguration", "aws");
|
|
2459
2459
|
export const BedrockKnowledgeBase_KnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KnowledgeBaseConfiguration", "aws");
|
|
2460
|
+
export const BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration", "aws");
|
|
2461
|
+
export const BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration", "aws");
|
|
2460
2462
|
export const BedrockKnowledgeBase_MongoDbAtlasConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration", "aws");
|
|
2461
2463
|
export const BedrockKnowledgeBase_MongoDbAtlasFieldMapping = createProperty("AWS::Bedrock::KnowledgeBase.MongoDbAtlasFieldMapping", "aws");
|
|
2462
2464
|
export const BedrockKnowledgeBase_NeptuneAnalyticsConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.NeptuneAnalyticsConfiguration", "aws");
|
|
@@ -6557,6 +6559,8 @@ export const ManagedInstancesLocalStorageConfiguration = createProperty("AWS::EC
|
|
|
6557
6559
|
export const ManagedInstancesNetworkConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesNetworkConfiguration", "aws");
|
|
6558
6560
|
export const ManagedInstancesProvider = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesProvider", "aws");
|
|
6559
6561
|
export const ManagedInstancesStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesStorageConfiguration", "aws");
|
|
6562
|
+
export const ManagedKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration", "aws");
|
|
6563
|
+
export const ManagedKnowledgeBaseServerSideEncryptionConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration", "aws");
|
|
6560
6564
|
export const ManagedLoggingConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedLoggingConfiguration", "aws");
|
|
6561
6565
|
export const ManagedPersistenceMonitoringConfiguration = createProperty("AWS::EMRServerless::Application.ManagedPersistenceMonitoringConfiguration", "aws");
|
|
6562
6566
|
export const ManagedQueryResultsConfiguration = createProperty("AWS::Athena::WorkGroup.ManagedQueryResultsConfiguration", "aws");
|
|
@@ -9605,6 +9605,7 @@
|
|
|
9605
9605
|
"KnowledgeBaseConfiguration/Type",
|
|
9606
9606
|
"KnowledgeBaseConfiguration/VectorKnowledgeBaseConfiguration",
|
|
9607
9607
|
"KnowledgeBaseConfiguration/KendraKnowledgeBaseConfiguration",
|
|
9608
|
+
"KnowledgeBaseConfiguration/ManagedKnowledgeBaseConfiguration",
|
|
9608
9609
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/Type",
|
|
9609
9610
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/StorageConfigurations",
|
|
9610
9611
|
"KnowledgeBaseConfiguration/SqlKnowledgeBaseConfiguration/RedshiftConfiguration/QueryEngineConfiguration"
|
|
@@ -9633,6 +9634,16 @@
|
|
|
9633
9634
|
"kind": "property",
|
|
9634
9635
|
"lexicon": "aws"
|
|
9635
9636
|
},
|
|
9637
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseConfiguration": {
|
|
9638
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
9639
|
+
"kind": "property",
|
|
9640
|
+
"lexicon": "aws"
|
|
9641
|
+
},
|
|
9642
|
+
"BedrockKnowledgeBase_ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
9643
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
9644
|
+
"kind": "property",
|
|
9645
|
+
"lexicon": "aws"
|
|
9646
|
+
},
|
|
9636
9647
|
"BedrockKnowledgeBase_MongoDbAtlasConfiguration": {
|
|
9637
9648
|
"resourceType": "AWS::Bedrock::KnowledgeBase.MongoDbAtlasConfiguration",
|
|
9638
9649
|
"kind": "property",
|
|
@@ -57624,6 +57635,16 @@
|
|
|
57624
57635
|
"kind": "property",
|
|
57625
57636
|
"lexicon": "aws"
|
|
57626
57637
|
},
|
|
57638
|
+
"ManagedKnowledgeBaseConfiguration": {
|
|
57639
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseConfiguration",
|
|
57640
|
+
"kind": "property",
|
|
57641
|
+
"lexicon": "aws"
|
|
57642
|
+
},
|
|
57643
|
+
"ManagedKnowledgeBaseServerSideEncryptionConfiguration": {
|
|
57644
|
+
"resourceType": "AWS::Bedrock::KnowledgeBase.ManagedKnowledgeBaseServerSideEncryptionConfiguration",
|
|
57645
|
+
"kind": "property",
|
|
57646
|
+
"lexicon": "aws"
|
|
57647
|
+
},
|
|
57627
57648
|
"ManagedLoggingConfiguration": {
|
|
57628
57649
|
"resourceType": "AWS::Athena::WorkGroup.ManagedLoggingConfiguration",
|
|
57629
57650
|
"kind": "property",
|