@awboost/cfn-resource-types 0.1.444 → 0.1.446
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.
|
@@ -39,7 +39,7 @@ export type BedrockAgentProperties = {
|
|
|
39
39
|
* A KMS key ARN
|
|
40
40
|
* @minLength `1`
|
|
41
41
|
* @maxLength `2048`
|
|
42
|
-
* @pattern `^arn:aws(
|
|
42
|
+
* @pattern `^arn:aws(-[^:]+)?:kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}$`
|
|
43
43
|
*/
|
|
44
44
|
CustomerEncryptionKeyArn?: string;
|
|
45
45
|
/**
|
|
@@ -62,7 +62,7 @@ export type BedrockAgentProperties = {
|
|
|
62
62
|
/**
|
|
63
63
|
* Max Session Time.
|
|
64
64
|
* @min `60`
|
|
65
|
-
* @max `
|
|
65
|
+
* @max `5400`
|
|
66
66
|
*/
|
|
67
67
|
IdleSessionTTLInSeconds?: number;
|
|
68
68
|
/**
|
|
@@ -107,7 +107,7 @@ export type BedrockAgentAttributes = {
|
|
|
107
107
|
/**
|
|
108
108
|
* Arn representation of the Agent.
|
|
109
109
|
* @maxLength `2048`
|
|
110
|
-
* @pattern `^arn:aws(
|
|
110
|
+
* @pattern `^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent/[0-9a-zA-Z]{10}$`
|
|
111
111
|
*/
|
|
112
112
|
AgentArn: string;
|
|
113
113
|
/**
|
|
@@ -158,7 +158,7 @@ export type ActionGroupExecutor = {
|
|
|
158
158
|
/**
|
|
159
159
|
* ARN of a Lambda.
|
|
160
160
|
* @maxLength `2048`
|
|
161
|
-
* @pattern `^arn:(aws[a-zA-Z-]*)?:lambda:[a-
|
|
161
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:lambda:[a-z0-9-]{1,20}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
162
162
|
*/
|
|
163
163
|
Lambda: string;
|
|
164
164
|
} | {
|
|
@@ -245,7 +245,7 @@ export type AgentCollaborator = {
|
|
|
245
245
|
AgentDescriptor: {
|
|
246
246
|
/**
|
|
247
247
|
* Alias ARN for agent descriptor
|
|
248
|
-
* @pattern `^arn:aws
|
|
248
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:agent-alias/[0-9a-zA-Z]{10}/[0-9a-zA-Z]{10}$`
|
|
249
249
|
*/
|
|
250
250
|
AliasArn?: string;
|
|
251
251
|
};
|
|
@@ -393,7 +393,7 @@ export type InferenceConfiguration = {
|
|
|
393
393
|
/**
|
|
394
394
|
* Maximum length of output
|
|
395
395
|
* @min `0`
|
|
396
|
-
* @max `
|
|
396
|
+
* @max `131072`
|
|
397
397
|
*/
|
|
398
398
|
MaximumLength?: number;
|
|
399
399
|
/**
|
|
@@ -461,7 +461,7 @@ export type OrchestrationExecutor = {
|
|
|
461
461
|
/**
|
|
462
462
|
* ARN of a Lambda.
|
|
463
463
|
* @maxLength `2048`
|
|
464
|
-
* @pattern `^arn:(aws[a-zA-Z-]*)?:lambda:[a-
|
|
464
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:lambda:[a-z0-9-]{1,20}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
465
465
|
*/
|
|
466
466
|
Lambda: string;
|
|
467
467
|
};
|
|
@@ -551,7 +551,7 @@ export type PromptOverrideConfiguration = {
|
|
|
551
551
|
/**
|
|
552
552
|
* ARN of a Lambda.
|
|
553
553
|
* @maxLength `2048`
|
|
554
|
-
* @pattern `^arn:(aws[a-zA-Z-]*)?:lambda:[a-
|
|
554
|
+
* @pattern `^arn:(aws[a-zA-Z-]*)?:lambda:[a-z0-9-]{1,20}:\d{12}:function:[a-zA-Z0-9-_\.]+(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
555
555
|
*/
|
|
556
556
|
OverrideLambda?: string;
|
|
557
557
|
/**
|
|
@@ -1566,6 +1566,7 @@ export type DashboardPublishOptions = {
|
|
|
1566
1566
|
* <p>Determines whether or not hidden fields are visible on exported dashbaords.</p>
|
|
1567
1567
|
*/
|
|
1568
1568
|
ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption;
|
|
1569
|
+
QuickSuiteActionsOption?: QuickSuiteActionsOption;
|
|
1569
1570
|
/**
|
|
1570
1571
|
* <p>Sheet controls option.</p>
|
|
1571
1572
|
*/
|
|
@@ -6159,6 +6160,13 @@ export type ProgressBarOptions = {
|
|
|
6159
6160
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-qbusinessinsightsstatus.html}
|
|
6160
6161
|
*/
|
|
6161
6162
|
export type QBusinessInsightsStatus = "ENABLED" | "DISABLED";
|
|
6163
|
+
/**
|
|
6164
|
+
* Type definition for `AWS::QuickSight::Dashboard.QuickSuiteActionsOption`.
|
|
6165
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html}
|
|
6166
|
+
*/
|
|
6167
|
+
export type QuickSuiteActionsOption = {
|
|
6168
|
+
AvailabilityStatus?: DashboardBehavior;
|
|
6169
|
+
};
|
|
6162
6170
|
/**
|
|
6163
6171
|
* Type definition for `AWS::QuickSight::Dashboard.RadarChartAggregatedFieldWells`.
|
|
6164
6172
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells.html}
|
|
@@ -1,14 +1,29 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
* Resource
|
|
4
|
+
* Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html}
|
|
6
6
|
*/
|
|
7
7
|
export type ServiceCatalogResourceUpdateConstraintProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* The language code
|
|
10
|
+
*/
|
|
8
11
|
AcceptLanguage?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The description of the constraint
|
|
14
|
+
*/
|
|
9
15
|
Description?: string;
|
|
16
|
+
/**
|
|
17
|
+
* The portfolio identifier
|
|
18
|
+
*/
|
|
10
19
|
PortfolioId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The product identifier
|
|
22
|
+
*/
|
|
11
23
|
ProductId: string;
|
|
24
|
+
/**
|
|
25
|
+
* ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
|
|
26
|
+
*/
|
|
12
27
|
TagUpdateOnProvisionedProduct: string;
|
|
13
28
|
};
|
|
14
29
|
/**
|
|
@@ -16,10 +31,13 @@ export type ServiceCatalogResourceUpdateConstraintProperties = {
|
|
|
16
31
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#aws-resource-servicecatalog-resourceupdateconstraint-return-values}
|
|
17
32
|
*/
|
|
18
33
|
export type ServiceCatalogResourceUpdateConstraintAttributes = {
|
|
34
|
+
/**
|
|
35
|
+
* Unique identifier for the constraint
|
|
36
|
+
*/
|
|
19
37
|
Id: string;
|
|
20
38
|
};
|
|
21
39
|
/**
|
|
22
|
-
* Resource
|
|
40
|
+
* Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint
|
|
23
41
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html}
|
|
24
42
|
*/
|
|
25
43
|
export declare class ServiceCatalogResourceUpdateConstraint extends $Resource<"AWS::ServiceCatalog::ResourceUpdateConstraint", ServiceCatalogResourceUpdateConstraintProperties, ServiceCatalogResourceUpdateConstraintAttributes> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
* Resource
|
|
3
|
+
* Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html}
|
|
5
5
|
*/
|
|
6
6
|
export class ServiceCatalogResourceUpdateConstraint extends $Resource {
|