@awboost/cfn-resource-types 0.1.480 → 0.1.481
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/lib/AWS-ApiGateway-DomainName.d.ts +1 -0
- package/lib/AWS-ApiGateway-DomainNameV2.d.ts +1 -0
- package/lib/AWS-ApiGateway-Method.d.ts +2 -0
- package/lib/AWS-ApiGateway-RestApi.d.ts +2 -0
- package/lib/AWS-Bedrock-DataAutomationProject.d.ts +20 -0
- package/lib/AWS-BillingConductor-BillingGroup.d.ts +7 -3
- package/lib/AWS-CloudTrail-Trail.d.ts +10 -0
- package/lib/AWS-DSQL-Cluster.d.ts +4 -0
- package/lib/AWS-EC2-VPCEndpoint.d.ts +6 -0
- package/lib/AWS-EC2-VPNConcentrator.d.ts +51 -0
- package/lib/AWS-EC2-VPNConcentrator.js +12 -0
- package/lib/AWS-EC2-VPNConnection.d.ts +5 -0
- package/lib/AWS-ECS-CapacityProvider.d.ts +11 -0
- package/lib/AWS-ElasticLoadBalancingV2-TargetGroup.d.ts +4 -0
- package/lib/AWS-Lambda-Function.d.ts +11 -0
- package/lib/AWS-OpenSearchService-Domain.d.ts +18 -0
- package/package.json +1 -1
|
@@ -9,6 +9,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
9
9
|
export type ApiGatewayDomainNameProperties = {
|
|
10
10
|
CertificateArn?: string;
|
|
11
11
|
DomainName?: string;
|
|
12
|
+
EndpointAccessMode?: string;
|
|
12
13
|
/**
|
|
13
14
|
* The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
|
|
14
15
|
*/
|
|
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
7
7
|
export type ApiGatewayDomainNameV2Properties = {
|
|
8
8
|
CertificateArn?: string;
|
|
9
9
|
DomainName?: string;
|
|
10
|
+
EndpointAccessMode?: string;
|
|
10
11
|
EndpointConfiguration?: EndpointConfiguration;
|
|
11
12
|
Policy?: Record<string, any> | string;
|
|
12
13
|
/**
|
|
@@ -40,9 +40,11 @@ export type Integration = {
|
|
|
40
40
|
Credentials?: string;
|
|
41
41
|
IntegrationHttpMethod?: string;
|
|
42
42
|
IntegrationResponses?: IntegrationResponse[];
|
|
43
|
+
IntegrationTarget?: string;
|
|
43
44
|
PassthroughBehavior?: "WHEN_NO_MATCH" | "WHEN_NO_TEMPLATES" | "NEVER";
|
|
44
45
|
RequestParameters?: Record<string, string>;
|
|
45
46
|
RequestTemplates?: Record<string, string>;
|
|
47
|
+
ResponseTransferMode?: "BUFFERED" | "STREAM";
|
|
46
48
|
/**
|
|
47
49
|
* @min `50`
|
|
48
50
|
*/
|
|
@@ -19,6 +19,7 @@ export type ApiGatewayRestApiProperties = {
|
|
|
19
19
|
CloneFrom?: string;
|
|
20
20
|
Description?: string;
|
|
21
21
|
DisableExecuteApiEndpoint?: boolean;
|
|
22
|
+
EndpointAccessMode?: string;
|
|
22
23
|
/**
|
|
23
24
|
* A list of the endpoint types and IP address types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
|
|
24
25
|
*/
|
|
@@ -43,6 +44,7 @@ export type ApiGatewayRestApiProperties = {
|
|
|
43
44
|
* A policy document that contains the permissions for the ``RestApi`` resource. To set the ARN for the policy, use the ``!Join`` intrinsic function with ``""`` as delimiter and values of ``"execute-api:/"`` and ``"*"``.
|
|
44
45
|
*/
|
|
45
46
|
Policy?: Record<string, any> | string;
|
|
47
|
+
SecurityPolicy?: string;
|
|
46
48
|
Tags?: Tag[];
|
|
47
49
|
};
|
|
48
50
|
/**
|
|
@@ -91,11 +91,26 @@ export type AudioExtractionCategoryType = "AUDIO_CONTENT_MODERATION" | "TRANSCRI
|
|
|
91
91
|
export type AudioExtractionCategoryTypeConfiguration = {
|
|
92
92
|
Transcript?: TranscriptConfiguration;
|
|
93
93
|
};
|
|
94
|
+
/**
|
|
95
|
+
* Type definition for `AWS::Bedrock::DataAutomationProject.AudioGenerativeOutputLanguage`.
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiogenerativeoutputlanguage.html}
|
|
97
|
+
*/
|
|
98
|
+
export type AudioGenerativeOutputLanguage = "DEFAULT" | "EN";
|
|
99
|
+
/**
|
|
100
|
+
* Type definition for `AWS::Bedrock::DataAutomationProject.AudioLanguageConfiguration`.
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiolanguageconfiguration.html}
|
|
102
|
+
*/
|
|
103
|
+
export type AudioLanguageConfiguration = {
|
|
104
|
+
GenerativeOutputLanguage?: AudioGenerativeOutputLanguage;
|
|
105
|
+
IdentifyMultipleLanguages?: boolean;
|
|
106
|
+
InputLanguages?: Language[];
|
|
107
|
+
};
|
|
94
108
|
/**
|
|
95
109
|
* Type definition for `AWS::Bedrock::DataAutomationProject.AudioOverrideConfiguration`.
|
|
96
110
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiooverrideconfiguration.html}
|
|
97
111
|
*/
|
|
98
112
|
export type AudioOverrideConfiguration = {
|
|
113
|
+
LanguageConfiguration?: AudioLanguageConfiguration;
|
|
99
114
|
ModalityProcessing?: ModalityProcessingConfiguration;
|
|
100
115
|
};
|
|
101
116
|
/**
|
|
@@ -320,6 +335,11 @@ export type ImageStandardOutputConfiguration = {
|
|
|
320
335
|
Extraction?: ImageStandardExtraction;
|
|
321
336
|
GenerativeField?: ImageStandardGenerativeField;
|
|
322
337
|
};
|
|
338
|
+
/**
|
|
339
|
+
* Type definition for `AWS::Bedrock::DataAutomationProject.Language`.
|
|
340
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-language.html}
|
|
341
|
+
*/
|
|
342
|
+
export type Language = "EN" | "DE" | "ES" | "FR" | "IT" | "PT" | "JA" | "KO" | "CN" | "TW" | "HK";
|
|
323
343
|
/**
|
|
324
344
|
* Type definition for `AWS::Bedrock::DataAutomationProject.ModalityProcessingConfiguration`.
|
|
325
345
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-modalityprocessingconfiguration.html}
|
|
@@ -22,7 +22,7 @@ export type BillingConductorBillingGroupProperties = {
|
|
|
22
22
|
* This account will act as a virtual payer account of the billing group
|
|
23
23
|
* @pattern `[0-9]{12}`
|
|
24
24
|
*/
|
|
25
|
-
PrimaryAccountId
|
|
25
|
+
PrimaryAccountId?: string;
|
|
26
26
|
Tags?: Tag[];
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
@@ -32,7 +32,7 @@ export type BillingConductorBillingGroupProperties = {
|
|
|
32
32
|
export type BillingConductorBillingGroupAttributes = {
|
|
33
33
|
/**
|
|
34
34
|
* Billing Group ARN
|
|
35
|
-
* @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[
|
|
35
|
+
* @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[a-zA-Z0-9]{10,12}`
|
|
36
36
|
*/
|
|
37
37
|
Arn: string;
|
|
38
38
|
/**
|
|
@@ -59,7 +59,11 @@ export type AccountGrouping = {
|
|
|
59
59
|
/**
|
|
60
60
|
* @minLength `1`
|
|
61
61
|
*/
|
|
62
|
-
LinkedAccountIds
|
|
62
|
+
LinkedAccountIds?: string[];
|
|
63
|
+
/**
|
|
64
|
+
* @pattern `arn:[a-z0-9][a-z0-9-.]{0,62}:organizations::[0-9]{12}:transfer/o-[a-z0-9]{10,32}/(billing)/(inbound|outbound)/rt-[0-9a-z]{8,32}`
|
|
65
|
+
*/
|
|
66
|
+
ResponsibilityTransferArn?: string;
|
|
63
67
|
};
|
|
64
68
|
/**
|
|
65
69
|
* Type definition for `AWS::BillingConductor::BillingGroup.BillingGroupStatus`.
|
|
@@ -184,11 +184,21 @@ export type EventSelector = {
|
|
|
184
184
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-insightselector.html}
|
|
185
185
|
*/
|
|
186
186
|
export type InsightSelector = {
|
|
187
|
+
/**
|
|
188
|
+
* The categories of events for which to log insights. By default, insights are logged for management events only.
|
|
189
|
+
*/
|
|
190
|
+
EventCategories?: SourceEventCategory[];
|
|
187
191
|
/**
|
|
188
192
|
* The type of insight to log on a trail.
|
|
189
193
|
*/
|
|
190
194
|
InsightType?: string;
|
|
191
195
|
};
|
|
196
|
+
/**
|
|
197
|
+
* Type definition for `AWS::CloudTrail::Trail.SourceEventCategory`.
|
|
198
|
+
* Event category for an insight selector.
|
|
199
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-sourceeventcategory.html}
|
|
200
|
+
*/
|
|
201
|
+
export type SourceEventCategory = "Management" | "Data";
|
|
192
202
|
/**
|
|
193
203
|
* Type definition for `AWS::CloudTrail::Trail.Tag`.
|
|
194
204
|
* An arbitrary set of tags (key-value pairs) for this trail.
|
|
@@ -96,6 +96,12 @@ export type DnsOptionsSpecification = {
|
|
|
96
96
|
* Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
|
|
97
97
|
*/
|
|
98
98
|
PrivateDnsOnlyForInboundResolverEndpoint?: "OnlyInboundResolver" | "AllResolvers" | "NotSpecified";
|
|
99
|
+
PrivateDnsPreference?: "VERIFIED_DOMAINS_ONLY" | "ALL_DOMAINS" | "VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS" | "SPECIFIED_DOMAINS_ONLY";
|
|
100
|
+
/**
|
|
101
|
+
* @minLength `1`
|
|
102
|
+
* @maxLength `10`
|
|
103
|
+
*/
|
|
104
|
+
PrivateDnsSpecifiedDomains?: string[];
|
|
99
105
|
};
|
|
100
106
|
/**
|
|
101
107
|
* Type definition for `AWS::EC2::VPCEndpoint.Tag`.
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
|
+
/**
|
|
4
|
+
* Resource Type definition for AWS::EC2::VPNConcentrator
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
|
|
6
|
+
*/
|
|
7
|
+
export type EC2VPNConcentratorProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* Any tags assigned to the VPN concentrator.
|
|
10
|
+
*/
|
|
11
|
+
Tags?: Tag[];
|
|
12
|
+
/**
|
|
13
|
+
* The ID of the transit gateway
|
|
14
|
+
*/
|
|
15
|
+
TransitGatewayId: string;
|
|
16
|
+
/**
|
|
17
|
+
* The type of VPN concentrator
|
|
18
|
+
*/
|
|
19
|
+
Type: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Attribute type definition for `AWS::EC2::VPNConcentrator`.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html#aws-resource-ec2-vpnconcentrator-return-values}
|
|
24
|
+
*/
|
|
25
|
+
export type EC2VPNConcentratorAttributes = {
|
|
26
|
+
/**
|
|
27
|
+
* The ID of the transit gateway attachment
|
|
28
|
+
*/
|
|
29
|
+
TransitGatewayAttachmentId: string;
|
|
30
|
+
/**
|
|
31
|
+
* The provider-assigned unique ID for this managed resource
|
|
32
|
+
*/
|
|
33
|
+
VpnConcentratorId: string;
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* Type definition for `AWS::EC2::VPNConcentrator.Tag`.
|
|
37
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconcentrator-tag.html}
|
|
38
|
+
*/
|
|
39
|
+
export type Tag = {
|
|
40
|
+
Key: string;
|
|
41
|
+
Value: string;
|
|
42
|
+
};
|
|
43
|
+
/**
|
|
44
|
+
* Resource Type definition for AWS::EC2::VPNConcentrator
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
|
|
46
|
+
*/
|
|
47
|
+
export declare class EC2VPNConcentrator extends $Resource<"AWS::EC2::VPNConcentrator", EC2VPNConcentratorProperties, EC2VPNConcentratorAttributes> {
|
|
48
|
+
static readonly Type = "AWS::EC2::VPNConcentrator";
|
|
49
|
+
constructor(logicalId: string, properties: EC2VPNConcentratorProperties, options?: $ResourceOptions);
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=AWS-EC2-VPNConcentrator.d.ts.map
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::EC2::VPNConcentrator
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
|
|
5
|
+
*/
|
|
6
|
+
export class EC2VPNConcentrator extends $Resource {
|
|
7
|
+
static Type = "AWS::EC2::VPNConcentrator";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, EC2VPNConcentrator.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-EC2-VPNConcentrator.js.map
|
|
@@ -67,6 +67,7 @@ export type EC2VPNConnectionProperties = {
|
|
|
67
67
|
Required if ``OutsideIpAddressType`` is set to ``PrivateIpv4``.
|
|
68
68
|
*/
|
|
69
69
|
TransportTransitGatewayAttachmentId?: string;
|
|
70
|
+
TunnelBandwidth?: "standard" | "large";
|
|
70
71
|
/**
|
|
71
72
|
* Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
|
72
73
|
Default: ``ipv4``
|
|
@@ -76,6 +77,7 @@ export type EC2VPNConnectionProperties = {
|
|
|
76
77
|
* The type of VPN connection.
|
|
77
78
|
*/
|
|
78
79
|
Type: string;
|
|
80
|
+
VpnConcentratorId?: string;
|
|
79
81
|
/**
|
|
80
82
|
* The ID of the virtual private gateway at the AWS side of the VPN connection.
|
|
81
83
|
You must specify either ``TransitGatewayId`` or ``VpnGatewayId``, but not both.
|
|
@@ -99,6 +101,9 @@ export type EC2VPNConnectionAttributes = {
|
|
|
99
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-cloudwatchlogoptionsspecification.html}
|
|
100
102
|
*/
|
|
101
103
|
export type CloudwatchLogOptionsSpecification = {
|
|
104
|
+
BgpLogEnabled?: boolean;
|
|
105
|
+
BgpLogGroupArn?: string;
|
|
106
|
+
BgpLogOutputFormat?: "json" | "text";
|
|
102
107
|
/**
|
|
103
108
|
* Enable or disable VPN tunnel logging feature. Default value is ``False``.
|
|
104
109
|
Valid values: ``True`` | ``False``
|
|
@@ -107,6 +107,17 @@ export type ManagedInstancesNetworkConfiguration = {
|
|
|
107
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html}
|
|
108
108
|
*/
|
|
109
109
|
export type ManagedInstancesProvider = {
|
|
110
|
+
/**
|
|
111
|
+
* Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
|
|
112
|
+
*/
|
|
113
|
+
InfrastructureOptimization?: {
|
|
114
|
+
/**
|
|
115
|
+
* This parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized. A longer delay increases the likelihood of placing new tasks on idle instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle instances more quickly. Valid values are: Not set (null) - Uses the default optimization behavior, `-1` - Disables automatic infrastructure optimization, `0` to `3600` (inclusive) - Specifies the number of seconds to wait before optimizing instances.
|
|
116
|
+
* @min `-1`
|
|
117
|
+
* @max `3600`
|
|
118
|
+
*/
|
|
119
|
+
ScaleInAfter?: number;
|
|
120
|
+
};
|
|
110
121
|
InfrastructureRoleArn: string;
|
|
111
122
|
InstanceLaunchTemplate: InstanceLaunchTemplate;
|
|
112
123
|
PropagateTags?: "CAPACITY_PROVIDER" | "NONE";
|
|
@@ -61,6 +61,10 @@ export type ElasticLoadBalancingV2TargetGroupProperties = {
|
|
|
61
61
|
* The tags.
|
|
62
62
|
*/
|
|
63
63
|
Tags?: Tag[];
|
|
64
|
+
/**
|
|
65
|
+
* The port that the target control agent uses to communicate the available capacity of targets to the load balancer.
|
|
66
|
+
*/
|
|
67
|
+
TargetControlPort?: number;
|
|
64
68
|
/**
|
|
65
69
|
* The attributes.
|
|
66
70
|
*/
|
|
@@ -130,6 +130,7 @@ export type LambdaFunctionProperties = {
|
|
|
130
130
|
You must have the ``lambda:TagResource``, ``lambda:UntagResource``, and ``lambda:ListTags`` permissions for your [principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) to manage the CFN stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.
|
|
131
131
|
*/
|
|
132
132
|
Tags?: Tag[];
|
|
133
|
+
TenancyConfig?: TenancyConfig;
|
|
133
134
|
/**
|
|
134
135
|
* The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The maximum allowed value is 900 seconds. For more information, see [Lambda execution environment](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html).
|
|
135
136
|
* @min `1`
|
|
@@ -368,6 +369,16 @@ export type Tag = {
|
|
|
368
369
|
*/
|
|
369
370
|
Value?: string;
|
|
370
371
|
};
|
|
372
|
+
/**
|
|
373
|
+
* Type definition for `AWS::Lambda::Function.TenancyConfig`.
|
|
374
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tenancyconfig.html}
|
|
375
|
+
*/
|
|
376
|
+
export type TenancyConfig = {
|
|
377
|
+
/**
|
|
378
|
+
* Determines how your Lambda function isolates execution environments between tenants.
|
|
379
|
+
*/
|
|
380
|
+
TenantIsolationMode: "PER_TENANT";
|
|
381
|
+
};
|
|
371
382
|
/**
|
|
372
383
|
* Type definition for `AWS::Lambda::Function.TracingConfig`.
|
|
373
384
|
* The function's [](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) tracing configuration. To sample and record incoming requests, set ``Mode`` to ``Active``.
|
|
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html}
|
|
7
7
|
*/
|
|
8
8
|
export type OpenSearchServiceDomainProperties = {
|
|
9
|
+
AIMLOptions?: AIMLOptions;
|
|
9
10
|
AccessPolicies?: Record<string, any>;
|
|
10
11
|
AdvancedOptions?: Record<string, string>;
|
|
11
12
|
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
|
|
@@ -84,6 +85,13 @@ export type AdvancedSecurityOptionsInput = {
|
|
|
84
85
|
MasterUserOptions?: MasterUserOptions;
|
|
85
86
|
SAMLOptions?: SAMLOptions;
|
|
86
87
|
};
|
|
88
|
+
/**
|
|
89
|
+
* Type definition for `AWS::OpenSearchService::Domain.AIMLOptions`.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-aimloptions.html}
|
|
91
|
+
*/
|
|
92
|
+
export type AIMLOptions = {
|
|
93
|
+
S3VectorsEngine?: S3VectorsEngine;
|
|
94
|
+
};
|
|
87
95
|
/**
|
|
88
96
|
* Type definition for `AWS::OpenSearchService::Domain.ClusterConfig`.
|
|
89
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-clusterconfig.html}
|
|
@@ -266,6 +274,16 @@ export type OffPeakWindowOptions = {
|
|
|
266
274
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-roleskeyidctype.html}
|
|
267
275
|
*/
|
|
268
276
|
export type RolesKeyIdcType = "GroupName" | "GroupId";
|
|
277
|
+
/**
|
|
278
|
+
* Type definition for `AWS::OpenSearchService::Domain.S3VectorsEngine`.
|
|
279
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-s3vectorsengine.html}
|
|
280
|
+
*/
|
|
281
|
+
export type S3VectorsEngine = {
|
|
282
|
+
/**
|
|
283
|
+
* Whether to enable S3 vectors engine.
|
|
284
|
+
*/
|
|
285
|
+
Enabled: boolean;
|
|
286
|
+
};
|
|
269
287
|
/**
|
|
270
288
|
* Type definition for `AWS::OpenSearchService::Domain.SAMLOptions`.
|
|
271
289
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html}
|