@propulsionworks/cloudformation 0.1.29 → 0.1.30
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/out/exports/resources.generated/aws-applicationsignals-groupingconfiguration.d.ts +8 -2
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +8 -8
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +3 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +3 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +33 -2
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +55 -2
- package/out/exports/resources.generated/aws-bedrockagentcore-memory.d.ts +403 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +3 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +5 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +5 -5
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +7 -7
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +1 -1
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +8 -7
- package/out/exports/resources.generated/aws-iotsitewise-computationmodel.d.ts +23 -16
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +11 -6
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +4 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +1 -1
- package/out/exports/resources.generated/aws-lightsail-disksnapshot.d.ts +11 -9
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +8 -8
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +10 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +10 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +2 -2
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +2 -2
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +4 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +12 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +2 -2
- package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts +2 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +4 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +3 -14
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +3 -14
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +13 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +4 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +4 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +4 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +6 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +2 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +1 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +2 -2
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +1 -1
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +5 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +1 -1
- package/package.json +1 -1
|
@@ -145,24 +145,13 @@ export type AuthKey = {
|
|
|
145
145
|
};
|
|
146
146
|
/**
|
|
147
147
|
* Additional settings that directly map to Slurm settings.
|
|
148
|
+
*
|
|
149
|
+
* > AWS PCS supports a subset of Slurm settings. For more information, see [Configuring custom Slurm settings in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html) in the *AWS PCS User Guide* .
|
|
148
150
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmcustomsetting.html}
|
|
149
151
|
*/
|
|
150
152
|
export type SlurmCustomSetting = {
|
|
151
153
|
/**
|
|
152
|
-
* AWS PCS supports
|
|
153
|
-
*
|
|
154
|
-
* - For *clusters*
|
|
155
|
-
*
|
|
156
|
-
* - [`Prolog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1)
|
|
157
|
-
* - [`Epilog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1)
|
|
158
|
-
* - [`SelectTypeParameters`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters)
|
|
159
|
-
* - [`AccountingStorageEnforce`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_AccountingStorageEnforce)
|
|
160
|
-
*
|
|
161
|
-
* > AWS PCS supports a subset of the options for `AccountingStorageEnforce` . For more information, see [Slurm accounting in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-accounting.html) in the *AWS PCS User Guide* .
|
|
162
|
-
* - For *compute node groups*
|
|
163
|
-
*
|
|
164
|
-
* - [`Weight`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Weight)
|
|
165
|
-
* - [`RealMemory`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Weight)
|
|
154
|
+
* AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see [Configuring custom Slurm settings in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html) in the *AWS PCS User Guide* .
|
|
166
155
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmcustomsetting.html#cfn-pcs-cluster-slurmcustomsetting-parametername}
|
|
167
156
|
*/
|
|
168
157
|
ParameterName: string;
|
|
@@ -139,24 +139,13 @@ export type InstanceConfig = {
|
|
|
139
139
|
};
|
|
140
140
|
/**
|
|
141
141
|
* Additional settings that directly map to Slurm settings.
|
|
142
|
+
*
|
|
143
|
+
* > AWS PCS supports a subset of Slurm settings. For more information, see [Configuring custom Slurm settings in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html) in the *AWS PCS User Guide* .
|
|
142
144
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html}
|
|
143
145
|
*/
|
|
144
146
|
export type SlurmCustomSetting = {
|
|
145
147
|
/**
|
|
146
|
-
* AWS PCS supports
|
|
147
|
-
*
|
|
148
|
-
* - For *clusters*
|
|
149
|
-
*
|
|
150
|
-
* - [`Prolog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Prolog_1)
|
|
151
|
-
* - [`Epilog`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog_1)
|
|
152
|
-
* - [`SelectTypeParameters`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_SelectTypeParameters)
|
|
153
|
-
* - [`AccountingStorageEnforce`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_AccountingStorageEnforce)
|
|
154
|
-
*
|
|
155
|
-
* > AWS PCS supports a subset of the options for `AccountingStorageEnforce` . For more information, see [Slurm accounting in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-accounting.html) in the *AWS PCS User Guide* .
|
|
156
|
-
* - For *compute node groups*
|
|
157
|
-
*
|
|
158
|
-
* - [`Weight`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Weight)
|
|
159
|
-
* - [`RealMemory`](https://docs.aws.amazon.com/https://slurm.schedmd.com/slurm.conf.html#OPT_Weight)
|
|
148
|
+
* AWS PCS supports custom Slurm settings for clusters, compute node groups, and queues. For more information, see [Configuring custom Slurm settings in AWS PCS](https://docs.aws.amazon.com//pcs/latest/userguide/slurm-custom-settings.html) in the *AWS PCS User Guide* .
|
|
160
149
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html#cfn-pcs-computenodegroup-slurmcustomsetting-parametername}
|
|
161
150
|
*/
|
|
162
151
|
ParameterName: string;
|
|
@@ -25,7 +25,7 @@ export type PCSQueueProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
Name?: string | undefined;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* Additional options related to the Slurm scheduler.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#cfn-pcs-queue-slurmconfiguration}
|
|
30
30
|
*/
|
|
31
31
|
SlurmConfiguration?: {
|
|
@@ -2512,6 +2512,10 @@ export type DashboardPublishOptions = {
|
|
|
2512
2512
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-exportwithhiddenfieldsoption}
|
|
2513
2513
|
*/
|
|
2514
2514
|
ExportWithHiddenFieldsOption?: ExportWithHiddenFieldsOption | undefined;
|
|
2515
|
+
/**
|
|
2516
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption}
|
|
2517
|
+
*/
|
|
2518
|
+
QuickSuiteActionsOption?: QuickSuiteActionsOption | undefined;
|
|
2515
2519
|
/**
|
|
2516
2520
|
* Sheet controls option.
|
|
2517
2521
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-sheetcontrolsoption}
|
|
@@ -10355,6 +10359,15 @@ export type ProgressBarOptions = {
|
|
|
10355
10359
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-qbusinessinsightsstatus.html}
|
|
10356
10360
|
*/
|
|
10357
10361
|
export type QBusinessInsightsStatus = "ENABLED" | "DISABLED";
|
|
10362
|
+
/**
|
|
10363
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html}
|
|
10364
|
+
*/
|
|
10365
|
+
export type QuickSuiteActionsOption = {
|
|
10366
|
+
/**
|
|
10367
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html#cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus}
|
|
10368
|
+
*/
|
|
10369
|
+
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
10370
|
+
};
|
|
10358
10371
|
/**
|
|
10359
10372
|
* The aggregated field well configuration of a `RadarChartVisual` .
|
|
10360
10373
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-radarchartaggregatedfieldwells.html}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* > AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore [AWS Migration Hub](https://docs.aws.amazon.com/https://aws.amazon.com/transform) .
|
|
4
|
+
*
|
|
3
5
|
* Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
|
|
4
6
|
*
|
|
5
7
|
* In environments created with a [CreateEnvironment:NetworkFabricType](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType) of `NONE` you need to configure [VPC to VPC connectivity](https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html) between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see [Create an application](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html) in the *Refactor Spaces User Guide* .
|
|
@@ -7,6 +9,8 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
7
9
|
*/
|
|
8
10
|
export type RefactorSpacesApplication = ResourceDefinitionWithAttributes<"AWS::RefactorSpaces::Application", RefactorSpacesApplicationProps, RefactorSpacesApplicationAttribs>;
|
|
9
11
|
/**
|
|
12
|
+
* > AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore [AWS Migration Hub](https://docs.aws.amazon.com/https://aws.amazon.com/transform) .
|
|
13
|
+
*
|
|
10
14
|
* Creates an AWS Migration Hub Refactor Spaces application. The account that owns the environment also owns the applications created inside the environment, regardless of the account that creates the application. Refactor Spaces provisions an Amazon API Gateway, API Gateway VPC link, and Network Load Balancer for the application proxy inside your account.
|
|
11
15
|
*
|
|
12
16
|
* In environments created with a [CreateEnvironment:NetworkFabricType](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType) of `NONE` you need to configure [VPC to VPC connectivity](https://docs.aws.amazon.com/whitepapers/latest/aws-vpc-connectivity-options/amazon-vpc-to-amazon-vpc-connectivity-options.html) between your service VPC and the application proxy VPC to route traffic through the application proxy to a service with a private URL endpoint. For more information, see [Create an application](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/userguide/getting-started-create-application.html) in the *Refactor Spaces User Guide* .
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* > AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore [AWS Migration Hub](https://docs.aws.amazon.com/https://aws.amazon.com/transform) .
|
|
4
|
+
*
|
|
3
5
|
* Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
|
|
4
6
|
*
|
|
5
7
|
* When creating an environment with a [CreateEnvironment:NetworkFabricType](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType) of `TRANSIT_GATEWAY` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If [CreateEnvironment:NetworkFabricType](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType) is `NONE` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
|
|
@@ -7,6 +9,8 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
7
9
|
*/
|
|
8
10
|
export type RefactorSpacesEnvironment = ResourceDefinitionWithAttributes<"AWS::RefactorSpaces::Environment", RefactorSpacesEnvironmentProps, RefactorSpacesEnvironmentAttribs>;
|
|
9
11
|
/**
|
|
12
|
+
* > AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore [AWS Migration Hub](https://docs.aws.amazon.com/https://aws.amazon.com/transform) .
|
|
13
|
+
*
|
|
10
14
|
* Creates an AWS Migration Hub Refactor Spaces environment. The caller owns the environment resource, and all Refactor Spaces applications, services, and routes created within the environment. They are referred to as the *environment owner* . The environment owner has cross-account visibility and control of Refactor Spaces resources that are added to the environment by other accounts that the environment is shared with.
|
|
11
15
|
*
|
|
12
16
|
* When creating an environment with a [CreateEnvironment:NetworkFabricType](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType) of `TRANSIT_GATEWAY` , Refactor Spaces provisions a transit gateway to enable services in VPCs to communicate directly across accounts. If [CreateEnvironment:NetworkFabricType](https://docs.aws.amazon.com/migrationhub-refactor-spaces/latest/APIReference/API_CreateEnvironment.html#migrationhubrefactorspaces-CreateEnvironment-request-NetworkFabricType) is `NONE` , Refactor Spaces does not create a transit gateway and you must use your network infrastructure to route traffic to services with private URL endpoints.
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* > AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore [AWS Migration Hub](https://docs.aws.amazon.com/https://aws.amazon.com/transform) .
|
|
4
|
+
*
|
|
3
5
|
* Creates an AWS Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
|
|
4
6
|
*
|
|
5
7
|
* > If an AWS resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the `RefactorSpacesSecurityGroup` to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
|
|
@@ -7,6 +9,8 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
7
9
|
*/
|
|
8
10
|
export type RefactorSpacesService = ResourceDefinitionWithAttributes<"AWS::RefactorSpaces::Service", RefactorSpacesServiceProps, RefactorSpacesServiceAttribs>;
|
|
9
11
|
/**
|
|
12
|
+
* > AWS Migration Hub will no longer be open to new customers starting November 7, 2025. To continue using the service, sign up prior to November 7, 2025. For capabilities similar to AWS Migration Hub , explore [AWS Migration Hub](https://docs.aws.amazon.com/https://aws.amazon.com/transform) .
|
|
13
|
+
*
|
|
10
14
|
* Creates an AWS Migration Hub Refactor Spaces service. The account owner of the service is always the environment owner, regardless of which account in the environment creates the service. Services have either a URL endpoint in a virtual private cloud (VPC), or a Lambda function endpoint.
|
|
11
15
|
*
|
|
12
16
|
* > If an AWS resource is launched in a service VPC, and you want it to be accessible to all of an environment’s services with VPCs and routes, apply the `RefactorSpacesSecurityGroup` to the resource. Alternatively, to add more cross-account constraints, apply your own security group.
|
|
@@ -18,6 +18,8 @@ export type S3ObjectLambdaAccessPointProps = {
|
|
|
18
18
|
*/
|
|
19
19
|
Name?: string | undefined;
|
|
20
20
|
/**
|
|
21
|
+
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
22
|
+
*
|
|
21
23
|
* A configuration used when creating an Object Lambda Access Point.
|
|
22
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3objectlambda-accesspoint.html#cfn-s3objectlambda-accesspoint-objectlambdaconfiguration}
|
|
23
25
|
*/
|
|
@@ -72,6 +74,8 @@ export type AwsLambda = {
|
|
|
72
74
|
FunctionPayload?: string | undefined;
|
|
73
75
|
};
|
|
74
76
|
/**
|
|
77
|
+
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
78
|
+
*
|
|
75
79
|
* A configuration used when creating an Object Lambda Access Point.
|
|
76
80
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-objectlambdaconfiguration.html}
|
|
77
81
|
*/
|
|
@@ -100,6 +104,8 @@ export type ObjectLambdaConfiguration = {
|
|
|
100
104
|
TransformationConfigurations: TransformationConfiguration[];
|
|
101
105
|
};
|
|
102
106
|
/**
|
|
107
|
+
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
108
|
+
*
|
|
103
109
|
* A configuration used when creating an Object Lambda Access Point transformation.
|
|
104
110
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3objectlambda-accesspoint-transformationconfiguration.html}
|
|
105
111
|
*/
|
|
@@ -10,6 +10,8 @@ export type S3ObjectLambdaAccessPointPolicy = ResourceDefinition<"AWS::S3ObjectL
|
|
|
10
10
|
*/
|
|
11
11
|
export type S3ObjectLambdaAccessPointPolicyProps = {
|
|
12
12
|
/**
|
|
13
|
+
* > Amazon S3 Object Lambda will no longer be open to new customers starting on 11/7/2025. If you would like to use the service, please sign up prior to 11/7/2025. For capabilities similar to S3 Object Lambda, learn more here - [Amazon S3 Object Lambda availability change](https://docs.aws.amazon.com/AmazonS3/latest/userguide/amazons3-ol-change.html) .
|
|
14
|
+
*
|
|
13
15
|
* An access point with an attached AWS Lambda function used to access transformed data from an Amazon S3 bucket.
|
|
14
16
|
* @minLength 3
|
|
15
17
|
* @maxLength 45
|
|
@@ -45,6 +45,7 @@ export type ServiceCatalogResourceUpdateConstraintProps = {
|
|
|
45
45
|
*/
|
|
46
46
|
export type ServiceCatalogResourceUpdateConstraintAttribs = {
|
|
47
47
|
/**
|
|
48
|
+
* Unique identifier for the constraint
|
|
48
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-resourceupdateconstraint.html#cfn-servicecatalog-resourceupdateconstraint-id}
|
|
49
50
|
*/
|
|
50
51
|
Id: string;
|
|
@@ -154,7 +154,7 @@ export type ConfigurationDefinition = {
|
|
|
154
154
|
* - `TargetRegions`
|
|
155
155
|
*
|
|
156
156
|
* - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
|
|
157
|
-
* - **Default Host Management Configuration (Type: AWS QuickSetupType-DHMC)** - - `
|
|
157
|
+
* - **Default Host Management Configuration (Type: AWS QuickSetupType-DHMC)** - - `UpdateSsmAgent`
|
|
158
158
|
*
|
|
159
159
|
* - Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is " `true` ".
|
|
160
160
|
* - `TargetOrganizationalUnits`
|
|
@@ -220,7 +220,7 @@ export type ConfigurationDefinition = {
|
|
|
220
220
|
* - `TargetRegions`
|
|
221
221
|
*
|
|
222
222
|
* - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
|
|
223
|
-
* - **Host Management (Type: AWS QuickSetupType-SSMHostMgmt)** - - `
|
|
223
|
+
* - **Host Management (Type: AWS QuickSetupType-SSMHostMgmt)** - - `UpdateSsmAgent`
|
|
224
224
|
*
|
|
225
225
|
* - Description: (Optional) A boolean value that determines whether the SSM Agent is updated on the target instances every 2 weeks. The default value is " `true` ".
|
|
226
226
|
* - `UpdateEc2LaunchAgent`
|
|
@@ -60,7 +60,7 @@ export type VpcLatticeAccessLogSubscriptionAttribs = {
|
|
|
60
60
|
* The Amazon Resource Name (ARN) of the access log subscription.
|
|
61
61
|
* @minLength 20
|
|
62
62
|
* @maxLength 2048
|
|
63
|
-
* @pattern ^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}$
|
|
63
|
+
* @pattern ^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc)|(resourceconfiguration/rcfg))-[0-9a-z]{17}$
|
|
64
64
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html#cfn-vpclattice-accesslogsubscription-resourcearn}
|
|
65
65
|
*/
|
|
66
66
|
ResourceArn: string;
|
|
@@ -14,6 +14,11 @@ export type VpcLatticeResourceGatewayProps = {
|
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipaddresstype}
|
|
15
15
|
*/
|
|
16
16
|
IpAddressType?: "IPV4" | "IPV6" | "DUALSTACK" | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The number of IPv4 addresses to allocate per ENI for the resource gateway
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcegateway.html#cfn-vpclattice-resourcegateway-ipv4addressespereni}
|
|
20
|
+
*/
|
|
21
|
+
Ipv4AddressesPerEni?: number | undefined;
|
|
17
22
|
/**
|
|
18
23
|
* The name of the resource gateway.
|
|
19
24
|
* @minLength 3
|
|
@@ -18,7 +18,7 @@ export type VpcLatticeResourcePolicyProps = {
|
|
|
18
18
|
* An IAM policy.
|
|
19
19
|
* @minLength 20
|
|
20
20
|
* @maxLength 200
|
|
21
|
-
* @pattern ^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc))-[0-9a-z]{17}$
|
|
21
|
+
* @pattern ^arn(:[a-z0-9]+([.-][a-z0-9]+)*){2}(:([a-z0-9]+([.-][a-z0-9]+)*)?){2}:((servicenetwork/sn)|(service/svc)|(resourceconfiguration/rcfg))-[0-9a-z]{17}$
|
|
22
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourcepolicy.html#cfn-vpclattice-resourcepolicy-resourcearn}
|
|
23
23
|
*/
|
|
24
24
|
ResourceArn: string;
|