@propulsionworks/cloudformation 0.1.21 → 0.1.22
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-apigateway-deployment.d.ts +1 -1
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +52 -0
- package/out/exports/resources.generated/aws-aps-resourcepolicy.d.ts +22 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +2 -2
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +4 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +1 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +5 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +3 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +4 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +4 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-ippoolroutetableassociation.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +3 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +2 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +0 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
- package/out/exports/resources.generated/aws-eks-addon.d.ts +10 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +1 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +8 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +19 -8
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +18 -1
- package/out/exports/resources.generated/aws-guardduty-threatentityset.d.ts +89 -0
- package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +89 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +2 -2
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +4 -2
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -1
- package/out/exports/resources.generated/aws-inspectorv2-codesecurityintegration.d.ts +160 -0
- package/out/exports/resources.generated/aws-inspectorv2-codesecurityscanconfiguration.d.ts +121 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +2 -2
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +2 -2
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +54 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +2 -2
- package/out/exports/resources.generated/aws-observabilityadmin-organizationtelemetryrule.d.ts +137 -0
- package/out/exports/resources.generated/aws-observabilityadmin-telemetryrule.d.ts +132 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +21 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +6 -6
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +1 -1
- package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +1 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +2 -2
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +2 -2
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +90 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +0 -6
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +2 -1
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +28 -0
- package/package.json +1 -1
|
@@ -108,7 +108,7 @@ export type DeploymentCanarySettings = {
|
|
|
108
108
|
UseStageCache?: boolean | undefined;
|
|
109
109
|
};
|
|
110
110
|
/**
|
|
111
|
-
* The `MethodSetting` property type configures settings for all methods in a stage.
|
|
111
|
+
* The `MethodSetting` property type configures settings for all methods in a stage. If you modify this property type, you must create a new deployment for your API.
|
|
112
112
|
*
|
|
113
113
|
* The `MethodSettings` property of the [Amazon API Gateway Deployment StageDescription](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-stagedescription.html) property type contains a list of `MethodSetting` property types.
|
|
114
114
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-deployment-methodsetting.html}
|
|
@@ -9,6 +9,11 @@ export type AppIntegrationsApplication = ResourceDefinitionWithAttributes<"AWS::
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html}
|
|
10
10
|
*/
|
|
11
11
|
export type AppIntegrationsApplicationProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The application configuration. Cannot be used when IsService is true.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-applicationconfig}
|
|
15
|
+
*/
|
|
16
|
+
ApplicationConfig?: ApplicationConfig | undefined;
|
|
12
17
|
/**
|
|
13
18
|
* The configuration for where the application should be loaded from.
|
|
14
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-applicationsourceconfig}
|
|
@@ -23,6 +28,22 @@ export type AppIntegrationsApplicationProps = {
|
|
|
23
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-description}
|
|
24
29
|
*/
|
|
25
30
|
Description: string;
|
|
31
|
+
/**
|
|
32
|
+
* The iframe configuration
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-iframeconfig}
|
|
34
|
+
*/
|
|
35
|
+
IframeConfig?: IframeConfig | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The initialization timeout in milliseconds. Required when IsService is true.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-initializationtimeout}
|
|
39
|
+
*/
|
|
40
|
+
InitializationTimeout?: number | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Indicates if the application is a service
|
|
43
|
+
* @default false
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appintegrations-application.html#cfn-appintegrations-application-isservice}
|
|
45
|
+
*/
|
|
46
|
+
IsService?: boolean | undefined;
|
|
26
47
|
/**
|
|
27
48
|
* The name of the application.
|
|
28
49
|
* @minLength 1
|
|
@@ -71,6 +92,24 @@ export type AppIntegrationsApplicationAttribs = {
|
|
|
71
92
|
*/
|
|
72
93
|
Id: string;
|
|
73
94
|
};
|
|
95
|
+
/**
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html}
|
|
97
|
+
*/
|
|
98
|
+
export type ApplicationConfig = {
|
|
99
|
+
/**
|
|
100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-applicationconfig.html#cfn-appintegrations-application-applicationconfig-contacthandling}
|
|
101
|
+
*/
|
|
102
|
+
ContactHandling?: ContactHandling | undefined;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-contacthandling.html}
|
|
106
|
+
*/
|
|
107
|
+
export type ContactHandling = {
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-contacthandling.html#cfn-appintegrations-application-contacthandling-scope}
|
|
110
|
+
*/
|
|
111
|
+
Scope: "CROSS_CONTACTS" | "PER_CONTACT";
|
|
112
|
+
};
|
|
74
113
|
/**
|
|
75
114
|
* The external URL source for the application.
|
|
76
115
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-externalurlconfig.html}
|
|
@@ -90,4 +129,17 @@ export type ExternalUrlConfig = {
|
|
|
90
129
|
*/
|
|
91
130
|
ApprovedOrigins?: string[] | undefined;
|
|
92
131
|
};
|
|
132
|
+
/**
|
|
133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html}
|
|
134
|
+
*/
|
|
135
|
+
export type IframeConfig = {
|
|
136
|
+
/**
|
|
137
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html#cfn-appintegrations-application-iframeconfig-allow}
|
|
138
|
+
*/
|
|
139
|
+
Allow?: string[] | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appintegrations-application-iframeconfig.html#cfn-appintegrations-application-iframeconfig-sandbox}
|
|
142
|
+
*/
|
|
143
|
+
Sandbox?: string[] | undefined;
|
|
144
|
+
};
|
|
93
145
|
//# sourceMappingURL=aws-appintegrations-application.d.ts.map
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html}
|
|
4
|
+
*/
|
|
5
|
+
export type APSResourcePolicy = ResourceDefinition<"AWS::APS::ResourcePolicy", APSResourcePolicyProps>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html}
|
|
8
|
+
*/
|
|
9
|
+
export type APSResourcePolicyProps = {
|
|
10
|
+
/**
|
|
11
|
+
* The JSON to use as the Resource-based Policy.
|
|
12
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html#cfn-aps-resourcepolicy-policydocument}
|
|
13
|
+
*/
|
|
14
|
+
PolicyDocument: string;
|
|
15
|
+
/**
|
|
16
|
+
* The Arn of an APS Workspace that the PolicyDocument will be attached to.
|
|
17
|
+
* @pattern ^arn:(aws|aws-us-gov|aws-cn):aps:[a-z0-9-]+:[0-9]+:workspace/[a-zA-Z0-9-]+$
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-resourcepolicy.html#cfn-aps-resourcepolicy-workspacearn}
|
|
19
|
+
*/
|
|
20
|
+
WorkspaceArn: string;
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=aws-aps-resourcepolicy.d.ts.map
|
|
@@ -1328,14 +1328,14 @@ export type RuntimePlatform = {
|
|
|
1328
1328
|
/**
|
|
1329
1329
|
* The vCPU architecture. The default value is `X86_64` . Valid values are `X86_64` and `ARM64` .
|
|
1330
1330
|
*
|
|
1331
|
-
* > This parameter must be set to `X86_64` for Windows containers. > Fargate Spot is not supported
|
|
1331
|
+
* > This parameter must be set to `X86_64` for Windows containers. > Fargate Spot is not supported on Windows-based containers on Fargate. A job queue will be blocked if a Windows job is submitted to a job queue with only Fargate Spot compute environments. However, you can attach both `FARGATE` and `FARGATE_SPOT` compute environments to the same job queue.
|
|
1332
1332
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-runtimeplatform.html#cfn-batch-jobdefinition-runtimeplatform-cpuarchitecture}
|
|
1333
1333
|
*/
|
|
1334
1334
|
CpuArchitecture?: string | undefined;
|
|
1335
1335
|
/**
|
|
1336
1336
|
* The operating system for the compute environment. Valid values are: `LINUX` (default), `WINDOWS_SERVER_2019_CORE` , `WINDOWS_SERVER_2019_FULL` , `WINDOWS_SERVER_2022_CORE` , and `WINDOWS_SERVER_2022_FULL` .
|
|
1337
1337
|
*
|
|
1338
|
-
* > The following parameters can’t be set for Windows containers: `linuxParameters` , `privileged` , `user` , `ulimits` , `readonlyRootFilesystem` , and `efsVolumeConfiguration` . > The AWS Batch Scheduler checks the compute environments that are attached to the job queue before registering a task definition with Fargate. In this scenario, the job queue is where the job is submitted. If the job requires a Windows container and the first compute environment is `LINUX` , the compute environment is skipped and the next compute environment is checked until a Windows-based compute environment is found. > Fargate Spot is not supported
|
|
1338
|
+
* > The following parameters can’t be set for Windows containers: `linuxParameters` , `privileged` , `user` , `ulimits` , `readonlyRootFilesystem` , and `efsVolumeConfiguration` . > The AWS Batch Scheduler checks the compute environments that are attached to the job queue before registering a task definition with Fargate. In this scenario, the job queue is where the job is submitted. If the job requires a Windows container and the first compute environment is `LINUX` , the compute environment is skipped and the next compute environment is checked until a Windows-based compute environment is found. > Fargate Spot is not supported on Windows-based containers on Fargate. A job queue will be blocked if a Windows job is submitted to a job queue with only Fargate Spot compute environments. However, you can attach both `FARGATE` and `FARGATE_SPOT` compute environments to the same job queue.
|
|
1339
1339
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-runtimeplatform.html#cfn-batch-jobdefinition-runtimeplatform-operatingsystemfamily}
|
|
1340
1340
|
*/
|
|
1341
1341
|
OperatingSystemFamily?: string | undefined;
|
|
@@ -163,7 +163,7 @@ export type CustomLineItemPercentageChargeDetails = {
|
|
|
163
163
|
PercentageValue: number;
|
|
164
164
|
};
|
|
165
165
|
/**
|
|
166
|
-
* A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings
|
|
166
|
+
* A representation of the line item filter for your custom line item. You can use line item filters to include or exclude specific resource values from the billing group's total cost. For example, if you create a custom line item and you want to filter out a value, such as Savings Plans discounts, you can update `LineItemFilter` to exclude it.
|
|
167
167
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-customlineitem-lineitemfilter.html}
|
|
168
168
|
*/
|
|
169
169
|
export type LineItemFilter = {
|
|
@@ -178,7 +178,7 @@ export type LineItemFilter = {
|
|
|
178
178
|
*/
|
|
179
179
|
MatchOption: "NOT_EQUAL";
|
|
180
180
|
/**
|
|
181
|
-
* The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings
|
|
181
|
+
* The values of the line item filter. This specifies the values to filter on. Currently, you can only exclude Savings Plans discounts.
|
|
182
182
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-customlineitem-lineitemfilter.html#cfn-billingconductor-customlineitem-lineitemfilter-values}
|
|
183
183
|
*/
|
|
184
184
|
Values: LineItemFilterValue[];
|
|
@@ -333,6 +333,10 @@ export type CustomOriginConfig = {
|
|
|
333
333
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-httpsport}
|
|
334
334
|
*/
|
|
335
335
|
HTTPSPort?: number | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-ipaddresstype}
|
|
338
|
+
*/
|
|
339
|
+
IpAddressType?: "ipv4" | "ipv6" | "dualstack" | undefined;
|
|
336
340
|
/**
|
|
337
341
|
* Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
|
|
338
342
|
*
|
|
@@ -75,6 +75,7 @@ export type CodePipelineWebhookProps = {
|
|
|
75
75
|
*/
|
|
76
76
|
export type CodePipelineWebhookAttribs = {
|
|
77
77
|
/**
|
|
78
|
+
* logical id of the webhook
|
|
78
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-webhook.html#cfn-codepipeline-webhook-id}
|
|
79
80
|
*/
|
|
80
81
|
Id: string;
|
|
@@ -149,6 +149,11 @@ export type UserPhoneConfig = {
|
|
|
149
149
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userphoneconfig.html#cfn-connect-user-userphoneconfig-deskphonenumber}
|
|
150
150
|
*/
|
|
151
151
|
DeskPhoneNumber?: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* The Persistent Connection setting.
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userphoneconfig.html#cfn-connect-user-userphoneconfig-persistentconnection}
|
|
155
|
+
*/
|
|
156
|
+
PersistentConnection?: boolean | undefined;
|
|
152
157
|
/**
|
|
153
158
|
* The phone type.
|
|
154
159
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userphoneconfig.html#cfn-connect-user-userphoneconfig-phonetype}
|
|
@@ -450,6 +450,7 @@ export type ServiceManagedEc2FleetConfiguration = {
|
|
|
450
450
|
*/
|
|
451
451
|
StorageProfileId?: string | undefined;
|
|
452
452
|
/**
|
|
453
|
+
* The VPC configuration details for a service managed Amazon EC2 fleet.
|
|
453
454
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-vpcconfiguration}
|
|
454
455
|
*/
|
|
455
456
|
VpcConfiguration?: VpcConfiguration | undefined;
|
|
@@ -550,10 +551,12 @@ export type VCpuCountRange = {
|
|
|
550
551
|
Min: number;
|
|
551
552
|
};
|
|
552
553
|
/**
|
|
554
|
+
* The configuration options for a service managed fleet's VPC.
|
|
553
555
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vpcconfiguration.html}
|
|
554
556
|
*/
|
|
555
557
|
export type VpcConfiguration = {
|
|
556
558
|
/**
|
|
559
|
+
* The ARNs of the VPC Lattice resource configurations attached to the fleet.
|
|
557
560
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vpcconfiguration.html#cfn-deadline-fleet-vpcconfiguration-resourceconfigurationarns}
|
|
558
561
|
*/
|
|
559
562
|
ResourceConfigurationArns?: string[] | undefined;
|
|
@@ -298,6 +298,10 @@ export type ContributorInsightsSpecification = {
|
|
|
298
298
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-contributorinsightsspecification.html#cfn-dynamodb-globaltable-contributorinsightsspecification-enabled}
|
|
299
299
|
*/
|
|
300
300
|
Enabled: boolean;
|
|
301
|
+
/**
|
|
302
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-globaltable-contributorinsightsspecification.html#cfn-dynamodb-globaltable-contributorinsightsspecification-mode}
|
|
303
|
+
*/
|
|
304
|
+
Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS" | undefined;
|
|
301
305
|
};
|
|
302
306
|
/**
|
|
303
307
|
* Allows you to specify a global secondary index for the global table. The index will be defined on all replicas.
|
|
@@ -205,6 +205,10 @@ export type ContributorInsightsSpecification = {
|
|
|
205
205
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-contributorinsightsspecification.html#cfn-dynamodb-table-contributorinsightsspecification-enabled}
|
|
206
206
|
*/
|
|
207
207
|
Enabled: boolean;
|
|
208
|
+
/**
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-contributorinsightsspecification.html#cfn-dynamodb-table-contributorinsightsspecification-mode}
|
|
210
|
+
*/
|
|
211
|
+
Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS" | undefined;
|
|
208
212
|
};
|
|
209
213
|
/**
|
|
210
214
|
* The options for imported source files in CSV format. The values are Delimiter and HeaderList.
|
|
@@ -904,7 +904,7 @@ export type Placement = {
|
|
|
904
904
|
/**
|
|
905
905
|
* The Availability Zone of the instance.
|
|
906
906
|
*
|
|
907
|
-
*
|
|
907
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` can be specified, but not both. If neither is specified, Amazon EC2 automatically selects an Availability Zone based on the load balancing criteria for the Region.
|
|
908
908
|
*
|
|
909
909
|
* This parameter is not supported for [CreateFleet](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet) .
|
|
910
910
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html#cfn-ec2-ec2fleet-placement-availabilityzone}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html}
|
|
5
|
+
*/
|
|
6
|
+
export type EC2IpPoolRouteTableAssociation = ResourceDefinitionWithAttributes<"AWS::EC2::IpPoolRouteTableAssociation", EC2IpPoolRouteTableAssociationProps, EC2IpPoolRouteTableAssociationAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::EC2::IpPoolRouteTableAssociation
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html}
|
|
10
|
+
*/
|
|
11
|
+
export type EC2IpPoolRouteTableAssociationProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The ID of the public IPv4 pool.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-publicipv4pool}
|
|
15
|
+
*/
|
|
16
|
+
PublicIpv4Pool: string;
|
|
17
|
+
/**
|
|
18
|
+
* The ID of the route table.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-routetableid}
|
|
20
|
+
*/
|
|
21
|
+
RouteTableId: string;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#aws-resource-ec2-ippoolroutetableassociation-return-values}
|
|
25
|
+
*/
|
|
26
|
+
export type EC2IpPoolRouteTableAssociationAttribs = {
|
|
27
|
+
/**
|
|
28
|
+
* The route table association ID.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ippoolroutetableassociation.html#cfn-ec2-ippoolroutetableassociation-associationid}
|
|
30
|
+
*/
|
|
31
|
+
AssociationId: string;
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=aws-ec2-ippoolroutetableassociation.d.ts.map
|
|
@@ -1161,6 +1161,7 @@ export type NetworkInterface = {
|
|
|
1161
1161
|
*/
|
|
1162
1162
|
DeviceIndex?: number | undefined;
|
|
1163
1163
|
/**
|
|
1164
|
+
* The number of ENA queues to be created with the instance.
|
|
1164
1165
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-enaqueuecount}
|
|
1165
1166
|
*/
|
|
1166
1167
|
EnaQueueCount?: number | undefined;
|
|
@@ -1296,6 +1297,8 @@ export type Placement = {
|
|
|
1296
1297
|
Affinity?: string | undefined;
|
|
1297
1298
|
/**
|
|
1298
1299
|
* The Availability Zone for the instance.
|
|
1300
|
+
*
|
|
1301
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` can be specified, but not both
|
|
1299
1302
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-availabilityzone}
|
|
1300
1303
|
*/
|
|
1301
1304
|
AvailabilityZone?: string | undefined;
|
|
@@ -50,6 +50,8 @@ export type EC2VolumeProps = {
|
|
|
50
50
|
AutoEnableIO?: boolean | undefined;
|
|
51
51
|
/**
|
|
52
52
|
* The ID of the Availability Zone in which to create the volume. For example, `us-east-1a` .
|
|
53
|
+
*
|
|
54
|
+
* Either `AvailabilityZone` or `AvailabilityZoneId` must be specified, but not both.
|
|
53
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-availabilityzone}
|
|
54
56
|
*/
|
|
55
57
|
AvailabilityZone: string;
|
|
@@ -94,8 +94,6 @@ export type ManagedScaling = {
|
|
|
94
94
|
* The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter If this parameter is omitted, the default value of `1` is used.
|
|
95
95
|
*
|
|
96
96
|
* When additional capacity is required, Amazon ECS will scale up the minimum scaling step size even if the actual demand is less than the minimum scaling step size.
|
|
97
|
-
*
|
|
98
|
-
* If you use a capacity provider with an Auto Scaling group configured with more than one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum scaling step size value and will ignore both the maximum scaling step size as well as the capacity demand.
|
|
99
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize}
|
|
100
98
|
*/
|
|
101
99
|
MinimumScalingStepSize?: number | undefined;
|
|
@@ -75,7 +75,7 @@ export type ECSServiceProps = {
|
|
|
75
75
|
* Indicates whether to use Availability Zone rebalancing for the service.
|
|
76
76
|
*
|
|
77
77
|
* For more information, see [Balancing an Amazon ECS service across Availability Zones](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html) in the **Amazon Elastic Container Service Developer Guide** .
|
|
78
|
-
* @default "
|
|
78
|
+
* @default "DISABLED"
|
|
79
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-availabilityzonerebalancing}
|
|
80
80
|
*/
|
|
81
81
|
AvailabilityZoneRebalancing?: "ENABLED" | "DISABLED" | undefined;
|
|
@@ -37,6 +37,16 @@ export type EKSAddonProps = {
|
|
|
37
37
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-configurationvalues}
|
|
38
38
|
*/
|
|
39
39
|
ConfigurationValues?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The custom namespace configuration to use with the add-on
|
|
42
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-namespaceconfig}
|
|
43
|
+
*/
|
|
44
|
+
NamespaceConfig?: {
|
|
45
|
+
/**
|
|
46
|
+
* The custom namespace for creating the add-on
|
|
47
|
+
*/
|
|
48
|
+
Namespace: string;
|
|
49
|
+
} | undefined;
|
|
40
50
|
/**
|
|
41
51
|
* An array of EKS Pod Identity associations owned by the add-on. Each association maps a role to a service account in a namespace in the cluster.
|
|
42
52
|
*
|
|
@@ -57,7 +57,7 @@ export type EKSClusterProps = {
|
|
|
57
57
|
*/
|
|
58
58
|
ComputeConfig?: ComputeConfig | undefined;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* The current deletion protection setting for the cluster. When `true` , deletion protection is enabled and the cluster cannot be deleted until protection is disabled. When `false` , the cluster can be deleted normally. This setting only applies to clusters in an active state.
|
|
61
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-deletionprotection}
|
|
62
62
|
*/
|
|
63
63
|
DeletionProtection?: boolean | undefined;
|
|
@@ -182,7 +182,7 @@ export type LoadBalancerAttribute = {
|
|
|
182
182
|
* - If the value is `append` , the Application Load Balancer adds the client IP address (of the last hop) to the `X-Forwarded-For` header in the HTTP request before it sends it to targets.
|
|
183
183
|
* - If the value is `preserve` the Application Load Balancer preserves the `X-Forwarded-For` header in the HTTP request, and sends it to targets without any change.
|
|
184
184
|
* - If the value is `remove` , the Application Load Balancer removes the `X-Forwarded-For` header in the HTTP request before it sends it to targets.
|
|
185
|
-
* - `routing.http2.enabled` - Indicates whether
|
|
185
|
+
* - `routing.http2.enabled` - Indicates whether clients can connect to the load balancer using HTTP/2. If `true` , clients can connect using HTTP/2 or HTTP/1.1. However, all client requests are subject to the stricter HTTP/2 header validation rules. For example, message header names must contain only alphanumeric characters and hyphens. If `false` , clients must connect using HTTP/1.1. The default is `true` .
|
|
186
186
|
* - `waf.fail_open.enabled` - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are `true` and `false` . The default is `false` .
|
|
187
187
|
*
|
|
188
188
|
* The following attributes are supported by only Network Load Balancers:
|
|
@@ -69,6 +69,10 @@ export type FSxFileSystemProps = {
|
|
|
69
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-lustreconfiguration}
|
|
70
70
|
*/
|
|
71
71
|
LustreConfiguration?: LustreConfiguration | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-networktype}
|
|
74
|
+
*/
|
|
75
|
+
NetworkType?: string | undefined;
|
|
72
76
|
/**
|
|
73
77
|
* The ONTAP configuration properties of the FSx for ONTAP file system that you are creating. This configuration is required if the `FileSystemType` is set to `ONTAP` .
|
|
74
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-filesystem.html#cfn-fsx-filesystem-ontapconfiguration}
|
|
@@ -582,6 +586,10 @@ export type OpenZFSConfiguration = {
|
|
|
582
586
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-openzfsconfiguration.html#cfn-fsx-filesystem-openzfsconfiguration-endpointipaddressrange}
|
|
583
587
|
*/
|
|
584
588
|
EndpointIpAddressRange?: string | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-openzfsconfiguration.html#cfn-fsx-filesystem-openzfsconfiguration-endpointipv6addressrange}
|
|
591
|
+
*/
|
|
592
|
+
EndpointIpv6AddressRange?: string | undefined;
|
|
585
593
|
/**
|
|
586
594
|
* To delete a file system if there are child volumes present below the root volume, use the string `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS` . If your file system has child volumes and you don't use this option, the delete request will fail.
|
|
587
595
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-openzfsconfiguration.html#cfn-fsx-filesystem-openzfsconfiguration-options}
|
|
@@ -157,14 +157,25 @@ export type GlueJobProps = {
|
|
|
157
157
|
*/
|
|
158
158
|
Timeout?: number | undefined;
|
|
159
159
|
/**
|
|
160
|
-
* The type of predefined worker that is allocated when a job runs.
|
|
161
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
* -
|
|
167
|
-
* -
|
|
160
|
+
* The type of predefined worker that is allocated when a job runs.
|
|
161
|
+
*
|
|
162
|
+
* AWS Glue provides multiple worker types to accommodate different workload requirements:
|
|
163
|
+
*
|
|
164
|
+
* G Worker Types (General-purpose compute workers):
|
|
165
|
+
*
|
|
166
|
+
* - G.1X: 1 DPU (4 vCPUs, 16 GB memory, 94GB disk)
|
|
167
|
+
* - G.2X: 2 DPU (8 vCPUs, 32 GB memory, 138GB disk)
|
|
168
|
+
* - G.4X: 4 DPU (16 vCPUs, 64 GB memory, 256GB disk)
|
|
169
|
+
* - G.8X: 8 DPU (32 vCPUs, 128 GB memory, 512GB disk)
|
|
170
|
+
* - G.12X: 12 DPU (48 vCPUs, 192 GB memory, 768GB disk)
|
|
171
|
+
* - G.16X: 16 DPU (64 vCPUs, 256 GB memory, 1024GB disk)
|
|
172
|
+
*
|
|
173
|
+
* R Worker Types (Memory-optimized workers):
|
|
174
|
+
*
|
|
175
|
+
* - R.1X: 1 M-DPU (4 vCPUs, 32 GB memory)
|
|
176
|
+
* - R.2X: 2 M-DPU (8 vCPUs, 64 GB memory)
|
|
177
|
+
* - R.4X: 4 M-DPU (16 vCPUs, 128 GB memory)
|
|
178
|
+
* - R.8X: 8 M-DPU (32 vCPUs, 256 GB memory)
|
|
168
179
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype}
|
|
169
180
|
*/
|
|
170
181
|
WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X" | "G.12X" | "G.16X" | "R.1X" | "R.2X" | "R.4X" | "R.8X" | undefined;
|
|
@@ -64,6 +64,23 @@ export type IcebergConfiguration = {
|
|
|
64
64
|
*/
|
|
65
65
|
OrphanFileRetentionPeriodInDays?: number | undefined;
|
|
66
66
|
};
|
|
67
|
+
/**
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html}
|
|
69
|
+
*/
|
|
70
|
+
export type IcebergRetentionConfiguration = {
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html#cfn-glue-tableoptimizer-icebergretentionconfiguration-cleanexpiredfiles}
|
|
73
|
+
*/
|
|
74
|
+
CleanExpiredFiles?: boolean | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html#cfn-glue-tableoptimizer-icebergretentionconfiguration-numberofsnapshotstoretain}
|
|
77
|
+
*/
|
|
78
|
+
NumberOfSnapshotsToRetain?: number | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-icebergretentionconfiguration.html#cfn-glue-tableoptimizer-icebergretentionconfiguration-snapshotretentionperiodindays}
|
|
81
|
+
*/
|
|
82
|
+
SnapshotRetentionPeriodInDays?: number | undefined;
|
|
83
|
+
};
|
|
67
84
|
/**
|
|
68
85
|
* Configuration for removing files that are are not tracked by the Iceberg table metadata, and are older than your configured age limit. This configuration helps optimize storage usage and costs by automatically cleaning up files that are no longer needed by the table.
|
|
69
86
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-orphanfiledeletionconfiguration.html}
|
|
@@ -84,7 +101,7 @@ export type RetentionConfiguration = {
|
|
|
84
101
|
* The configuration for an Iceberg snapshot retention optimizer.
|
|
85
102
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-tableoptimizer-retentionconfiguration.html#cfn-glue-tableoptimizer-retentionconfiguration-icebergconfiguration}
|
|
86
103
|
*/
|
|
87
|
-
IcebergConfiguration?:
|
|
104
|
+
IcebergConfiguration?: IcebergRetentionConfiguration | undefined;
|
|
88
105
|
};
|
|
89
106
|
/**
|
|
90
107
|
* Specifies configuration details of a table optimizer.
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::GuardDuty::ThreatEntitySet
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html}
|
|
5
|
+
*/
|
|
6
|
+
export type GuardDutyThreatEntitySet = ResourceDefinitionWithAttributes<"AWS::GuardDuty::ThreatEntitySet", GuardDutyThreatEntitySetProps, GuardDutyThreatEntitySetAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::GuardDuty::ThreatEntitySet
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html}
|
|
10
|
+
*/
|
|
11
|
+
export type GuardDutyThreatEntitySetProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-activate}
|
|
14
|
+
*/
|
|
15
|
+
Activate?: boolean | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* @minLength 1
|
|
18
|
+
* @maxLength 32
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-detectorid}
|
|
20
|
+
*/
|
|
21
|
+
DetectorId?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-expectedbucketowner}
|
|
24
|
+
*/
|
|
25
|
+
ExpectedBucketOwner?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* @minLength 1
|
|
28
|
+
* @maxLength 300
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-format}
|
|
30
|
+
*/
|
|
31
|
+
Format: string;
|
|
32
|
+
/**
|
|
33
|
+
* @minLength 1
|
|
34
|
+
* @maxLength 300
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-location}
|
|
36
|
+
*/
|
|
37
|
+
Location: string;
|
|
38
|
+
/**
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-name}
|
|
40
|
+
*/
|
|
41
|
+
Name?: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-tags}
|
|
44
|
+
*/
|
|
45
|
+
Tags?: TagItem[] | undefined;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#aws-resource-guardduty-threatentityset-return-values}
|
|
49
|
+
*/
|
|
50
|
+
export type GuardDutyThreatEntitySetAttribs = {
|
|
51
|
+
/**
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-createdat}
|
|
53
|
+
*/
|
|
54
|
+
CreatedAt: string;
|
|
55
|
+
/**
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-errordetails}
|
|
57
|
+
*/
|
|
58
|
+
ErrorDetails: string;
|
|
59
|
+
/**
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-id}
|
|
61
|
+
*/
|
|
62
|
+
Id: string;
|
|
63
|
+
/**
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-status}
|
|
65
|
+
*/
|
|
66
|
+
Status: "INACTIVE" | "ACTIVATING" | "ACTIVE" | "DEACTIVATING" | "ERROR" | "DELETE_PENDING" | "DELETED";
|
|
67
|
+
/**
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-threatentityset.html#cfn-guardduty-threatentityset-updatedat}
|
|
69
|
+
*/
|
|
70
|
+
UpdatedAt: string;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-threatentityset-tagitem.html}
|
|
74
|
+
*/
|
|
75
|
+
export type TagItem = {
|
|
76
|
+
/**
|
|
77
|
+
* @minLength 1
|
|
78
|
+
* @maxLength 128
|
|
79
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-threatentityset-tagitem.html#cfn-guardduty-threatentityset-tagitem-key}
|
|
80
|
+
*/
|
|
81
|
+
Key: string;
|
|
82
|
+
/**
|
|
83
|
+
* @minLength 0
|
|
84
|
+
* @maxLength 256
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-guardduty-threatentityset-tagitem.html#cfn-guardduty-threatentityset-tagitem-value}
|
|
86
|
+
*/
|
|
87
|
+
Value: string;
|
|
88
|
+
};
|
|
89
|
+
//# sourceMappingURL=aws-guardduty-threatentityset.d.ts.map
|