@awboost/cfn-resource-types 0.1.481 → 0.1.483
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-Backup-BackupPlan.d.ts +1 -0
- package/lib/AWS-BillingConductor-CustomLineItem.d.ts +1 -1
- package/lib/AWS-CloudFront-ConnectionFunction.d.ts +69 -0
- package/lib/AWS-CloudFront-ConnectionFunction.js +12 -0
- package/lib/AWS-CloudTrail-Trail.d.ts +28 -0
- package/lib/AWS-Cognito-Terms.d.ts +51 -0
- package/lib/AWS-Cognito-Terms.js +12 -0
- package/lib/AWS-Connect-EvaluationForm.d.ts +4 -4
- package/lib/AWS-CustomerProfiles-Domain.d.ts +52 -0
- package/lib/AWS-EC2-NatGateway.d.ts +14 -0
- package/lib/AWS-EC2-TransitGatewayMeteringPolicy.d.ts +52 -0
- package/lib/AWS-EC2-TransitGatewayMeteringPolicy.js +12 -0
- package/lib/AWS-EC2-TransitGatewayMeteringPolicyEntry.d.ts +89 -0
- package/lib/AWS-EC2-TransitGatewayMeteringPolicyEntry.js +12 -0
- package/lib/AWS-EC2-VPCEncryptionControl.d.ts +135 -0
- package/lib/AWS-EC2-VPCEncryptionControl.js +12 -0
- package/lib/AWS-ECS-ExpressGatewayService.d.ts +201 -0
- package/lib/AWS-ECS-ExpressGatewayService.js +12 -0
- package/lib/AWS-EKS-Cluster.d.ts +15 -0
- package/lib/AWS-EntityResolution-MatchingWorkflow.d.ts +2 -2
- package/lib/AWS-FSx-FileSystem.d.ts +1 -0
- package/lib/AWS-FSx-StorageVirtualMachine.d.ts +1 -0
- package/lib/AWS-KMS-Key.d.ts +3 -0
- package/lib/AWS-Lambda-EventSourceMapping.d.ts +10 -6
- package/lib/AWS-MSK-Cluster.d.ts +12 -4
- package/lib/AWS-OpenSearchServerless-Collection.d.ts +0 -30
- package/lib/AWS-PCS-Cluster.d.ts +47 -2
- package/lib/AWS-RUM-AppMonitor.d.ts +47 -0
- package/lib/AWS-Rbin-Rule.d.ts +1 -1
- package/lib/AWS-S3-Bucket.d.ts +11 -0
- package/lib/AWS-SageMaker-PartnerApp.d.ts +14 -0
- package/lib/AWS-SecretsManager-Secret.d.ts +1 -0
- package/lib/AWS-Wisdom-AIAgent.d.ts +59 -1
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::EC2::VPCEncryptionControl
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html}
|
|
5
|
+
*/
|
|
6
|
+
export class EC2VPCEncryptionControl extends $Resource {
|
|
7
|
+
static Type = "AWS::EC2::VPCEncryptionControl";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, EC2VPCEncryptionControl.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-EC2-VPCEncryptionControl.js.map
|
|
@@ -0,0 +1,201 @@
|
|
|
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::ECS::ExpressGatewayService
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
|
|
6
|
+
*/
|
|
7
|
+
export type ECSExpressGatewayServiceProperties = {
|
|
8
|
+
Cluster?: string;
|
|
9
|
+
Cpu?: string;
|
|
10
|
+
ExecutionRoleArn: string;
|
|
11
|
+
HealthCheckPath?: string;
|
|
12
|
+
InfrastructureRoleArn: string;
|
|
13
|
+
Memory?: string;
|
|
14
|
+
NetworkConfiguration?: ExpressGatewayServiceNetworkConfiguration;
|
|
15
|
+
PrimaryContainer: ExpressGatewayContainer;
|
|
16
|
+
ScalingTarget?: ExpressGatewayScalingTarget;
|
|
17
|
+
ServiceName?: string;
|
|
18
|
+
Tags?: Tag[];
|
|
19
|
+
TaskRoleArn?: string;
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Attribute type definition for `AWS::ECS::ExpressGatewayService`.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html#aws-resource-ecs-expressgatewayservice-return-values}
|
|
24
|
+
*/
|
|
25
|
+
export type ECSExpressGatewayServiceAttributes = {
|
|
26
|
+
ActiveConfigurations: {
|
|
27
|
+
Cpu: string;
|
|
28
|
+
CreatedAt: string;
|
|
29
|
+
ExecutionRoleArn: string;
|
|
30
|
+
HealthCheckPath: string;
|
|
31
|
+
IngressPaths: {
|
|
32
|
+
AccessType: AccessType;
|
|
33
|
+
Endpoint: string;
|
|
34
|
+
}[];
|
|
35
|
+
Memory: string;
|
|
36
|
+
NetworkConfiguration: {
|
|
37
|
+
SecurityGroups: string[];
|
|
38
|
+
Subnets: string[];
|
|
39
|
+
};
|
|
40
|
+
PrimaryContainer: {
|
|
41
|
+
AwsLogsConfiguration: {
|
|
42
|
+
LogGroup: string;
|
|
43
|
+
LogStreamPrefix: string;
|
|
44
|
+
};
|
|
45
|
+
Command: string[];
|
|
46
|
+
ContainerPort: number;
|
|
47
|
+
Environment: {
|
|
48
|
+
Name: string;
|
|
49
|
+
Value: string;
|
|
50
|
+
}[];
|
|
51
|
+
Image: string;
|
|
52
|
+
RepositoryCredentials: {
|
|
53
|
+
CredentialsParameter: string;
|
|
54
|
+
};
|
|
55
|
+
Secrets: {
|
|
56
|
+
Name: string;
|
|
57
|
+
ValueFrom: string;
|
|
58
|
+
}[];
|
|
59
|
+
};
|
|
60
|
+
ScalingTarget: {
|
|
61
|
+
AutoScalingMetric: ExpressGatewayServiceScalingMetric;
|
|
62
|
+
AutoScalingTargetValue: number;
|
|
63
|
+
MaxTaskCount: number;
|
|
64
|
+
MinTaskCount: number;
|
|
65
|
+
};
|
|
66
|
+
ServiceRevisionArn: string;
|
|
67
|
+
TaskRoleArn: string;
|
|
68
|
+
}[];
|
|
69
|
+
CreatedAt: string;
|
|
70
|
+
ServiceArn: string;
|
|
71
|
+
Status: {
|
|
72
|
+
StatusCode: ExpressGatewayServiceStatusCode;
|
|
73
|
+
};
|
|
74
|
+
UpdatedAt: string;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.AccessType`.
|
|
78
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-accesstype.html}
|
|
79
|
+
*/
|
|
80
|
+
export type AccessType = "PUBLIC" | "PRIVATE";
|
|
81
|
+
/**
|
|
82
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayContainer`.
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewaycontainer.html}
|
|
84
|
+
*/
|
|
85
|
+
export type ExpressGatewayContainer = {
|
|
86
|
+
AwsLogsConfiguration?: ExpressGatewayServiceAwsLogsConfiguration;
|
|
87
|
+
Command?: string[];
|
|
88
|
+
ContainerPort?: number;
|
|
89
|
+
Environment?: KeyValuePair[];
|
|
90
|
+
Image: string;
|
|
91
|
+
RepositoryCredentials?: ExpressGatewayRepositoryCredentials;
|
|
92
|
+
Secrets?: Secret[];
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayRepositoryCredentials`.
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayrepositorycredentials.html}
|
|
97
|
+
*/
|
|
98
|
+
export type ExpressGatewayRepositoryCredentials = {
|
|
99
|
+
CredentialsParameter: string;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayScalingTarget`.
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayscalingtarget.html}
|
|
104
|
+
*/
|
|
105
|
+
export type ExpressGatewayScalingTarget = {
|
|
106
|
+
AutoScalingMetric?: ExpressGatewayServiceScalingMetric;
|
|
107
|
+
AutoScalingTargetValue?: number;
|
|
108
|
+
MaxTaskCount?: number;
|
|
109
|
+
MinTaskCount?: number;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceAwsLogsConfiguration`.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayserviceawslogsconfiguration.html}
|
|
114
|
+
*/
|
|
115
|
+
export type ExpressGatewayServiceAwsLogsConfiguration = {
|
|
116
|
+
LogGroup: string;
|
|
117
|
+
LogStreamPrefix: string;
|
|
118
|
+
};
|
|
119
|
+
/**
|
|
120
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceConfiguration`.
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayserviceconfiguration.html}
|
|
122
|
+
*/
|
|
123
|
+
export type ExpressGatewayServiceConfiguration = {
|
|
124
|
+
Cpu?: string;
|
|
125
|
+
CreatedAt?: string;
|
|
126
|
+
ExecutionRoleArn?: string;
|
|
127
|
+
HealthCheckPath?: string;
|
|
128
|
+
IngressPaths?: IngressPathSummary[];
|
|
129
|
+
Memory?: string;
|
|
130
|
+
NetworkConfiguration?: ExpressGatewayServiceNetworkConfiguration;
|
|
131
|
+
PrimaryContainer?: ExpressGatewayContainer;
|
|
132
|
+
ScalingTarget?: ExpressGatewayScalingTarget;
|
|
133
|
+
ServiceRevisionArn?: string;
|
|
134
|
+
TaskRoleArn?: string;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceNetworkConfiguration`.
|
|
138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicenetworkconfiguration.html}
|
|
139
|
+
*/
|
|
140
|
+
export type ExpressGatewayServiceNetworkConfiguration = {
|
|
141
|
+
SecurityGroups?: string[];
|
|
142
|
+
Subnets?: string[];
|
|
143
|
+
};
|
|
144
|
+
/**
|
|
145
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceScalingMetric`.
|
|
146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicescalingmetric.html}
|
|
147
|
+
*/
|
|
148
|
+
export type ExpressGatewayServiceScalingMetric = "AVERAGE_CPU" | "AVERAGE_MEMORY" | "REQUEST_COUNT_PER_TARGET";
|
|
149
|
+
/**
|
|
150
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceStatus`.
|
|
151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicestatus.html}
|
|
152
|
+
*/
|
|
153
|
+
export type ExpressGatewayServiceStatus = {
|
|
154
|
+
StatusCode?: ExpressGatewayServiceStatusCode;
|
|
155
|
+
};
|
|
156
|
+
/**
|
|
157
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceStatusCode`.
|
|
158
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicestatuscode.html}
|
|
159
|
+
*/
|
|
160
|
+
export type ExpressGatewayServiceStatusCode = "ACTIVE" | "DRAINING" | "INACTIVE";
|
|
161
|
+
/**
|
|
162
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.IngressPathSummary`.
|
|
163
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-ingresspathsummary.html}
|
|
164
|
+
*/
|
|
165
|
+
export type IngressPathSummary = {
|
|
166
|
+
AccessType?: AccessType;
|
|
167
|
+
Endpoint?: string;
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.KeyValuePair`.
|
|
171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-keyvaluepair.html}
|
|
172
|
+
*/
|
|
173
|
+
export type KeyValuePair = {
|
|
174
|
+
Name: string;
|
|
175
|
+
Value: string;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.Secret`.
|
|
179
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-secret.html}
|
|
180
|
+
*/
|
|
181
|
+
export type Secret = {
|
|
182
|
+
Name: string;
|
|
183
|
+
ValueFrom: string;
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* Type definition for `AWS::ECS::ExpressGatewayService.Tag`.
|
|
187
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-tag.html}
|
|
188
|
+
*/
|
|
189
|
+
export type Tag = {
|
|
190
|
+
Key: string;
|
|
191
|
+
Value: string;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* Resource Type definition for AWS::ECS::ExpressGatewayService
|
|
195
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
|
|
196
|
+
*/
|
|
197
|
+
export declare class ECSExpressGatewayService extends $Resource<"AWS::ECS::ExpressGatewayService", ECSExpressGatewayServiceProperties, ECSExpressGatewayServiceAttributes> {
|
|
198
|
+
static readonly Type = "AWS::ECS::ExpressGatewayService";
|
|
199
|
+
constructor(logicalId: string, properties: ECSExpressGatewayServiceProperties, options?: $ResourceOptions);
|
|
200
|
+
}
|
|
201
|
+
//# sourceMappingURL=AWS-ECS-ExpressGatewayService.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::ECS::ExpressGatewayService
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
|
|
5
|
+
*/
|
|
6
|
+
export class ECSExpressGatewayService extends $Resource {
|
|
7
|
+
static Type = "AWS::ECS::ExpressGatewayService";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, ECSExpressGatewayService.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-ECS-ExpressGatewayService.js.map
|
package/lib/AWS-EKS-Cluster.d.ts
CHANGED
|
@@ -18,6 +18,10 @@ export type EKSClusterProperties = {
|
|
|
18
18
|
* Todo: add description
|
|
19
19
|
*/
|
|
20
20
|
ComputeConfig?: ComputeConfig;
|
|
21
|
+
/**
|
|
22
|
+
* Configuration for provisioned control plane scaling.
|
|
23
|
+
*/
|
|
24
|
+
ControlPlaneScalingConfig?: ControlPlaneScalingConfig;
|
|
21
25
|
/**
|
|
22
26
|
* Set this value to true to enable deletion protection for the cluster.
|
|
23
27
|
*/
|
|
@@ -190,6 +194,17 @@ export type ControlPlanePlacement = {
|
|
|
190
194
|
*/
|
|
191
195
|
GroupName?: string;
|
|
192
196
|
};
|
|
197
|
+
/**
|
|
198
|
+
* Type definition for `AWS::EKS::Cluster.ControlPlaneScalingConfig`.
|
|
199
|
+
* Configuration for provisioned control plane scaling.
|
|
200
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplanescalingconfig.html}
|
|
201
|
+
*/
|
|
202
|
+
export type ControlPlaneScalingConfig = {
|
|
203
|
+
/**
|
|
204
|
+
* The scaling tier for the provisioned control plane.
|
|
205
|
+
*/
|
|
206
|
+
Tier?: "standard" | "tier-xl" | "tier-2xl" | "tier-4xl";
|
|
207
|
+
};
|
|
193
208
|
/**
|
|
194
209
|
* Type definition for `AWS::EKS::Cluster.ElasticLoadBalancing`.
|
|
195
210
|
* Todo: add description
|
|
@@ -184,7 +184,7 @@ export type RuleBasedProperties = {
|
|
|
184
184
|
MatchPurpose?: "IDENTIFIER_GENERATION" | "INDEXING";
|
|
185
185
|
/**
|
|
186
186
|
* @minLength `1`
|
|
187
|
-
* @maxLength `
|
|
187
|
+
* @maxLength `25`
|
|
188
188
|
*/
|
|
189
189
|
Rules: Rule[];
|
|
190
190
|
};
|
|
@@ -208,7 +208,7 @@ export type RuleCondition = {
|
|
|
208
208
|
export type RuleConditionProperties = {
|
|
209
209
|
/**
|
|
210
210
|
* @minLength `1`
|
|
211
|
-
* @maxLength `
|
|
211
|
+
* @maxLength `25`
|
|
212
212
|
*/
|
|
213
213
|
Rules: RuleCondition[];
|
|
214
214
|
};
|
|
@@ -167,6 +167,7 @@ export type RootVolumeConfiguration = {
|
|
|
167
167
|
*/
|
|
168
168
|
export type SelfManagedActiveDirectoryConfiguration = {
|
|
169
169
|
DnsIps?: string[];
|
|
170
|
+
DomainJoinServiceAccountSecret?: string;
|
|
170
171
|
DomainName?: string;
|
|
171
172
|
FileSystemAdministratorsGroup?: string;
|
|
172
173
|
OrganizationalUnitDistinguishedName?: string;
|
|
@@ -35,6 +35,7 @@ export type ActiveDirectoryConfiguration = {
|
|
|
35
35
|
*/
|
|
36
36
|
export type SelfManagedActiveDirectoryConfiguration = {
|
|
37
37
|
DnsIps?: string[];
|
|
38
|
+
DomainJoinServiceAccountSecret?: string;
|
|
38
39
|
DomainName?: string;
|
|
39
40
|
FileSystemAdministratorsGroup?: string;
|
|
40
41
|
OrganizationalUnitDistinguishedName?: string;
|
package/lib/AWS-KMS-Key.d.ts
CHANGED
|
@@ -81,6 +81,9 @@ export type KMSKeyProperties = {
|
|
|
81
81
|
+ ``ECC_NIST_P256`` (secp256r1)
|
|
82
82
|
+ ``ECC_NIST_P384`` (secp384r1)
|
|
83
83
|
+ ``ECC_NIST_P521`` (secp521r1)
|
|
84
|
+
+ ``ECC_NIST_EDWARDS25519`` (ed25519) - signing and verification only
|
|
85
|
+
+ *Note:* For ECC_NIST_EDWARDS25519 KMS keys, the ED25519_SHA_512 signing algorithm requires [MessageType:RAW](https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html#KMS-Sign-request-MessageType), while ED25519_PH_SHA_512 requires [MessageType:DIGEST](https://docs.aws.amazon.com/kms/latest/APIReference/API_Sign.html#KMS-Sign-request-MessageType). These message types cannot be used interchangeably.
|
|
86
|
+
|
|
84
87
|
|
|
85
88
|
+ Other asymmetric elliptic curve key pairs (signing and verification)
|
|
86
89
|
+ ``ECC_SECG_P256K1`` (secp256k1), commonly used for cryptocurrencies.
|
|
@@ -91,6 +91,9 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
91
91
|
* @pattern `(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()`
|
|
92
92
|
*/
|
|
93
93
|
KmsKeyArn?: string;
|
|
94
|
+
/**
|
|
95
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
|
96
|
+
*/
|
|
94
97
|
LoggingConfig?: LoggingConfig;
|
|
95
98
|
/**
|
|
96
99
|
* The maximum amount of time, in seconds, that Lambda spends gathering records before invoking the function.
|
|
@@ -125,7 +128,7 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
125
128
|
*/
|
|
126
129
|
ParallelizationFactor?: number;
|
|
127
130
|
/**
|
|
128
|
-
* (Amazon MSK and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode).
|
|
131
|
+
* (Amazon SQS, Amazon MSK, and self-managed Apache Kafka only) The provisioned mode configuration for the event source. For more information, see [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode).
|
|
129
132
|
*/
|
|
130
133
|
ProvisionedPollerConfig?: ProvisionedPollerConfig;
|
|
131
134
|
/**
|
|
@@ -135,7 +138,7 @@ export type LambdaEventSourceMappingProperties = {
|
|
|
135
138
|
*/
|
|
136
139
|
Queues?: string[];
|
|
137
140
|
/**
|
|
138
|
-
*
|
|
141
|
+
* This property is for Amazon SQS event sources only. You cannot use ``ProvisionedPollerConfig`` while using ``ScalingConfig``. These options are mutually exclusive. To remove the scaling configuration, pass an empty value.
|
|
139
142
|
*/
|
|
140
143
|
ScalingConfig?: ScalingConfig;
|
|
141
144
|
/**
|
|
@@ -296,11 +299,12 @@ export type FilterCriteria = {
|
|
|
296
299
|
};
|
|
297
300
|
/**
|
|
298
301
|
* Type definition for `AWS::Lambda::EventSourceMapping.LoggingConfig`.
|
|
302
|
+
* The function's Amazon CloudWatch Logs configuration settings.
|
|
299
303
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-loggingconfig.html}
|
|
300
304
|
*/
|
|
301
305
|
export type LoggingConfig = {
|
|
302
306
|
/**
|
|
303
|
-
*
|
|
307
|
+
* Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where ``DEBUG`` is the highest level and ``WARN`` is the lowest.
|
|
304
308
|
*/
|
|
305
309
|
SystemLogLevel?: "DEBUG" | "INFO" | "WARN";
|
|
306
310
|
};
|
|
@@ -336,18 +340,18 @@ export type OnFailure = {
|
|
|
336
340
|
};
|
|
337
341
|
/**
|
|
338
342
|
* Type definition for `AWS::Lambda::EventSourceMapping.ProvisionedPollerConfig`.
|
|
339
|
-
* The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use
|
|
343
|
+
* The [provisioned mode](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventsourcemapping.html#invocation-eventsourcemapping-provisioned-mode) configuration for the event source. Use Provisioned Mode to customize the minimum and maximum number of event pollers for your event source.
|
|
340
344
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-provisionedpollerconfig.html}
|
|
341
345
|
*/
|
|
342
346
|
export type ProvisionedPollerConfig = {
|
|
343
347
|
/**
|
|
344
|
-
* The maximum number of event pollers this event source can scale up to.
|
|
348
|
+
* The maximum number of event pollers this event source can scale up to. For Amazon SQS events source mappings, default is 200, and minimum value allowed is 2. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 200, and minimum value allowed is 1.
|
|
345
349
|
* @min `1`
|
|
346
350
|
* @max `2000`
|
|
347
351
|
*/
|
|
348
352
|
MaximumPollers?: number;
|
|
349
353
|
/**
|
|
350
|
-
* The minimum number of event pollers this event source can scale down to.
|
|
354
|
+
* The minimum number of event pollers this event source can scale down to. For Amazon SQS events source mappings, default is 2, and minimum 2 required. For Amazon MSK and self-managed Apache Kafka event source mappings, default is 1.
|
|
351
355
|
* @min `1`
|
|
352
356
|
* @max `200`
|
|
353
357
|
*/
|
package/lib/AWS-MSK-Cluster.d.ts
CHANGED
|
@@ -13,10 +13,6 @@ export type MSKClusterProperties = {
|
|
|
13
13
|
*/
|
|
14
14
|
ClusterName: string;
|
|
15
15
|
ConfigurationInfo?: ConfigurationInfo;
|
|
16
|
-
/**
|
|
17
|
-
* The current version of the MSK cluster
|
|
18
|
-
*/
|
|
19
|
-
CurrentVersion?: string;
|
|
20
16
|
EncryptionInfo?: EncryptionInfo;
|
|
21
17
|
/**
|
|
22
18
|
* @minLength `7`
|
|
@@ -31,6 +27,7 @@ export type MSKClusterProperties = {
|
|
|
31
27
|
LoggingInfo?: LoggingInfo;
|
|
32
28
|
NumberOfBrokerNodes: number;
|
|
33
29
|
OpenMonitoring?: OpenMonitoring;
|
|
30
|
+
Rebalancing?: Rebalancing;
|
|
34
31
|
/**
|
|
35
32
|
* @minLength `5`
|
|
36
33
|
* @maxLength `6`
|
|
@@ -47,6 +44,10 @@ export type MSKClusterProperties = {
|
|
|
47
44
|
*/
|
|
48
45
|
export type MSKClusterAttributes = {
|
|
49
46
|
Arn: string;
|
|
47
|
+
/**
|
|
48
|
+
* The current version of the MSK cluster
|
|
49
|
+
*/
|
|
50
|
+
CurrentVersion: string;
|
|
50
51
|
};
|
|
51
52
|
/**
|
|
52
53
|
* Type definition for `AWS::MSK::Cluster.BrokerLogs`.
|
|
@@ -215,6 +216,13 @@ export type PublicAccess = {
|
|
|
215
216
|
*/
|
|
216
217
|
Type?: string;
|
|
217
218
|
};
|
|
219
|
+
/**
|
|
220
|
+
* Type definition for `AWS::MSK::Cluster.Rebalancing`.
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-rebalancing.html}
|
|
222
|
+
*/
|
|
223
|
+
export type Rebalancing = {
|
|
224
|
+
Status: "PAUSED" | "ACTIVE";
|
|
225
|
+
};
|
|
218
226
|
/**
|
|
219
227
|
* Type definition for `AWS::MSK::Cluster.S3`.
|
|
220
228
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-s3.html}
|
|
@@ -6,26 +6,11 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html}
|
|
7
7
|
*/
|
|
8
8
|
export type OpenSearchServerlessCollectionProperties = {
|
|
9
|
-
/**
|
|
10
|
-
* The name of the collection group.
|
|
11
|
-
|
|
12
|
-
The name must meet the following criteria:
|
|
13
|
-
Unique to your account and AWS Region
|
|
14
|
-
Starts with a lowercase letter
|
|
15
|
-
Contains only lowercase letters a-z, the numbers 0-9 and the hyphen (-)
|
|
16
|
-
Contains between 3 and 32 characters
|
|
17
|
-
|
|
18
|
-
*/
|
|
19
|
-
CollectionGroupName?: string;
|
|
20
9
|
/**
|
|
21
10
|
* The description of the collection
|
|
22
11
|
* @maxLength `1000`
|
|
23
12
|
*/
|
|
24
13
|
Description?: string;
|
|
25
|
-
/**
|
|
26
|
-
* The configuration to encrypt the collection
|
|
27
|
-
*/
|
|
28
|
-
EncryptionConfig?: EncryptionConfig;
|
|
29
14
|
/**
|
|
30
15
|
* The name of the collection.
|
|
31
16
|
|
|
@@ -89,21 +74,6 @@ export type OpenSearchServerlessCollectionAttributes = {
|
|
|
89
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-collectiontype.html}
|
|
90
75
|
*/
|
|
91
76
|
export type CollectionType = "SEARCH" | "TIMESERIES" | "VECTORSEARCH";
|
|
92
|
-
/**
|
|
93
|
-
* Type definition for `AWS::OpenSearchServerless::Collection.EncryptionConfig`.
|
|
94
|
-
* The configuration to encrypt the collection
|
|
95
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.html}
|
|
96
|
-
*/
|
|
97
|
-
export type EncryptionConfig = {
|
|
98
|
-
/**
|
|
99
|
-
* The configuration to encrypt the collection with AWS owned key
|
|
100
|
-
*/
|
|
101
|
-
AWSOwnedKey?: boolean;
|
|
102
|
-
/**
|
|
103
|
-
* The ARN of the KMS key to encrypt the collection with
|
|
104
|
-
*/
|
|
105
|
-
KmsKeyArn?: string;
|
|
106
|
-
};
|
|
107
77
|
/**
|
|
108
78
|
* Type definition for `AWS::OpenSearchServerless::Collection.StandbyReplicas`.
|
|
109
79
|
* The possible standby replicas for the collection
|
package/lib/AWS-PCS-Cluster.d.ts
CHANGED
|
@@ -55,6 +55,10 @@ export type PCSClusterProperties = {
|
|
|
55
55
|
* The shared Slurm key for authentication, also known as the cluster secret.
|
|
56
56
|
*/
|
|
57
57
|
AuthKey?: AuthKey;
|
|
58
|
+
/**
|
|
59
|
+
* JWT authentication configuration for Slurm.
|
|
60
|
+
*/
|
|
61
|
+
JwtAuth?: JwtAuth;
|
|
58
62
|
/**
|
|
59
63
|
* The time before an idle node is scaled down.
|
|
60
64
|
* @min `1`
|
|
@@ -64,6 +68,10 @@ export type PCSClusterProperties = {
|
|
|
64
68
|
* Additional Slurm-specific configuration that directly maps to Slurm settings.
|
|
65
69
|
*/
|
|
66
70
|
SlurmCustomSettings?: SlurmCustomSetting[];
|
|
71
|
+
/**
|
|
72
|
+
* The SlurmRest configuration includes configurable settings for Slurm Rest.
|
|
73
|
+
*/
|
|
74
|
+
SlurmRest?: SlurmRest;
|
|
67
75
|
};
|
|
68
76
|
/**
|
|
69
77
|
* 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
|
|
@@ -102,7 +110,7 @@ export type PCSClusterAttributes = {
|
|
|
102
110
|
/**
|
|
103
111
|
* Indicates the type of endpoint running at the specific IP address.
|
|
104
112
|
*/
|
|
105
|
-
Type: "SLURMCTLD" | "SLURMDBD";
|
|
113
|
+
Type: "SLURMCTLD" | "SLURMDBD" | "SLURMRESTD";
|
|
106
114
|
}[];
|
|
107
115
|
/**
|
|
108
116
|
* The list of errors that occurred during cluster provisioning.
|
|
@@ -184,7 +192,7 @@ export type Endpoint = {
|
|
|
184
192
|
/**
|
|
185
193
|
* Indicates the type of endpoint running at the specific IP address.
|
|
186
194
|
*/
|
|
187
|
-
Type: "SLURMCTLD" | "SLURMDBD";
|
|
195
|
+
Type: "SLURMCTLD" | "SLURMDBD" | "SLURMRESTD";
|
|
188
196
|
};
|
|
189
197
|
/**
|
|
190
198
|
* Type definition for `AWS::PCS::Cluster.ErrorInfo`.
|
|
@@ -201,6 +209,32 @@ export type ErrorInfo = {
|
|
|
201
209
|
*/
|
|
202
210
|
Message?: string;
|
|
203
211
|
};
|
|
212
|
+
/**
|
|
213
|
+
* Type definition for `AWS::PCS::Cluster.JwtAuth`.
|
|
214
|
+
* JWT authentication configuration for Slurm.
|
|
215
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-jwtauth.html}
|
|
216
|
+
*/
|
|
217
|
+
export type JwtAuth = {
|
|
218
|
+
/**
|
|
219
|
+
* JWT key configuration.
|
|
220
|
+
*/
|
|
221
|
+
JwtKey?: JwtKey;
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Type definition for `AWS::PCS::Cluster.JwtKey`.
|
|
225
|
+
* JWT key configuration.
|
|
226
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-jwtkey.html}
|
|
227
|
+
*/
|
|
228
|
+
export type JwtKey = {
|
|
229
|
+
/**
|
|
230
|
+
* The Amazon Resource Name (ARN) of the JWT key secret.
|
|
231
|
+
*/
|
|
232
|
+
SecretArn: string;
|
|
233
|
+
/**
|
|
234
|
+
* The version of the JWT key secret.
|
|
235
|
+
*/
|
|
236
|
+
SecretVersion: string;
|
|
237
|
+
};
|
|
204
238
|
/**
|
|
205
239
|
* Type definition for `AWS::PCS::Cluster.SlurmCustomSetting`.
|
|
206
240
|
* Additional settings that directly map to Slurm settings.
|
|
@@ -216,6 +250,17 @@ export type SlurmCustomSetting = {
|
|
|
216
250
|
*/
|
|
217
251
|
ParameterValue: string;
|
|
218
252
|
};
|
|
253
|
+
/**
|
|
254
|
+
* Type definition for `AWS::PCS::Cluster.SlurmRest`.
|
|
255
|
+
* The SlurmRest configuration includes configurable settings for Slurm Rest.
|
|
256
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmrest.html}
|
|
257
|
+
*/
|
|
258
|
+
export type SlurmRest = {
|
|
259
|
+
/**
|
|
260
|
+
* The default value is `STANDARD`. A value of `STANDARD` means that Slurm Rest is enabled.
|
|
261
|
+
*/
|
|
262
|
+
Mode: "STANDARD" | "NONE";
|
|
263
|
+
};
|
|
219
264
|
/**
|
|
220
265
|
* AWS::PCS::Cluster resource creates an AWS PCS cluster.
|
|
221
266
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html}
|
|
@@ -41,6 +41,7 @@ export type RUMAppMonitorProperties = {
|
|
|
41
41
|
* @pattern `[\.\-_/#A-Za-z0-9]+`
|
|
42
42
|
*/
|
|
43
43
|
Name: string;
|
|
44
|
+
Platform?: "Web" | "Android" | "iOS";
|
|
44
45
|
/**
|
|
45
46
|
* A structure that defines resource policy attached to your app monitor.
|
|
46
47
|
*/
|
|
@@ -224,11 +225,57 @@ export type MetricDefinition = {
|
|
|
224
225
|
|
|
225
226
|
WebVitalsLargestContentfulPaint
|
|
226
227
|
|
|
228
|
+
WebVitalsInteractionToNextPaint
|
|
229
|
+
|
|
227
230
|
JsErrorCount
|
|
228
231
|
|
|
229
232
|
HttpErrorCount
|
|
230
233
|
|
|
231
234
|
SessionCount
|
|
235
|
+
|
|
236
|
+
PageViewCount
|
|
237
|
+
|
|
238
|
+
Http4xxCount
|
|
239
|
+
|
|
240
|
+
Http5xxCount
|
|
241
|
+
|
|
242
|
+
SessionDuration
|
|
243
|
+
|
|
244
|
+
PageViewCountPerSession
|
|
245
|
+
|
|
246
|
+
JsErrorCountPerSession
|
|
247
|
+
|
|
248
|
+
Http4xxCountPerSession
|
|
249
|
+
|
|
250
|
+
Http5xxCountPerSession
|
|
251
|
+
|
|
252
|
+
JsErrorCountPerPageView
|
|
253
|
+
|
|
254
|
+
Http4xxCountPerPageView
|
|
255
|
+
|
|
256
|
+
Http5xxCountPerPageView
|
|
257
|
+
|
|
258
|
+
TimeOnPage
|
|
259
|
+
|
|
260
|
+
ColdLaunchTime
|
|
261
|
+
|
|
262
|
+
WarmLaunchTime
|
|
263
|
+
|
|
264
|
+
CrashCount
|
|
265
|
+
|
|
266
|
+
ANRCount
|
|
267
|
+
|
|
268
|
+
AppHangCount
|
|
269
|
+
|
|
270
|
+
ScreenLoadCount
|
|
271
|
+
|
|
272
|
+
ScreenLoadTime
|
|
273
|
+
|
|
274
|
+
NetworkLatency
|
|
275
|
+
|
|
276
|
+
SpanPayloadSize
|
|
277
|
+
|
|
278
|
+
LogEventPayloadSize
|
|
232
279
|
* @minLength `1`
|
|
233
280
|
* @maxLength `255`
|
|
234
281
|
*/
|
package/lib/AWS-Rbin-Rule.d.ts
CHANGED
|
@@ -27,7 +27,7 @@ export type RbinRuleProperties = {
|
|
|
27
27
|
/**
|
|
28
28
|
* The resource type retained by the retention rule.
|
|
29
29
|
*/
|
|
30
|
-
ResourceType: "EBS_SNAPSHOT" | "EC2_IMAGE";
|
|
30
|
+
ResourceType: "EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME";
|
|
31
31
|
/**
|
|
32
32
|
* Information about the retention period for which the retention rule is to retain resources.
|
|
33
33
|
*/
|
package/lib/AWS-S3-Bucket.d.ts
CHANGED
|
@@ -246,6 +246,16 @@ export type AnalyticsConfiguration = {
|
|
|
246
246
|
*/
|
|
247
247
|
TagFilters?: TagFilter[];
|
|
248
248
|
};
|
|
249
|
+
/**
|
|
250
|
+
* Type definition for `AWS::S3::Bucket.BlockedEncryptionTypes`.
|
|
251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-blockedencryptiontypes.html}
|
|
252
|
+
*/
|
|
253
|
+
export type BlockedEncryptionTypes = {
|
|
254
|
+
/**
|
|
255
|
+
* List of encryption types.
|
|
256
|
+
*/
|
|
257
|
+
EncryptionType?: ("NONE" | "SSE-C")[];
|
|
258
|
+
};
|
|
249
259
|
/**
|
|
250
260
|
* Type definition for `AWS::S3::Bucket.BucketEncryption`.
|
|
251
261
|
* Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3), AWS KMS-managed keys (SSE-KMS), or dual-layer server-side encryption with KMS-managed keys (DSSE-KMS). For information about the Amazon S3 default encryption feature, see [Amazon S3 Default Encryption for S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) in the *Amazon S3 User Guide*.
|
|
@@ -1272,6 +1282,7 @@ export type ServerSideEncryptionByDefault = {
|
|
|
1272
1282
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html}
|
|
1273
1283
|
*/
|
|
1274
1284
|
export type ServerSideEncryptionRule = {
|
|
1285
|
+
BlockedEncryptionTypes?: BlockedEncryptionTypes;
|
|
1275
1286
|
/**
|
|
1276
1287
|
* Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Setting the ``BucketKeyEnabled`` element to ``true`` causes Amazon S3 to use an S3 Bucket Key. By default, S3 Bucket Key is not enabled.
|
|
1277
1288
|
For more information, see [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) in the *Amazon S3 User Guide*.
|