cdk-lambda-subminute 2.0.313 → 2.0.314
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +319 -17
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +654 -589
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.min.json +397 -0
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +542 -7
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.min.json +178 -0
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +436 -74
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1227 -992
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
- package/node_modules/aws-sdk/clients/glue.d.ts +83 -2
- package/node_modules/aws-sdk/clients/marketplaceagreement.d.ts +602 -0
- package/node_modules/aws-sdk/clients/marketplaceagreement.js +18 -0
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +883 -2
- package/node_modules/aws-sdk/clients/marketplacedeployment.d.ts +172 -0
- package/node_modules/aws-sdk/clients/marketplacedeployment.js +18 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +264 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +85 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +553 -10
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -43,6 +43,14 @@ declare class RedshiftServerless extends Service {
|
|
43
43
|
* Creates a namespace in Amazon Redshift Serverless.
|
44
44
|
*/
|
45
45
|
createNamespace(callback?: (err: AWSError, data: RedshiftServerless.Types.CreateNamespaceResponse) => void): Request<RedshiftServerless.Types.CreateNamespaceResponse, AWSError>;
|
46
|
+
/**
|
47
|
+
* Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the CreateSnapshot API operation.
|
48
|
+
*/
|
49
|
+
createScheduledAction(params: RedshiftServerless.Types.CreateScheduledActionRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.CreateScheduledActionResponse) => void): Request<RedshiftServerless.Types.CreateScheduledActionResponse, AWSError>;
|
50
|
+
/**
|
51
|
+
* Creates a scheduled action. A scheduled action contains a schedule and an Amazon Redshift API action. For example, you can create a schedule of when to run the CreateSnapshot API operation.
|
52
|
+
*/
|
53
|
+
createScheduledAction(callback?: (err: AWSError, data: RedshiftServerless.Types.CreateScheduledActionResponse) => void): Request<RedshiftServerless.Types.CreateScheduledActionResponse, AWSError>;
|
46
54
|
/**
|
47
55
|
* Creates a snapshot of all databases in a namespace. For more information about snapshots, see Working with snapshots and recovery points.
|
48
56
|
*/
|
@@ -51,6 +59,14 @@ declare class RedshiftServerless extends Service {
|
|
51
59
|
* Creates a snapshot of all databases in a namespace. For more information about snapshots, see Working with snapshots and recovery points.
|
52
60
|
*/
|
53
61
|
createSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.CreateSnapshotResponse) => void): Request<RedshiftServerless.Types.CreateSnapshotResponse, AWSError>;
|
62
|
+
/**
|
63
|
+
* Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.
|
64
|
+
*/
|
65
|
+
createSnapshotCopyConfiguration(params: RedshiftServerless.Types.CreateSnapshotCopyConfigurationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.CreateSnapshotCopyConfigurationResponse) => void): Request<RedshiftServerless.Types.CreateSnapshotCopyConfigurationResponse, AWSError>;
|
66
|
+
/**
|
67
|
+
* Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.
|
68
|
+
*/
|
69
|
+
createSnapshotCopyConfiguration(callback?: (err: AWSError, data: RedshiftServerless.Types.CreateSnapshotCopyConfigurationResponse) => void): Request<RedshiftServerless.Types.CreateSnapshotCopyConfigurationResponse, AWSError>;
|
54
70
|
/**
|
55
71
|
* Creates a usage limit for a specified Amazon Redshift Serverless usage type. The usage limit is identified by the returned usage limit identifier.
|
56
72
|
*/
|
@@ -99,6 +115,14 @@ declare class RedshiftServerless extends Service {
|
|
99
115
|
* Deletes the specified resource policy.
|
100
116
|
*/
|
101
117
|
deleteResourcePolicy(callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteResourcePolicyResponse) => void): Request<RedshiftServerless.Types.DeleteResourcePolicyResponse, AWSError>;
|
118
|
+
/**
|
119
|
+
* Deletes a scheduled action.
|
120
|
+
*/
|
121
|
+
deleteScheduledAction(params: RedshiftServerless.Types.DeleteScheduledActionRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteScheduledActionResponse) => void): Request<RedshiftServerless.Types.DeleteScheduledActionResponse, AWSError>;
|
122
|
+
/**
|
123
|
+
* Deletes a scheduled action.
|
124
|
+
*/
|
125
|
+
deleteScheduledAction(callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteScheduledActionResponse) => void): Request<RedshiftServerless.Types.DeleteScheduledActionResponse, AWSError>;
|
102
126
|
/**
|
103
127
|
* Deletes a snapshot from Amazon Redshift Serverless.
|
104
128
|
*/
|
@@ -107,6 +131,14 @@ declare class RedshiftServerless extends Service {
|
|
107
131
|
* Deletes a snapshot from Amazon Redshift Serverless.
|
108
132
|
*/
|
109
133
|
deleteSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteSnapshotResponse) => void): Request<RedshiftServerless.Types.DeleteSnapshotResponse, AWSError>;
|
134
|
+
/**
|
135
|
+
* Deletes a snapshot copy configuration
|
136
|
+
*/
|
137
|
+
deleteSnapshotCopyConfiguration(params: RedshiftServerless.Types.DeleteSnapshotCopyConfigurationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteSnapshotCopyConfigurationResponse) => void): Request<RedshiftServerless.Types.DeleteSnapshotCopyConfigurationResponse, AWSError>;
|
138
|
+
/**
|
139
|
+
* Deletes a snapshot copy configuration
|
140
|
+
*/
|
141
|
+
deleteSnapshotCopyConfiguration(callback?: (err: AWSError, data: RedshiftServerless.Types.DeleteSnapshotCopyConfigurationResponse) => void): Request<RedshiftServerless.Types.DeleteSnapshotCopyConfigurationResponse, AWSError>;
|
110
142
|
/**
|
111
143
|
* Deletes a usage limit from Amazon Redshift Serverless.
|
112
144
|
*/
|
@@ -171,6 +203,14 @@ declare class RedshiftServerless extends Service {
|
|
171
203
|
* Returns a resource policy.
|
172
204
|
*/
|
173
205
|
getResourcePolicy(callback?: (err: AWSError, data: RedshiftServerless.Types.GetResourcePolicyResponse) => void): Request<RedshiftServerless.Types.GetResourcePolicyResponse, AWSError>;
|
206
|
+
/**
|
207
|
+
* Returns information about a scheduled action.
|
208
|
+
*/
|
209
|
+
getScheduledAction(params: RedshiftServerless.Types.GetScheduledActionRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.GetScheduledActionResponse) => void): Request<RedshiftServerless.Types.GetScheduledActionResponse, AWSError>;
|
210
|
+
/**
|
211
|
+
* Returns information about a scheduled action.
|
212
|
+
*/
|
213
|
+
getScheduledAction(callback?: (err: AWSError, data: RedshiftServerless.Types.GetScheduledActionResponse) => void): Request<RedshiftServerless.Types.GetScheduledActionResponse, AWSError>;
|
174
214
|
/**
|
175
215
|
* Returns information about a specific snapshot.
|
176
216
|
*/
|
@@ -235,6 +275,22 @@ declare class RedshiftServerless extends Service {
|
|
235
275
|
* Returns an array of recovery points.
|
236
276
|
*/
|
237
277
|
listRecoveryPoints(callback?: (err: AWSError, data: RedshiftServerless.Types.ListRecoveryPointsResponse) => void): Request<RedshiftServerless.Types.ListRecoveryPointsResponse, AWSError>;
|
278
|
+
/**
|
279
|
+
* Returns a list of scheduled actions. You can use the flags to filter the list of returned scheduled actions.
|
280
|
+
*/
|
281
|
+
listScheduledActions(params: RedshiftServerless.Types.ListScheduledActionsRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.ListScheduledActionsResponse) => void): Request<RedshiftServerless.Types.ListScheduledActionsResponse, AWSError>;
|
282
|
+
/**
|
283
|
+
* Returns a list of scheduled actions. You can use the flags to filter the list of returned scheduled actions.
|
284
|
+
*/
|
285
|
+
listScheduledActions(callback?: (err: AWSError, data: RedshiftServerless.Types.ListScheduledActionsResponse) => void): Request<RedshiftServerless.Types.ListScheduledActionsResponse, AWSError>;
|
286
|
+
/**
|
287
|
+
* Returns a list of snapshot copy configurations.
|
288
|
+
*/
|
289
|
+
listSnapshotCopyConfigurations(params: RedshiftServerless.Types.ListSnapshotCopyConfigurationsRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.ListSnapshotCopyConfigurationsResponse) => void): Request<RedshiftServerless.Types.ListSnapshotCopyConfigurationsResponse, AWSError>;
|
290
|
+
/**
|
291
|
+
* Returns a list of snapshot copy configurations.
|
292
|
+
*/
|
293
|
+
listSnapshotCopyConfigurations(callback?: (err: AWSError, data: RedshiftServerless.Types.ListSnapshotCopyConfigurationsResponse) => void): Request<RedshiftServerless.Types.ListSnapshotCopyConfigurationsResponse, AWSError>;
|
238
294
|
/**
|
239
295
|
* Returns a list of snapshots.
|
240
296
|
*/
|
@@ -299,6 +355,14 @@ declare class RedshiftServerless extends Service {
|
|
299
355
|
* Restores a namespace from a snapshot.
|
300
356
|
*/
|
301
357
|
restoreFromSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreFromSnapshotResponse) => void): Request<RedshiftServerless.Types.RestoreFromSnapshotResponse, AWSError>;
|
358
|
+
/**
|
359
|
+
* Restores a table from a recovery point to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
|
360
|
+
*/
|
361
|
+
restoreTableFromRecoveryPoint(params: RedshiftServerless.Types.RestoreTableFromRecoveryPointRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreTableFromRecoveryPointResponse) => void): Request<RedshiftServerless.Types.RestoreTableFromRecoveryPointResponse, AWSError>;
|
362
|
+
/**
|
363
|
+
* Restores a table from a recovery point to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
|
364
|
+
*/
|
365
|
+
restoreTableFromRecoveryPoint(callback?: (err: AWSError, data: RedshiftServerless.Types.RestoreTableFromRecoveryPointResponse) => void): Request<RedshiftServerless.Types.RestoreTableFromRecoveryPointResponse, AWSError>;
|
302
366
|
/**
|
303
367
|
* Restores a table from a snapshot to your Amazon Redshift Serverless instance. You can't use this operation to restore tables with interleaved sort keys.
|
304
368
|
*/
|
@@ -347,6 +411,14 @@ declare class RedshiftServerless extends Service {
|
|
347
411
|
* Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example, you must specify both adminUsername and adminUserPassword to update either field, but you can't update both kmsKeyId and logExports in a single request.
|
348
412
|
*/
|
349
413
|
updateNamespace(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateNamespaceResponse) => void): Request<RedshiftServerless.Types.UpdateNamespaceResponse, AWSError>;
|
414
|
+
/**
|
415
|
+
* Updates a scheduled action.
|
416
|
+
*/
|
417
|
+
updateScheduledAction(params: RedshiftServerless.Types.UpdateScheduledActionRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateScheduledActionResponse) => void): Request<RedshiftServerless.Types.UpdateScheduledActionResponse, AWSError>;
|
418
|
+
/**
|
419
|
+
* Updates a scheduled action.
|
420
|
+
*/
|
421
|
+
updateScheduledAction(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateScheduledActionResponse) => void): Request<RedshiftServerless.Types.UpdateScheduledActionResponse, AWSError>;
|
350
422
|
/**
|
351
423
|
* Updates a snapshot.
|
352
424
|
*/
|
@@ -355,6 +427,14 @@ declare class RedshiftServerless extends Service {
|
|
355
427
|
* Updates a snapshot.
|
356
428
|
*/
|
357
429
|
updateSnapshot(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateSnapshotResponse) => void): Request<RedshiftServerless.Types.UpdateSnapshotResponse, AWSError>;
|
430
|
+
/**
|
431
|
+
* Updates a snapshot copy configuration.
|
432
|
+
*/
|
433
|
+
updateSnapshotCopyConfiguration(params: RedshiftServerless.Types.UpdateSnapshotCopyConfigurationRequest, callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateSnapshotCopyConfigurationResponse) => void): Request<RedshiftServerless.Types.UpdateSnapshotCopyConfigurationResponse, AWSError>;
|
434
|
+
/**
|
435
|
+
* Updates a snapshot copy configuration.
|
436
|
+
*/
|
437
|
+
updateSnapshotCopyConfiguration(callback?: (err: AWSError, data: RedshiftServerless.Types.UpdateSnapshotCopyConfigurationResponse) => void): Request<RedshiftServerless.Types.UpdateSnapshotCopyConfigurationResponse, AWSError>;
|
358
438
|
/**
|
359
439
|
* Update a usage limit in Amazon Redshift Serverless. You can't update the usage type or period of a usage limit.
|
360
440
|
*/
|
@@ -397,7 +477,7 @@ declare namespace RedshiftServerless {
|
|
397
477
|
export type Boolean = boolean;
|
398
478
|
export interface ConfigParameter {
|
399
479
|
/**
|
400
|
-
* The key of the parameter. The options are auto_mv, datestyle,
|
480
|
+
* The key of the parameter. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
|
401
481
|
*/
|
402
482
|
parameterKey?: ParameterKey;
|
403
483
|
/**
|
@@ -467,6 +547,10 @@ declare namespace RedshiftServerless {
|
|
467
547
|
* The name of the VPC endpoint. An endpoint name must contain 1-30 characters. Valid characters are A-Z, a-z, 0-9, and hyphen(-). The first character must be a letter. The name can't contain two consecutive hyphens or end with a hyphen.
|
468
548
|
*/
|
469
549
|
endpointName: String;
|
550
|
+
/**
|
551
|
+
* The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
|
552
|
+
*/
|
553
|
+
ownerAccount?: OwnerAccount;
|
470
554
|
/**
|
471
555
|
* The unique identifers of subnets from which Amazon Redshift Serverless chooses one to deploy a VPC endpoint.
|
472
556
|
*/
|
@@ -542,6 +626,71 @@ declare namespace RedshiftServerless {
|
|
542
626
|
*/
|
543
627
|
namespace?: Namespace;
|
544
628
|
}
|
629
|
+
export interface CreateScheduledActionRequest {
|
630
|
+
/**
|
631
|
+
* Indicates whether the schedule is enabled. If false, the scheduled action does not trigger. For more information about state of the scheduled action, see ScheduledAction.
|
632
|
+
*/
|
633
|
+
enabled?: Boolean;
|
634
|
+
/**
|
635
|
+
* The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.
|
636
|
+
*/
|
637
|
+
endTime?: Timestamp;
|
638
|
+
/**
|
639
|
+
* The name of the namespace for which to create a scheduled action.
|
640
|
+
*/
|
641
|
+
namespaceName: NamespaceName;
|
642
|
+
/**
|
643
|
+
* The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Cluster Management Guide
|
644
|
+
*/
|
645
|
+
roleArn: IamRoleArn;
|
646
|
+
/**
|
647
|
+
* The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
|
648
|
+
*/
|
649
|
+
schedule: Schedule;
|
650
|
+
/**
|
651
|
+
* The description of the scheduled action.
|
652
|
+
*/
|
653
|
+
scheduledActionDescription?: String;
|
654
|
+
/**
|
655
|
+
* The name of the scheduled action.
|
656
|
+
*/
|
657
|
+
scheduledActionName: ScheduledActionName;
|
658
|
+
/**
|
659
|
+
* The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.
|
660
|
+
*/
|
661
|
+
startTime?: Timestamp;
|
662
|
+
targetAction: TargetAction;
|
663
|
+
}
|
664
|
+
export interface CreateScheduledActionResponse {
|
665
|
+
/**
|
666
|
+
* The returned ScheduledAction object that describes the properties of a scheduled action.
|
667
|
+
*/
|
668
|
+
scheduledAction?: ScheduledActionResponse;
|
669
|
+
}
|
670
|
+
export interface CreateSnapshotCopyConfigurationRequest {
|
671
|
+
/**
|
672
|
+
* The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
|
673
|
+
*/
|
674
|
+
destinationKmsKeyId?: KmsKeyId;
|
675
|
+
/**
|
676
|
+
* The destination Amazon Web Services Region that you want to copy snapshots to.
|
677
|
+
*/
|
678
|
+
destinationRegion: String;
|
679
|
+
/**
|
680
|
+
* The name of the namespace to copy snapshots from.
|
681
|
+
*/
|
682
|
+
namespaceName: NamespaceName;
|
683
|
+
/**
|
684
|
+
* The retention period of the snapshots that you copy to the destination Amazon Web Services Region.
|
685
|
+
*/
|
686
|
+
snapshotRetentionPeriod?: Integer;
|
687
|
+
}
|
688
|
+
export interface CreateSnapshotCopyConfigurationResponse {
|
689
|
+
/**
|
690
|
+
* The snapshot copy configuration object that is returned.
|
691
|
+
*/
|
692
|
+
snapshotCopyConfiguration: SnapshotCopyConfiguration;
|
693
|
+
}
|
545
694
|
export interface CreateSnapshotRequest {
|
546
695
|
/**
|
547
696
|
* The namespace to create a snapshot for.
|
@@ -566,6 +715,24 @@ declare namespace RedshiftServerless {
|
|
566
715
|
*/
|
567
716
|
snapshot?: Snapshot;
|
568
717
|
}
|
718
|
+
export interface CreateSnapshotScheduleActionParameters {
|
719
|
+
/**
|
720
|
+
* The name of the namespace for which you want to configure a scheduled action to create a snapshot.
|
721
|
+
*/
|
722
|
+
namespaceName: NamespaceName;
|
723
|
+
/**
|
724
|
+
* The retention period of the snapshot created by the scheduled action.
|
725
|
+
*/
|
726
|
+
retentionPeriod?: Integer;
|
727
|
+
/**
|
728
|
+
* A string prefix that is attached to the name of the snapshot created by the scheduled action. The final name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.
|
729
|
+
*/
|
730
|
+
snapshotNamePrefix: SnapshotNamePrefix;
|
731
|
+
/**
|
732
|
+
* An array of Tag objects to associate with the snapshot.
|
733
|
+
*/
|
734
|
+
tags?: TagList;
|
735
|
+
}
|
569
736
|
export interface CreateUsageLimitRequest {
|
570
737
|
/**
|
571
738
|
* The limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.
|
@@ -600,7 +767,7 @@ declare namespace RedshiftServerless {
|
|
600
767
|
*/
|
601
768
|
baseCapacity?: Integer;
|
602
769
|
/**
|
603
|
-
* An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle,
|
770
|
+
* An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
|
604
771
|
*/
|
605
772
|
configParameters?: ConfigParameterList;
|
606
773
|
/**
|
@@ -703,6 +870,30 @@ declare namespace RedshiftServerless {
|
|
703
870
|
}
|
704
871
|
export interface DeleteResourcePolicyResponse {
|
705
872
|
}
|
873
|
+
export interface DeleteScheduledActionRequest {
|
874
|
+
/**
|
875
|
+
* The name of the scheduled action to delete.
|
876
|
+
*/
|
877
|
+
scheduledActionName: ScheduledActionName;
|
878
|
+
}
|
879
|
+
export interface DeleteScheduledActionResponse {
|
880
|
+
/**
|
881
|
+
* The deleted scheduled action object.
|
882
|
+
*/
|
883
|
+
scheduledAction?: ScheduledActionResponse;
|
884
|
+
}
|
885
|
+
export interface DeleteSnapshotCopyConfigurationRequest {
|
886
|
+
/**
|
887
|
+
* The ID of the snapshot copy configuration to delete.
|
888
|
+
*/
|
889
|
+
snapshotCopyConfigurationId: String;
|
890
|
+
}
|
891
|
+
export interface DeleteSnapshotCopyConfigurationResponse {
|
892
|
+
/**
|
893
|
+
* The deleted snapshot copy configuration object.
|
894
|
+
*/
|
895
|
+
snapshotCopyConfiguration: SnapshotCopyConfiguration;
|
896
|
+
}
|
706
897
|
export interface DeleteSnapshotRequest {
|
707
898
|
/**
|
708
899
|
* The name of the snapshot to be deleted.
|
@@ -909,6 +1100,18 @@ declare namespace RedshiftServerless {
|
|
909
1100
|
*/
|
910
1101
|
resourcePolicy?: ResourcePolicy;
|
911
1102
|
}
|
1103
|
+
export interface GetScheduledActionRequest {
|
1104
|
+
/**
|
1105
|
+
* The name of the scheduled action.
|
1106
|
+
*/
|
1107
|
+
scheduledActionName: ScheduledActionName;
|
1108
|
+
}
|
1109
|
+
export interface GetScheduledActionResponse {
|
1110
|
+
/**
|
1111
|
+
* The returned scheduled action object.
|
1112
|
+
*/
|
1113
|
+
scheduledAction?: ScheduledActionResponse;
|
1114
|
+
}
|
912
1115
|
export interface GetSnapshotRequest {
|
913
1116
|
/**
|
914
1117
|
* The owner Amazon Web Services account of a snapshot shared with another user.
|
@@ -1007,6 +1210,10 @@ declare namespace RedshiftServerless {
|
|
1007
1210
|
* If your initial ListEndpointAccess operation returns a nextToken, you can include the returned nextToken in following ListEndpointAccess operations, which returns results in the next page.
|
1008
1211
|
*/
|
1009
1212
|
nextToken?: String;
|
1213
|
+
/**
|
1214
|
+
* The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
|
1215
|
+
*/
|
1216
|
+
ownerAccount?: OwnerAccount;
|
1010
1217
|
/**
|
1011
1218
|
* The unique identifier of the virtual private cloud with access to Amazon Redshift Serverless.
|
1012
1219
|
*/
|
@@ -1085,6 +1292,56 @@ declare namespace RedshiftServerless {
|
|
1085
1292
|
*/
|
1086
1293
|
recoveryPoints?: RecoveryPointList;
|
1087
1294
|
}
|
1295
|
+
export interface ListScheduledActionsRequest {
|
1296
|
+
/**
|
1297
|
+
* An optional parameter that specifies the maximum number of results to return. Use nextToken to display the next page of results.
|
1298
|
+
*/
|
1299
|
+
maxResults?: ListScheduledActionsRequestMaxResultsInteger;
|
1300
|
+
/**
|
1301
|
+
* The name of namespace associated with the scheduled action to retrieve.
|
1302
|
+
*/
|
1303
|
+
namespaceName?: NamespaceName;
|
1304
|
+
/**
|
1305
|
+
* If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
1306
|
+
*/
|
1307
|
+
nextToken?: PaginationToken;
|
1308
|
+
}
|
1309
|
+
export type ListScheduledActionsRequestMaxResultsInteger = number;
|
1310
|
+
export interface ListScheduledActionsResponse {
|
1311
|
+
/**
|
1312
|
+
* If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
1313
|
+
*/
|
1314
|
+
nextToken?: PaginationToken;
|
1315
|
+
/**
|
1316
|
+
* All of the returned scheduled action objects.
|
1317
|
+
*/
|
1318
|
+
scheduledActions?: ScheduledActionsList;
|
1319
|
+
}
|
1320
|
+
export interface ListSnapshotCopyConfigurationsRequest {
|
1321
|
+
/**
|
1322
|
+
* An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
|
1323
|
+
*/
|
1324
|
+
maxResults?: ListSnapshotCopyConfigurationsRequestMaxResultsInteger;
|
1325
|
+
/**
|
1326
|
+
* The namespace from which to list all snapshot copy configurations.
|
1327
|
+
*/
|
1328
|
+
namespaceName?: NamespaceName;
|
1329
|
+
/**
|
1330
|
+
* If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
1331
|
+
*/
|
1332
|
+
nextToken?: PaginationToken;
|
1333
|
+
}
|
1334
|
+
export type ListSnapshotCopyConfigurationsRequestMaxResultsInteger = number;
|
1335
|
+
export interface ListSnapshotCopyConfigurationsResponse {
|
1336
|
+
/**
|
1337
|
+
* If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
|
1338
|
+
*/
|
1339
|
+
nextToken?: PaginationToken;
|
1340
|
+
/**
|
1341
|
+
* All of the returned snapshot copy configurations.
|
1342
|
+
*/
|
1343
|
+
snapshotCopyConfigurations: SnapshotCopyConfigurations;
|
1344
|
+
}
|
1088
1345
|
export interface ListSnapshotsRequest {
|
1089
1346
|
/**
|
1090
1347
|
* The timestamp showing when the snapshot creation finished.
|
@@ -1205,6 +1462,10 @@ declare namespace RedshiftServerless {
|
|
1205
1462
|
* If your initial ListWorkgroups operation returns a nextToken, you can include the returned nextToken in following ListNamespaces operations, which returns results in the next page.
|
1206
1463
|
*/
|
1207
1464
|
nextToken?: String;
|
1465
|
+
/**
|
1466
|
+
* The owner Amazon Web Services account for the Amazon Redshift Serverless workgroup.
|
1467
|
+
*/
|
1468
|
+
ownerAccount?: OwnerAccount;
|
1208
1469
|
}
|
1209
1470
|
export type ListWorkgroupsRequestMaxResultsInteger = number;
|
1210
1471
|
export interface ListWorkgroupsResponse {
|
@@ -1296,6 +1557,8 @@ declare namespace RedshiftServerless {
|
|
1296
1557
|
subnetId?: String;
|
1297
1558
|
}
|
1298
1559
|
export type NetworkInterfaceList = NetworkInterface[];
|
1560
|
+
export type NextInvocationsList = Timestamp[];
|
1561
|
+
export type OwnerAccount = string;
|
1299
1562
|
export type PaginationToken = string;
|
1300
1563
|
export type ParameterKey = string;
|
1301
1564
|
export type ParameterValue = string;
|
@@ -1418,6 +1681,51 @@ declare namespace RedshiftServerless {
|
|
1418
1681
|
*/
|
1419
1682
|
snapshotName?: String;
|
1420
1683
|
}
|
1684
|
+
export interface RestoreTableFromRecoveryPointRequest {
|
1685
|
+
/**
|
1686
|
+
* Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.
|
1687
|
+
*/
|
1688
|
+
activateCaseSensitiveIdentifier?: Boolean;
|
1689
|
+
/**
|
1690
|
+
* Namespace of the recovery point to restore from.
|
1691
|
+
*/
|
1692
|
+
namespaceName: String;
|
1693
|
+
/**
|
1694
|
+
* The name of the table to create from the restore operation.
|
1695
|
+
*/
|
1696
|
+
newTableName: String;
|
1697
|
+
/**
|
1698
|
+
* The ID of the recovery point to restore the table from.
|
1699
|
+
*/
|
1700
|
+
recoveryPointId: String;
|
1701
|
+
/**
|
1702
|
+
* The name of the source database that contains the table being restored.
|
1703
|
+
*/
|
1704
|
+
sourceDatabaseName: String;
|
1705
|
+
/**
|
1706
|
+
* The name of the source schema that contains the table being restored.
|
1707
|
+
*/
|
1708
|
+
sourceSchemaName?: String;
|
1709
|
+
/**
|
1710
|
+
* The name of the source table being restored.
|
1711
|
+
*/
|
1712
|
+
sourceTableName: String;
|
1713
|
+
/**
|
1714
|
+
* The name of the database to restore the table to.
|
1715
|
+
*/
|
1716
|
+
targetDatabaseName?: String;
|
1717
|
+
/**
|
1718
|
+
* The name of the schema to restore the table to.
|
1719
|
+
*/
|
1720
|
+
targetSchemaName?: String;
|
1721
|
+
/**
|
1722
|
+
* The workgroup to restore the table to.
|
1723
|
+
*/
|
1724
|
+
workgroupName: String;
|
1725
|
+
}
|
1726
|
+
export interface RestoreTableFromRecoveryPointResponse {
|
1727
|
+
tableRestoreStatus?: TableRestoreStatus;
|
1728
|
+
}
|
1421
1729
|
export interface RestoreTableFromSnapshotRequest {
|
1422
1730
|
/**
|
1423
1731
|
* Indicates whether name identifiers for database, schema, and table are case sensitive. If true, the names are case sensitive. If false, the names are not case sensitive. The default is false.
|
@@ -1466,6 +1774,61 @@ declare namespace RedshiftServerless {
|
|
1466
1774
|
*/
|
1467
1775
|
tableRestoreStatus?: TableRestoreStatus;
|
1468
1776
|
}
|
1777
|
+
export interface Schedule {
|
1778
|
+
/**
|
1779
|
+
* The timestamp of when Amazon Redshift Serverless should run the scheduled action. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)".
|
1780
|
+
*/
|
1781
|
+
at?: Timestamp;
|
1782
|
+
/**
|
1783
|
+
* The cron expression to use to schedule a recurring scheduled action. Schedule invocations must be separated by at least one hour. Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
|
1784
|
+
*/
|
1785
|
+
cron?: String;
|
1786
|
+
}
|
1787
|
+
export type ScheduledActionName = string;
|
1788
|
+
export interface ScheduledActionResponse {
|
1789
|
+
/**
|
1790
|
+
* The end time of
|
1791
|
+
*/
|
1792
|
+
endTime?: Timestamp;
|
1793
|
+
/**
|
1794
|
+
* The end time in UTC when the schedule is no longer active. After this time, the scheduled action does not trigger.
|
1795
|
+
*/
|
1796
|
+
namespaceName?: NamespaceName;
|
1797
|
+
/**
|
1798
|
+
* An array of timestamps of when the next scheduled actions will trigger.
|
1799
|
+
*/
|
1800
|
+
nextInvocations?: NextInvocationsList;
|
1801
|
+
/**
|
1802
|
+
* The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots. (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Cluster Management Guide
|
1803
|
+
*/
|
1804
|
+
roleArn?: IamRoleArn;
|
1805
|
+
/**
|
1806
|
+
* The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
|
1807
|
+
*/
|
1808
|
+
schedule?: Schedule;
|
1809
|
+
/**
|
1810
|
+
* The description of the scheduled action.
|
1811
|
+
*/
|
1812
|
+
scheduledActionDescription?: String;
|
1813
|
+
/**
|
1814
|
+
* The name of the scheduled action.
|
1815
|
+
*/
|
1816
|
+
scheduledActionName?: ScheduledActionName;
|
1817
|
+
/**
|
1818
|
+
* The uuid of the scheduled action.
|
1819
|
+
*/
|
1820
|
+
scheduledActionUuid?: String;
|
1821
|
+
/**
|
1822
|
+
* The start time in UTC when the schedule is active. Before this time, the scheduled action does not trigger.
|
1823
|
+
*/
|
1824
|
+
startTime?: Timestamp;
|
1825
|
+
/**
|
1826
|
+
* The state of the scheduled action.
|
1827
|
+
*/
|
1828
|
+
state?: State;
|
1829
|
+
targetAction?: TargetAction;
|
1830
|
+
}
|
1831
|
+
export type ScheduledActionsList = ScheduledActionName[];
|
1469
1832
|
export type SecurityGroupId = string;
|
1470
1833
|
export type SecurityGroupIdList = SecurityGroupId[];
|
1471
1834
|
export interface Snapshot {
|
@@ -1558,15 +1921,44 @@ declare namespace RedshiftServerless {
|
|
1558
1921
|
*/
|
1559
1922
|
totalBackupSizeInMegaBytes?: Double;
|
1560
1923
|
}
|
1924
|
+
export interface SnapshotCopyConfiguration {
|
1925
|
+
/**
|
1926
|
+
* The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
|
1927
|
+
*/
|
1928
|
+
destinationKmsKeyId?: KmsKeyId;
|
1929
|
+
/**
|
1930
|
+
* The destination Amazon Web Services Region to copy snapshots to.
|
1931
|
+
*/
|
1932
|
+
destinationRegion?: String;
|
1933
|
+
/**
|
1934
|
+
* The name of the namespace to copy snapshots from in the source Amazon Web Services Region.
|
1935
|
+
*/
|
1936
|
+
namespaceName?: NamespaceName;
|
1937
|
+
/**
|
1938
|
+
* The ARN of the snapshot copy configuration object.
|
1939
|
+
*/
|
1940
|
+
snapshotCopyConfigurationArn?: String;
|
1941
|
+
/**
|
1942
|
+
* The ID of the snapshot copy configuration object.
|
1943
|
+
*/
|
1944
|
+
snapshotCopyConfigurationId?: String;
|
1945
|
+
/**
|
1946
|
+
* The retention period of snapshots that are copied to the destination Amazon Web Services Region.
|
1947
|
+
*/
|
1948
|
+
snapshotRetentionPeriod?: Integer;
|
1949
|
+
}
|
1950
|
+
export type SnapshotCopyConfigurations = SnapshotCopyConfiguration[];
|
1561
1951
|
export type SnapshotList = Snapshot[];
|
1952
|
+
export type SnapshotNamePrefix = string;
|
1562
1953
|
export type SnapshotStatus = "AVAILABLE"|"CREATING"|"DELETED"|"CANCELLED"|"FAILED"|"COPYING"|string;
|
1954
|
+
export type State = "ACTIVE"|"DISABLED"|string;
|
1563
1955
|
export type String = string;
|
1564
1956
|
export type SubnetId = string;
|
1565
1957
|
export type SubnetIdList = SubnetId[];
|
1566
1958
|
export type SyntheticTimestamp_date_time = Date;
|
1567
1959
|
export interface TableRestoreStatus {
|
1568
1960
|
/**
|
1569
|
-
* A
|
1961
|
+
* A message that explains the returned status. For example, if the status of the operation is FAILED, the message explains why the operation failed.
|
1570
1962
|
*/
|
1571
1963
|
message?: String;
|
1572
1964
|
/**
|
@@ -1581,6 +1973,10 @@ declare namespace RedshiftServerless {
|
|
1581
1973
|
* The amount of data restored to the new table so far, in megabytes (MB).
|
1582
1974
|
*/
|
1583
1975
|
progressInMegaBytes?: Long;
|
1976
|
+
/**
|
1977
|
+
* The ID of the recovery point being restored from.
|
1978
|
+
*/
|
1979
|
+
recoveryPointId?: String;
|
1584
1980
|
/**
|
1585
1981
|
* The time that the table restore request was made, in Universal Coordinated Time (UTC).
|
1586
1982
|
*/
|
@@ -1602,7 +1998,7 @@ declare namespace RedshiftServerless {
|
|
1602
1998
|
*/
|
1603
1999
|
sourceTableName?: String;
|
1604
2000
|
/**
|
1605
|
-
* A value that describes the current state of the table restore request. Possible values
|
2001
|
+
* A value that describes the current state of the table restore request. Possible values are SUCCEEDED, FAILED, CANCELED, PENDING, and IN_PROGRESS.
|
1606
2002
|
*/
|
1607
2003
|
status?: String;
|
1608
2004
|
/**
|
@@ -1653,6 +2049,9 @@ declare namespace RedshiftServerless {
|
|
1653
2049
|
export interface TagResourceResponse {
|
1654
2050
|
}
|
1655
2051
|
export type TagValue = string;
|
2052
|
+
export interface TargetAction {
|
2053
|
+
createSnapshot?: CreateSnapshotScheduleActionParameters;
|
2054
|
+
}
|
1656
2055
|
export type Timestamp = Date;
|
1657
2056
|
export interface UntagResourceRequest {
|
1658
2057
|
/**
|
@@ -1758,6 +2157,59 @@ declare namespace RedshiftServerless {
|
|
1758
2157
|
*/
|
1759
2158
|
namespace: Namespace;
|
1760
2159
|
}
|
2160
|
+
export interface UpdateScheduledActionRequest {
|
2161
|
+
/**
|
2162
|
+
* Specifies whether to enable the scheduled action.
|
2163
|
+
*/
|
2164
|
+
enabled?: Boolean;
|
2165
|
+
/**
|
2166
|
+
* The end time in UTC of the scheduled action to update.
|
2167
|
+
*/
|
2168
|
+
endTime?: Timestamp;
|
2169
|
+
/**
|
2170
|
+
* The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Cluster Management Guide
|
2171
|
+
*/
|
2172
|
+
roleArn?: IamRoleArn;
|
2173
|
+
/**
|
2174
|
+
* The schedule for a one-time (at format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Format of at expressions is "at(yyyy-mm-ddThh:mm:ss)". For example, "at(2016-03-04T17:27:00)". Format of cron expressions is "cron(Minutes Hours Day-of-month Month Day-of-week Year)". For example, "cron(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.
|
2175
|
+
*/
|
2176
|
+
schedule?: Schedule;
|
2177
|
+
/**
|
2178
|
+
* The descripion of the scheduled action to update to.
|
2179
|
+
*/
|
2180
|
+
scheduledActionDescription?: String;
|
2181
|
+
/**
|
2182
|
+
* The name of the scheduled action to update to.
|
2183
|
+
*/
|
2184
|
+
scheduledActionName: ScheduledActionName;
|
2185
|
+
/**
|
2186
|
+
* The start time in UTC of the scheduled action to update to.
|
2187
|
+
*/
|
2188
|
+
startTime?: Timestamp;
|
2189
|
+
targetAction?: TargetAction;
|
2190
|
+
}
|
2191
|
+
export interface UpdateScheduledActionResponse {
|
2192
|
+
/**
|
2193
|
+
* The ScheduledAction object that was updated.
|
2194
|
+
*/
|
2195
|
+
scheduledAction?: ScheduledActionResponse;
|
2196
|
+
}
|
2197
|
+
export interface UpdateSnapshotCopyConfigurationRequest {
|
2198
|
+
/**
|
2199
|
+
* The ID of the snapshot copy configuration to update.
|
2200
|
+
*/
|
2201
|
+
snapshotCopyConfigurationId: String;
|
2202
|
+
/**
|
2203
|
+
* The new retention period of how long to keep a snapshot in the destination Amazon Web Services Region.
|
2204
|
+
*/
|
2205
|
+
snapshotRetentionPeriod?: Integer;
|
2206
|
+
}
|
2207
|
+
export interface UpdateSnapshotCopyConfigurationResponse {
|
2208
|
+
/**
|
2209
|
+
* The updated snapshot copy configuration object.
|
2210
|
+
*/
|
2211
|
+
snapshotCopyConfiguration: SnapshotCopyConfiguration;
|
2212
|
+
}
|
1761
2213
|
export interface UpdateSnapshotRequest {
|
1762
2214
|
/**
|
1763
2215
|
* The new retention period of the snapshot.
|
@@ -1800,7 +2252,7 @@ declare namespace RedshiftServerless {
|
|
1800
2252
|
*/
|
1801
2253
|
baseCapacity?: Integer;
|
1802
2254
|
/**
|
1803
|
-
* An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle,
|
2255
|
+
* An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
|
1804
2256
|
*/
|
1805
2257
|
configParameters?: ConfigParameterList;
|
1806
2258
|
/**
|
@@ -1887,6 +2339,7 @@ declare namespace RedshiftServerless {
|
|
1887
2339
|
vpcId?: String;
|
1888
2340
|
}
|
1889
2341
|
export type VpcEndpointList = VpcEndpoint[];
|
2342
|
+
export type VpcIds = String[];
|
1890
2343
|
export type VpcSecurityGroupId = string;
|
1891
2344
|
export type VpcSecurityGroupIdList = VpcSecurityGroupId[];
|
1892
2345
|
export interface VpcSecurityGroupMembership {
|
@@ -1906,13 +2359,17 @@ declare namespace RedshiftServerless {
|
|
1906
2359
|
*/
|
1907
2360
|
baseCapacity?: Integer;
|
1908
2361
|
/**
|
1909
|
-
* An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle,
|
2362
|
+
* An array of parameters to set for advanced control over a database. The options are auto_mv, datestyle, enable_case_sensitive_identifier, enable_user_activity_logging, query_group, search_path, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see Query monitoring metrics for Amazon Redshift Serverless.
|
1910
2363
|
*/
|
1911
2364
|
configParameters?: ConfigParameterList;
|
1912
2365
|
/**
|
1913
2366
|
* The creation date of the workgroup.
|
1914
2367
|
*/
|
1915
2368
|
creationDate?: SyntheticTimestamp_date_time;
|
2369
|
+
/**
|
2370
|
+
* A list of VPCs. Each entry is the unique identifier of a virtual private cloud with access to Amazon Redshift Serverless. If all of the VPCs for the grantee are allowed, it shows an asterisk.
|
2371
|
+
*/
|
2372
|
+
crossAccountVpcs?: VpcIds;
|
1916
2373
|
/**
|
1917
2374
|
* The custom domain name’s certificate Amazon resource name (ARN).
|
1918
2375
|
*/
|