@propulsionworks/cloudformation 0.1.24 → 0.1.26
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-aps-scraper.d.ts +69 -1
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +3 -1
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +40 -15
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicyversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +2 -2
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +23 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1 -1
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +3 -3
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +6 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +1 -1
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +6 -4
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +10 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +5 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +1 -27
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +7 -8
- package/out/exports/resources.generated/aws-iotsitewise-computationmodel.d.ts +16 -23
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +6 -11
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +53 -35
- package/out/exports/resources.generated/aws-lex-bot.d.ts +6 -0
- package/out/exports/resources.generated/aws-notifications-organizationalunitassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +12 -8
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +1 -1
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +21 -1
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +17 -6
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +12 -7
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +5 -3
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +25 -0
- package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +9 -1
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +20 -12
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +8 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +10 -2
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +15 -6
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +53 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +2 -2
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +1 -1
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +6 -2
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +1 -0
- package/out/exports/resources.generated/aws-smsvoice-configurationset.d.ts +211 -0
- package/out/exports/resources.generated/aws-smsvoice-optoutlist.d.ts +36 -0
- package/out/exports/resources.generated/aws-smsvoice-phonenumber.d.ts +136 -0
- package/out/exports/resources.generated/aws-smsvoice-pool.d.ts +126 -0
- package/out/exports/resources.generated/aws-smsvoice-protectconfiguration.d.ts +102 -0
- package/out/exports/resources.generated/aws-smsvoice-resourcepolicy.d.ts +24 -0
- package/out/exports/resources.generated/aws-smsvoice-senderid.d.ts +45 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +11 -3
- package/out/exports/resources.generated/aws-workspacesinstances-workspaceinstance.d.ts +101 -0
- package/package.json +1 -1
|
@@ -14,10 +14,12 @@ export type WorkspacesInstancesWorkspaceInstanceProps = {
|
|
|
14
14
|
*/
|
|
15
15
|
ManagedInstance?: {
|
|
16
16
|
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
17
|
+
CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
|
|
17
18
|
CpuOptions?: CpuOptionsRequest | undefined;
|
|
18
19
|
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
19
20
|
DisableApiStop?: boolean | undefined;
|
|
20
21
|
EbsOptimized?: boolean | undefined;
|
|
22
|
+
EnablePrimaryIpv6?: boolean | undefined;
|
|
21
23
|
EnclaveOptions?: EnclaveOptionsRequest | undefined;
|
|
22
24
|
HibernationOptions?: HibernationOptionsRequest | undefined;
|
|
23
25
|
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
@@ -25,14 +27,20 @@ export type WorkspacesInstancesWorkspaceInstanceProps = {
|
|
|
25
27
|
* @pattern ^ami-[0-9a-zA-Z]{1,63}$
|
|
26
28
|
*/
|
|
27
29
|
ImageId: string;
|
|
30
|
+
InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
|
|
28
31
|
/**
|
|
29
32
|
* @pattern ^([a-z0-9-]+)\.([a-z0-9]+)$
|
|
30
33
|
*/
|
|
31
34
|
InstanceType: string;
|
|
35
|
+
/**
|
|
36
|
+
* @min 0
|
|
37
|
+
*/
|
|
38
|
+
Ipv6AddressCount?: number | undefined;
|
|
32
39
|
/**
|
|
33
40
|
* @maxLength 64
|
|
34
41
|
*/
|
|
35
42
|
KeyName?: string | undefined;
|
|
43
|
+
LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
|
|
36
44
|
MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
|
|
37
45
|
MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
|
|
38
46
|
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
@@ -40,6 +48,10 @@ export type WorkspacesInstancesWorkspaceInstanceProps = {
|
|
|
40
48
|
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptionsRequest | undefined;
|
|
41
49
|
Placement?: Placement | undefined;
|
|
42
50
|
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* @pattern ^subnet-[0-9a-zA-Z]{1,63}$
|
|
53
|
+
*/
|
|
54
|
+
SubnetId?: string | undefined;
|
|
43
55
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
44
56
|
/**
|
|
45
57
|
* @maxLength 16000
|
|
@@ -95,6 +107,34 @@ export type BlockDeviceMapping = {
|
|
|
95
107
|
*/
|
|
96
108
|
VirtualName?: string | undefined;
|
|
97
109
|
};
|
|
110
|
+
/**
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-capacityreservationspecification.html}
|
|
112
|
+
*/
|
|
113
|
+
export type CapacityReservationSpecification = {
|
|
114
|
+
/**
|
|
115
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-capacityreservationspecification.html#cfn-workspacesinstances-workspaceinstance-capacityreservationspecification-capacityreservationpreference}
|
|
116
|
+
*/
|
|
117
|
+
CapacityReservationPreference?: "capacity-reservations-only" | "open" | "none" | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-capacityreservationspecification.html#cfn-workspacesinstances-workspaceinstance-capacityreservationspecification-capacityreservationtarget}
|
|
120
|
+
*/
|
|
121
|
+
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-capacityreservationtarget.html}
|
|
125
|
+
*/
|
|
126
|
+
export type CapacityReservationTarget = {
|
|
127
|
+
/**
|
|
128
|
+
* @maxLength 128
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-capacityreservationtarget.html#cfn-workspacesinstances-workspaceinstance-capacityreservationtarget-capacityreservationid}
|
|
130
|
+
*/
|
|
131
|
+
CapacityReservationId?: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* @pattern ^arn:.*
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-capacityreservationtarget.html#cfn-workspacesinstances-workspaceinstance-capacityreservationtarget-capacityreservationresourcegrouparn}
|
|
135
|
+
*/
|
|
136
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
137
|
+
};
|
|
98
138
|
/**
|
|
99
139
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-cpuoptionsrequest.html}
|
|
100
140
|
*/
|
|
@@ -174,6 +214,12 @@ export type HibernationOptionsRequest = {
|
|
|
174
214
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.html}
|
|
175
215
|
*/
|
|
176
216
|
export type IamInstanceProfileSpecification = {
|
|
217
|
+
/**
|
|
218
|
+
* @maxLength 2048
|
|
219
|
+
* @pattern ^arn:.*
|
|
220
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.html#cfn-workspacesinstances-workspaceinstance-iaminstanceprofilespecification-arn}
|
|
221
|
+
*/
|
|
222
|
+
Arn?: string | undefined;
|
|
177
223
|
/**
|
|
178
224
|
* @maxLength 64
|
|
179
225
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-iaminstanceprofilespecification.html#cfn-workspacesinstances-workspaceinstance-iaminstanceprofilespecification-name}
|
|
@@ -189,6 +235,19 @@ export type InstanceMaintenanceOptionsRequest = {
|
|
|
189
235
|
*/
|
|
190
236
|
AutoRecovery?: "disabled" | "default" | undefined;
|
|
191
237
|
};
|
|
238
|
+
/**
|
|
239
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancemarketoptionsrequest.html}
|
|
240
|
+
*/
|
|
241
|
+
export type InstanceMarketOptionsRequest = {
|
|
242
|
+
/**
|
|
243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancemarketoptionsrequest.html#cfn-workspacesinstances-workspaceinstance-instancemarketoptionsrequest-markettype}
|
|
244
|
+
*/
|
|
245
|
+
MarketType?: "spot" | "capacity-block" | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancemarketoptionsrequest.html#cfn-workspacesinstances-workspaceinstance-instancemarketoptionsrequest-spotoptions}
|
|
248
|
+
*/
|
|
249
|
+
SpotOptions?: SpotMarketOptions | undefined;
|
|
250
|
+
};
|
|
192
251
|
/**
|
|
193
252
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-instancemetadataoptionsrequest.html}
|
|
194
253
|
*/
|
|
@@ -250,6 +309,16 @@ export type InstanceNetworkPerformanceOptionsRequest = {
|
|
|
250
309
|
*/
|
|
251
310
|
BandwidthWeighting?: "default" | "vpc-1" | "ebs-1" | undefined;
|
|
252
311
|
};
|
|
312
|
+
/**
|
|
313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-licenseconfigurationrequest.html}
|
|
314
|
+
*/
|
|
315
|
+
export type LicenseConfigurationRequest = {
|
|
316
|
+
/**
|
|
317
|
+
* @pattern ^arn:.*
|
|
318
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-licenseconfigurationrequest.html#cfn-workspacesinstances-workspaceinstance-licenseconfigurationrequest-licenseconfigurationarn}
|
|
319
|
+
*/
|
|
320
|
+
LicenseConfigurationArn?: string | undefined;
|
|
321
|
+
};
|
|
253
322
|
/**
|
|
254
323
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.html}
|
|
255
324
|
*/
|
|
@@ -259,11 +328,20 @@ export type Placement = {
|
|
|
259
328
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.html#cfn-workspacesinstances-workspaceinstance-placement-availabilityzone}
|
|
260
329
|
*/
|
|
261
330
|
AvailabilityZone?: string | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* @pattern ^pg-[0-9a-zA-Z]{1,63}$
|
|
333
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.html#cfn-workspacesinstances-workspaceinstance-placement-groupid}
|
|
334
|
+
*/
|
|
335
|
+
GroupId?: string | undefined;
|
|
262
336
|
/**
|
|
263
337
|
* @maxLength 255
|
|
264
338
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.html#cfn-workspacesinstances-workspaceinstance-placement-groupname}
|
|
265
339
|
*/
|
|
266
340
|
GroupName?: string | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.html#cfn-workspacesinstances-workspaceinstance-placement-partitionnumber}
|
|
343
|
+
*/
|
|
344
|
+
PartitionNumber?: number | undefined;
|
|
267
345
|
/**
|
|
268
346
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-placement.html#cfn-workspacesinstances-workspaceinstance-placement-tenancy}
|
|
269
347
|
*/
|
|
@@ -295,6 +373,29 @@ export type RunInstancesMonitoringEnabled = {
|
|
|
295
373
|
*/
|
|
296
374
|
Enabled?: boolean | undefined;
|
|
297
375
|
};
|
|
376
|
+
/**
|
|
377
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-spotmarketoptions.html}
|
|
378
|
+
*/
|
|
379
|
+
export type SpotMarketOptions = {
|
|
380
|
+
/**
|
|
381
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-spotmarketoptions.html#cfn-workspacesinstances-workspaceinstance-spotmarketoptions-instanceinterruptionbehavior}
|
|
382
|
+
*/
|
|
383
|
+
InstanceInterruptionBehavior?: "hibernate" | "stop" | undefined;
|
|
384
|
+
/**
|
|
385
|
+
* @maxLength 64
|
|
386
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-spotmarketoptions.html#cfn-workspacesinstances-workspaceinstance-spotmarketoptions-maxprice}
|
|
387
|
+
*/
|
|
388
|
+
MaxPrice?: string | undefined;
|
|
389
|
+
/**
|
|
390
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-spotmarketoptions.html#cfn-workspacesinstances-workspaceinstance-spotmarketoptions-spotinstancetype}
|
|
391
|
+
*/
|
|
392
|
+
SpotInstanceType?: "one-time" | "persistent" | undefined;
|
|
393
|
+
/**
|
|
394
|
+
* @maxLength 64
|
|
395
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-spotmarketoptions.html#cfn-workspacesinstances-workspaceinstance-spotmarketoptions-validuntilutc}
|
|
396
|
+
*/
|
|
397
|
+
ValidUntilUtc?: string | undefined;
|
|
398
|
+
};
|
|
298
399
|
/**
|
|
299
400
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-tagspecification.html}
|
|
300
401
|
*/
|