@pulumi/aws 5.5.0 → 5.7.0-alpha.1653989347
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/autoscaling/getAmiIds.d.ts +8 -0
- package/autoscaling/getAmiIds.js +1 -0
- package/autoscaling/getAmiIds.js.map +1 -1
- package/autoscaling/group.d.ts +49 -0
- package/autoscaling/group.js +39 -0
- package/autoscaling/group.js.map +1 -1
- package/autoscaling/policy.d.ts +12 -0
- package/autoscaling/policy.js +2 -0
- package/autoscaling/policy.js.map +1 -1
- package/cloudfront/getResponseHeadersPolicy.d.ts +4 -0
- package/cloudfront/getResponseHeadersPolicy.js.map +1 -1
- package/cloudfront/responseHeadersPolicy.d.ts +33 -0
- package/cloudfront/responseHeadersPolicy.js +23 -0
- package/cloudfront/responseHeadersPolicy.js.map +1 -1
- package/cloudsearch/domain.d.ts +1 -0
- package/cloudsearch/domain.js +1 -0
- package/cloudsearch/domain.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +44 -0
- package/cloudwatch/metricStream.js +34 -0
- package/cloudwatch/metricStream.js.map +1 -1
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/connect/instance.d.ts +1 -1
- package/connect/instance.js +1 -1
- package/datasync/locationHdfs.d.ts +4 -4
- package/datasync/locationHdfs.js +1 -1
- package/ec2/ami.d.ts +15 -3
- package/ec2/ami.js +2 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/amiCopy.d.ts +11 -3
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +8 -0
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/fleet.d.ts +8 -0
- package/ec2/fleet.js +2 -0
- package/ec2/fleet.js.map +1 -1
- package/ec2/getAmi.d.ts +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ecr/registryScanningConfiguration.d.ts +1 -1
- package/ecr/registryScanningConfiguration.js +1 -1
- package/efs/index.d.ts +1 -0
- package/efs/index.js +5 -0
- package/efs/index.js.map +1 -1
- package/efs/replicationConfiguration.d.ts +143 -0
- package/efs/replicationConfiguration.js +111 -0
- package/efs/replicationConfiguration.js.map +1 -0
- package/elasticache/globalReplicationGroup.d.ts +51 -31
- package/elasticache/globalReplicationGroup.js +4 -31
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +1 -1
- package/getAmi.d.ts +4 -0
- package/getAmi.js.map +1 -1
- package/getAutoscalingGroups.d.ts +8 -0
- package/getAutoscalingGroups.js +1 -0
- package/getAutoscalingGroups.js.map +1 -1
- package/keyspaces/index.d.ts +1 -0
- package/keyspaces/index.js +5 -0
- package/keyspaces/index.js.map +1 -1
- package/keyspaces/keyspace.d.ts +3 -3
- package/keyspaces/keyspace.js +1 -1
- package/keyspaces/table.d.ts +223 -0
- package/keyspaces/table.js +114 -0
- package/keyspaces/table.js.map +1 -0
- package/lb/getHostedZoneId.d.ts +64 -0
- package/lb/getHostedZoneId.js +46 -0
- package/lb/getHostedZoneId.js.map +1 -0
- package/lb/index.d.ts +1 -0
- package/lb/index.js +1 -0
- package/lb/index.js.map +1 -1
- package/location/getPlaceIndex.d.ts +88 -0
- package/location/getPlaceIndex.js +37 -0
- package/location/getPlaceIndex.js.map +1 -0
- package/location/index.d.ts +2 -0
- package/location/index.js +6 -0
- package/location/index.js.map +1 -1
- package/location/placeIndex.d.ts +150 -0
- package/location/placeIndex.js +94 -0
- package/location/placeIndex.js.map +1 -0
- package/msk/cluster.d.ts +35 -1
- package/msk/cluster.js +35 -1
- package/msk/cluster.js.map +1 -1
- package/networkmanager/getCoreNetworkPolicyDocument.d.ts +146 -0
- package/networkmanager/getCoreNetworkPolicyDocument.js +106 -0
- package/networkmanager/getCoreNetworkPolicyDocument.js.map +1 -0
- package/networkmanager/index.d.ts +1 -0
- package/networkmanager/index.js +1 -0
- package/networkmanager/index.js.map +1 -1
- package/organizations/account.d.ts +20 -9
- package/organizations/account.js +4 -0
- package/organizations/account.js.map +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/provider.js +1 -1
- package/provider.js.map +1 -1
- package/rds/cluster.d.ts +30 -0
- package/rds/cluster.js +30 -0
- package/rds/cluster.js.map +1 -1
- package/rds/index.d.ts +1 -0
- package/rds/index.js +5 -0
- package/rds/index.js.map +1 -1
- package/rds/snapshotCopy.d.ts +299 -0
- package/rds/snapshotCopy.js +138 -0
- package/rds/snapshotCopy.js.map +1 -0
- package/redshift/authenticationProfile.d.ts +87 -0
- package/redshift/authenticationProfile.js +84 -0
- package/redshift/authenticationProfile.js.map +1 -0
- package/redshift/cluster.d.ts +69 -9
- package/redshift/cluster.js +10 -0
- package/redshift/cluster.js.map +1 -1
- package/redshift/endpointAccess.d.ts +145 -0
- package/redshift/endpointAccess.js +96 -0
- package/redshift/endpointAccess.js.map +1 -0
- package/redshift/eventSubscription.d.ts +15 -15
- package/redshift/getCluster.d.ts +33 -0
- package/redshift/getCluster.js.map +1 -1
- package/redshift/getSubnetGroup.d.ts +75 -0
- package/redshift/getSubnetGroup.js +37 -0
- package/redshift/getSubnetGroup.js.map +1 -0
- package/redshift/hsmClientCertificate.d.ts +122 -0
- package/redshift/hsmClientCertificate.js +82 -0
- package/redshift/hsmClientCertificate.js.map +1 -0
- package/redshift/index.d.ts +5 -0
- package/redshift/index.js +21 -0
- package/redshift/index.js.map +1 -1
- package/redshift/usageLimit.d.ts +177 -0
- package/redshift/usageLimit.js +102 -0
- package/redshift/usageLimit.js.map +1 -0
- package/route53/getResolverRules.d.ts +27 -2
- package/route53/getResolverRules.js +15 -2
- package/route53/getResolverRules.js.map +1 -1
- package/s3/bucketObjectv2.js +2 -0
- package/s3/bucketObjectv2.js.map +1 -1
- package/s3/bucketV2.d.ts +1 -1
- package/s3/bucketV2.js +1 -1
- package/s3/bucketWebsiteConfigurationV2.d.ts +42 -1
- package/s3/bucketWebsiteConfigurationV2.js +28 -0
- package/s3/bucketWebsiteConfigurationV2.js.map +1 -1
- package/secretsmanager/getSecretVersion.d.ts +1 -1
- package/transfer/server.d.ts +3 -3
- package/types/input.d.ts +1112 -247
- package/types/output.d.ts +768 -27
package/redshift/cluster.d.ts
CHANGED
|
@@ -44,9 +44,17 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
44
44
|
*/
|
|
45
45
|
static isInstance(obj: any): obj is Cluster;
|
|
46
46
|
/**
|
|
47
|
-
* If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is true
|
|
47
|
+
* If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is `true`.
|
|
48
48
|
*/
|
|
49
49
|
readonly allowVersionUpgrade: pulumi.Output<boolean | undefined>;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.
|
|
52
|
+
*/
|
|
53
|
+
readonly applyImmediately: pulumi.Output<boolean | undefined>;
|
|
54
|
+
/**
|
|
55
|
+
* The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values are `enabled`, `disabled`, and `auto`. Requires Cluster reboot.
|
|
56
|
+
*/
|
|
57
|
+
readonly aquaConfigurationStatus: pulumi.Output<string>;
|
|
50
58
|
/**
|
|
51
59
|
* Amazon Resource Name (ARN) of cluster
|
|
52
60
|
*/
|
|
@@ -105,6 +113,10 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
105
113
|
* If you do not provide a name, Amazon Redshift will create a default database called `dev`.
|
|
106
114
|
*/
|
|
107
115
|
readonly databaseName: pulumi.Output<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.
|
|
118
|
+
*/
|
|
119
|
+
readonly defaultIamRoleArn: pulumi.Output<string | undefined>;
|
|
108
120
|
/**
|
|
109
121
|
* The DNS name of the cluster
|
|
110
122
|
*/
|
|
@@ -141,6 +153,14 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
141
153
|
* Logging, documented below.
|
|
142
154
|
*/
|
|
143
155
|
readonly logging: pulumi.Output<outputs.redshift.ClusterLogging | undefined>;
|
|
156
|
+
/**
|
|
157
|
+
* The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks. Default value is `current`.
|
|
158
|
+
*/
|
|
159
|
+
readonly maintenanceTrackName: pulumi.Output<string | undefined>;
|
|
160
|
+
/**
|
|
161
|
+
* The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots. Valid values are between `-1` and `3653`. Default value is `-1`.
|
|
162
|
+
*/
|
|
163
|
+
readonly manualSnapshotRetentionPeriod: pulumi.Output<number | undefined>;
|
|
144
164
|
/**
|
|
145
165
|
* Password for the master DB user.
|
|
146
166
|
* Note that this may show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and
|
|
@@ -164,10 +184,10 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
164
184
|
*/
|
|
165
185
|
readonly ownerAccount: pulumi.Output<string | undefined>;
|
|
166
186
|
/**
|
|
167
|
-
* The port number on which the cluster accepts incoming connections.
|
|
187
|
+
* The port number on which the cluster accepts incoming connections. Valid values are between `1115` and `65535`.
|
|
168
188
|
* The cluster is accessible only via the JDBC and ODBC connection strings.
|
|
169
189
|
* Part of the connection string requires the port on which the cluster will listen for incoming connections.
|
|
170
|
-
* Default port is 5439
|
|
190
|
+
* Default port is `5439`.
|
|
171
191
|
*/
|
|
172
192
|
readonly port: pulumi.Output<number | undefined>;
|
|
173
193
|
/**
|
|
@@ -225,9 +245,17 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
225
245
|
*/
|
|
226
246
|
export interface ClusterState {
|
|
227
247
|
/**
|
|
228
|
-
* If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is true
|
|
248
|
+
* If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is `true`.
|
|
229
249
|
*/
|
|
230
250
|
allowVersionUpgrade?: pulumi.Input<boolean>;
|
|
251
|
+
/**
|
|
252
|
+
* Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.
|
|
253
|
+
*/
|
|
254
|
+
applyImmediately?: pulumi.Input<boolean>;
|
|
255
|
+
/**
|
|
256
|
+
* The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values are `enabled`, `disabled`, and `auto`. Requires Cluster reboot.
|
|
257
|
+
*/
|
|
258
|
+
aquaConfigurationStatus?: pulumi.Input<string>;
|
|
231
259
|
/**
|
|
232
260
|
* Amazon Resource Name (ARN) of cluster
|
|
233
261
|
*/
|
|
@@ -286,6 +314,10 @@ export interface ClusterState {
|
|
|
286
314
|
* If you do not provide a name, Amazon Redshift will create a default database called `dev`.
|
|
287
315
|
*/
|
|
288
316
|
databaseName?: pulumi.Input<string>;
|
|
317
|
+
/**
|
|
318
|
+
* The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.
|
|
319
|
+
*/
|
|
320
|
+
defaultIamRoleArn?: pulumi.Input<string>;
|
|
289
321
|
/**
|
|
290
322
|
* The DNS name of the cluster
|
|
291
323
|
*/
|
|
@@ -322,6 +354,14 @@ export interface ClusterState {
|
|
|
322
354
|
* Logging, documented below.
|
|
323
355
|
*/
|
|
324
356
|
logging?: pulumi.Input<inputs.redshift.ClusterLogging>;
|
|
357
|
+
/**
|
|
358
|
+
* The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks. Default value is `current`.
|
|
359
|
+
*/
|
|
360
|
+
maintenanceTrackName?: pulumi.Input<string>;
|
|
361
|
+
/**
|
|
362
|
+
* The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots. Valid values are between `-1` and `3653`. Default value is `-1`.
|
|
363
|
+
*/
|
|
364
|
+
manualSnapshotRetentionPeriod?: pulumi.Input<number>;
|
|
325
365
|
/**
|
|
326
366
|
* Password for the master DB user.
|
|
327
367
|
* Note that this may show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and
|
|
@@ -345,10 +385,10 @@ export interface ClusterState {
|
|
|
345
385
|
*/
|
|
346
386
|
ownerAccount?: pulumi.Input<string>;
|
|
347
387
|
/**
|
|
348
|
-
* The port number on which the cluster accepts incoming connections.
|
|
388
|
+
* The port number on which the cluster accepts incoming connections. Valid values are between `1115` and `65535`.
|
|
349
389
|
* The cluster is accessible only via the JDBC and ODBC connection strings.
|
|
350
390
|
* Part of the connection string requires the port on which the cluster will listen for incoming connections.
|
|
351
|
-
* Default port is 5439
|
|
391
|
+
* Default port is `5439`.
|
|
352
392
|
*/
|
|
353
393
|
port?: pulumi.Input<number>;
|
|
354
394
|
/**
|
|
@@ -398,9 +438,17 @@ export interface ClusterState {
|
|
|
398
438
|
*/
|
|
399
439
|
export interface ClusterArgs {
|
|
400
440
|
/**
|
|
401
|
-
* If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is true
|
|
441
|
+
* If true , major version upgrades can be applied during the maintenance window to the Amazon Redshift engine that is running on the cluster. Default is `true`.
|
|
402
442
|
*/
|
|
403
443
|
allowVersionUpgrade?: pulumi.Input<boolean>;
|
|
444
|
+
/**
|
|
445
|
+
* Specifies whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.
|
|
446
|
+
*/
|
|
447
|
+
applyImmediately?: pulumi.Input<boolean>;
|
|
448
|
+
/**
|
|
449
|
+
* The value represents how the cluster is configured to use AQUA (Advanced Query Accelerator) after the cluster is restored. Possible values are `enabled`, `disabled`, and `auto`. Requires Cluster reboot.
|
|
450
|
+
*/
|
|
451
|
+
aquaConfigurationStatus?: pulumi.Input<string>;
|
|
404
452
|
/**
|
|
405
453
|
* The number of days that automated snapshots are retained. If the value is 0, automated snapshots are disabled. Even if automated snapshots are disabled, you can still create manual snapshots when you want with create-cluster-snapshot. Default is 1.
|
|
406
454
|
*/
|
|
@@ -451,6 +499,10 @@ export interface ClusterArgs {
|
|
|
451
499
|
* If you do not provide a name, Amazon Redshift will create a default database called `dev`.
|
|
452
500
|
*/
|
|
453
501
|
databaseName?: pulumi.Input<string>;
|
|
502
|
+
/**
|
|
503
|
+
* The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was created.
|
|
504
|
+
*/
|
|
505
|
+
defaultIamRoleArn?: pulumi.Input<string>;
|
|
454
506
|
/**
|
|
455
507
|
* The Elastic IP (EIP) address for the cluster.
|
|
456
508
|
*/
|
|
@@ -483,6 +535,14 @@ export interface ClusterArgs {
|
|
|
483
535
|
* Logging, documented below.
|
|
484
536
|
*/
|
|
485
537
|
logging?: pulumi.Input<inputs.redshift.ClusterLogging>;
|
|
538
|
+
/**
|
|
539
|
+
* The name of the maintenance track for the restored cluster. When you take a snapshot, the snapshot inherits the MaintenanceTrack value from the cluster. The snapshot might be on a different track than the cluster that was the source for the snapshot. For example, suppose that you take a snapshot of a cluster that is on the current track and then change the cluster to be on the trailing track. In this case, the snapshot and the source cluster are on different tracks. Default value is `current`.
|
|
540
|
+
*/
|
|
541
|
+
maintenanceTrackName?: pulumi.Input<string>;
|
|
542
|
+
/**
|
|
543
|
+
* The default number of days to retain a manual snapshot. If the value is -1, the snapshot is retained indefinitely. This setting doesn't change the retention period of existing snapshots. Valid values are between `-1` and `3653`. Default value is `-1`.
|
|
544
|
+
*/
|
|
545
|
+
manualSnapshotRetentionPeriod?: pulumi.Input<number>;
|
|
486
546
|
/**
|
|
487
547
|
* Password for the master DB user.
|
|
488
548
|
* Note that this may show up in logs, and it will be stored in the state file. Password must contain at least 8 chars and
|
|
@@ -506,10 +566,10 @@ export interface ClusterArgs {
|
|
|
506
566
|
*/
|
|
507
567
|
ownerAccount?: pulumi.Input<string>;
|
|
508
568
|
/**
|
|
509
|
-
* The port number on which the cluster accepts incoming connections.
|
|
569
|
+
* The port number on which the cluster accepts incoming connections. Valid values are between `1115` and `65535`.
|
|
510
570
|
* The cluster is accessible only via the JDBC and ODBC connection strings.
|
|
511
571
|
* Part of the connection string requires the port on which the cluster will listen for incoming connections.
|
|
512
|
-
* Default port is 5439
|
|
572
|
+
* Default port is `5439`.
|
|
513
573
|
*/
|
|
514
574
|
port?: pulumi.Input<number>;
|
|
515
575
|
/**
|
package/redshift/cluster.js
CHANGED
|
@@ -39,6 +39,8 @@ class Cluster extends pulumi.CustomResource {
|
|
|
39
39
|
if (opts.id) {
|
|
40
40
|
const state = argsOrState;
|
|
41
41
|
resourceInputs["allowVersionUpgrade"] = state ? state.allowVersionUpgrade : undefined;
|
|
42
|
+
resourceInputs["applyImmediately"] = state ? state.applyImmediately : undefined;
|
|
43
|
+
resourceInputs["aquaConfigurationStatus"] = state ? state.aquaConfigurationStatus : undefined;
|
|
42
44
|
resourceInputs["arn"] = state ? state.arn : undefined;
|
|
43
45
|
resourceInputs["automatedSnapshotRetentionPeriod"] = state ? state.automatedSnapshotRetentionPeriod : undefined;
|
|
44
46
|
resourceInputs["availabilityZone"] = state ? state.availabilityZone : undefined;
|
|
@@ -53,6 +55,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
53
55
|
resourceInputs["clusterType"] = state ? state.clusterType : undefined;
|
|
54
56
|
resourceInputs["clusterVersion"] = state ? state.clusterVersion : undefined;
|
|
55
57
|
resourceInputs["databaseName"] = state ? state.databaseName : undefined;
|
|
58
|
+
resourceInputs["defaultIamRoleArn"] = state ? state.defaultIamRoleArn : undefined;
|
|
56
59
|
resourceInputs["dnsName"] = state ? state.dnsName : undefined;
|
|
57
60
|
resourceInputs["elasticIp"] = state ? state.elasticIp : undefined;
|
|
58
61
|
resourceInputs["encrypted"] = state ? state.encrypted : undefined;
|
|
@@ -62,6 +65,8 @@ class Cluster extends pulumi.CustomResource {
|
|
|
62
65
|
resourceInputs["iamRoles"] = state ? state.iamRoles : undefined;
|
|
63
66
|
resourceInputs["kmsKeyId"] = state ? state.kmsKeyId : undefined;
|
|
64
67
|
resourceInputs["logging"] = state ? state.logging : undefined;
|
|
68
|
+
resourceInputs["maintenanceTrackName"] = state ? state.maintenanceTrackName : undefined;
|
|
69
|
+
resourceInputs["manualSnapshotRetentionPeriod"] = state ? state.manualSnapshotRetentionPeriod : undefined;
|
|
65
70
|
resourceInputs["masterPassword"] = state ? state.masterPassword : undefined;
|
|
66
71
|
resourceInputs["masterUsername"] = state ? state.masterUsername : undefined;
|
|
67
72
|
resourceInputs["nodeType"] = state ? state.nodeType : undefined;
|
|
@@ -87,6 +92,8 @@ class Cluster extends pulumi.CustomResource {
|
|
|
87
92
|
throw new Error("Missing required property 'nodeType'");
|
|
88
93
|
}
|
|
89
94
|
resourceInputs["allowVersionUpgrade"] = args ? args.allowVersionUpgrade : undefined;
|
|
95
|
+
resourceInputs["applyImmediately"] = args ? args.applyImmediately : undefined;
|
|
96
|
+
resourceInputs["aquaConfigurationStatus"] = args ? args.aquaConfigurationStatus : undefined;
|
|
90
97
|
resourceInputs["automatedSnapshotRetentionPeriod"] = args ? args.automatedSnapshotRetentionPeriod : undefined;
|
|
91
98
|
resourceInputs["availabilityZone"] = args ? args.availabilityZone : undefined;
|
|
92
99
|
resourceInputs["availabilityZoneRelocationEnabled"] = args ? args.availabilityZoneRelocationEnabled : undefined;
|
|
@@ -99,6 +106,7 @@ class Cluster extends pulumi.CustomResource {
|
|
|
99
106
|
resourceInputs["clusterType"] = args ? args.clusterType : undefined;
|
|
100
107
|
resourceInputs["clusterVersion"] = args ? args.clusterVersion : undefined;
|
|
101
108
|
resourceInputs["databaseName"] = args ? args.databaseName : undefined;
|
|
109
|
+
resourceInputs["defaultIamRoleArn"] = args ? args.defaultIamRoleArn : undefined;
|
|
102
110
|
resourceInputs["elasticIp"] = args ? args.elasticIp : undefined;
|
|
103
111
|
resourceInputs["encrypted"] = args ? args.encrypted : undefined;
|
|
104
112
|
resourceInputs["endpoint"] = args ? args.endpoint : undefined;
|
|
@@ -107,6 +115,8 @@ class Cluster extends pulumi.CustomResource {
|
|
|
107
115
|
resourceInputs["iamRoles"] = args ? args.iamRoles : undefined;
|
|
108
116
|
resourceInputs["kmsKeyId"] = args ? args.kmsKeyId : undefined;
|
|
109
117
|
resourceInputs["logging"] = args ? args.logging : undefined;
|
|
118
|
+
resourceInputs["maintenanceTrackName"] = args ? args.maintenanceTrackName : undefined;
|
|
119
|
+
resourceInputs["manualSnapshotRetentionPeriod"] = args ? args.manualSnapshotRetentionPeriod : undefined;
|
|
110
120
|
resourceInputs["masterPassword"] = args ? args.masterPassword : undefined;
|
|
111
121
|
resourceInputs["masterUsername"] = args ? args.masterUsername : undefined;
|
|
112
122
|
resourceInputs["nodeType"] = args ? args.nodeType : undefined;
|
package/redshift/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../redshift/cluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../redshift/cluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new Amazon Redshift endpoint access.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as aws from "@pulumi/aws";
|
|
11
|
+
*
|
|
12
|
+
* const example = new aws.redshift.EndpointAccess("example", {
|
|
13
|
+
* endpointName: "example",
|
|
14
|
+
* subnetGroupName: aws_redshift_subnet_group.example.id,
|
|
15
|
+
* clusterIdentifier: aws_redshift_cluster.example.cluster_identifier,
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*
|
|
19
|
+
* ## Import
|
|
20
|
+
*
|
|
21
|
+
* Redshift endpoint access can be imported using the `name`, e.g.,
|
|
22
|
+
*
|
|
23
|
+
* ```sh
|
|
24
|
+
* $ pulumi import aws:redshift/endpointAccess:EndpointAccess example example
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export declare class EndpointAccess extends pulumi.CustomResource {
|
|
28
|
+
/**
|
|
29
|
+
* Get an existing EndpointAccess resource's state with the given name, ID, and optional extra
|
|
30
|
+
* properties used to qualify the lookup.
|
|
31
|
+
*
|
|
32
|
+
* @param name The _unique_ name of the resulting resource.
|
|
33
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
34
|
+
* @param state Any extra arguments used during the lookup.
|
|
35
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
36
|
+
*/
|
|
37
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EndpointAccessState, opts?: pulumi.CustomResourceOptions): EndpointAccess;
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of EndpointAccess. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj: any): obj is EndpointAccess;
|
|
43
|
+
/**
|
|
44
|
+
* The DNS address of the endpoint.
|
|
45
|
+
*/
|
|
46
|
+
readonly address: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* The cluster identifier of the cluster to access.
|
|
49
|
+
*/
|
|
50
|
+
readonly clusterIdentifier: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The Redshift-managed VPC endpoint name.
|
|
53
|
+
*/
|
|
54
|
+
readonly endpointName: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The port number on which the cluster accepts incoming connections.
|
|
57
|
+
*/
|
|
58
|
+
readonly port: pulumi.Output<number>;
|
|
59
|
+
/**
|
|
60
|
+
* The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.
|
|
61
|
+
*/
|
|
62
|
+
readonly resourceOwner: pulumi.Output<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
|
|
65
|
+
*/
|
|
66
|
+
readonly subnetGroupName: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. See details below.
|
|
69
|
+
*/
|
|
70
|
+
readonly vpcEndpoints: pulumi.Output<outputs.redshift.EndpointAccessVpcEndpoint[]>;
|
|
71
|
+
/**
|
|
72
|
+
* The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
|
73
|
+
*/
|
|
74
|
+
readonly vpcSecurityGroupIds: pulumi.Output<string[]>;
|
|
75
|
+
/**
|
|
76
|
+
* Create a EndpointAccess resource with the given unique name, arguments, and options.
|
|
77
|
+
*
|
|
78
|
+
* @param name The _unique_ name of the resource.
|
|
79
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
80
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
81
|
+
*/
|
|
82
|
+
constructor(name: string, args: EndpointAccessArgs, opts?: pulumi.CustomResourceOptions);
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* Input properties used for looking up and filtering EndpointAccess resources.
|
|
86
|
+
*/
|
|
87
|
+
export interface EndpointAccessState {
|
|
88
|
+
/**
|
|
89
|
+
* The DNS address of the endpoint.
|
|
90
|
+
*/
|
|
91
|
+
address?: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* The cluster identifier of the cluster to access.
|
|
94
|
+
*/
|
|
95
|
+
clusterIdentifier?: pulumi.Input<string>;
|
|
96
|
+
/**
|
|
97
|
+
* The Redshift-managed VPC endpoint name.
|
|
98
|
+
*/
|
|
99
|
+
endpointName?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* The port number on which the cluster accepts incoming connections.
|
|
102
|
+
*/
|
|
103
|
+
port?: pulumi.Input<number>;
|
|
104
|
+
/**
|
|
105
|
+
* The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.
|
|
106
|
+
*/
|
|
107
|
+
resourceOwner?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
|
|
110
|
+
*/
|
|
111
|
+
subnetGroupName?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The connection endpoint for connecting to an Amazon Redshift cluster through the proxy. See details below.
|
|
114
|
+
*/
|
|
115
|
+
vpcEndpoints?: pulumi.Input<pulumi.Input<inputs.redshift.EndpointAccessVpcEndpoint>[]>;
|
|
116
|
+
/**
|
|
117
|
+
* The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
|
118
|
+
*/
|
|
119
|
+
vpcSecurityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* The set of arguments for constructing a EndpointAccess resource.
|
|
123
|
+
*/
|
|
124
|
+
export interface EndpointAccessArgs {
|
|
125
|
+
/**
|
|
126
|
+
* The cluster identifier of the cluster to access.
|
|
127
|
+
*/
|
|
128
|
+
clusterIdentifier: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The Redshift-managed VPC endpoint name.
|
|
131
|
+
*/
|
|
132
|
+
endpointName: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The Amazon Web Services account ID of the owner of the cluster. This is only required if the cluster is in another Amazon Web Services account.
|
|
135
|
+
*/
|
|
136
|
+
resourceOwner?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The subnet group from which Amazon Redshift chooses the subnet to deploy the endpoint.
|
|
139
|
+
*/
|
|
140
|
+
subnetGroupName: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The security group that defines the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
|
|
143
|
+
*/
|
|
144
|
+
vpcSecurityGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.EndpointAccess = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Creates a new Amazon Redshift endpoint access.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as aws from "@pulumi/aws";
|
|
16
|
+
*
|
|
17
|
+
* const example = new aws.redshift.EndpointAccess("example", {
|
|
18
|
+
* endpointName: "example",
|
|
19
|
+
* subnetGroupName: aws_redshift_subnet_group.example.id,
|
|
20
|
+
* clusterIdentifier: aws_redshift_cluster.example.cluster_identifier,
|
|
21
|
+
* });
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* ## Import
|
|
25
|
+
*
|
|
26
|
+
* Redshift endpoint access can be imported using the `name`, e.g.,
|
|
27
|
+
*
|
|
28
|
+
* ```sh
|
|
29
|
+
* $ pulumi import aws:redshift/endpointAccess:EndpointAccess example example
|
|
30
|
+
* ```
|
|
31
|
+
*/
|
|
32
|
+
class EndpointAccess extends pulumi.CustomResource {
|
|
33
|
+
constructor(name, argsOrState, opts) {
|
|
34
|
+
let resourceInputs = {};
|
|
35
|
+
opts = opts || {};
|
|
36
|
+
if (opts.id) {
|
|
37
|
+
const state = argsOrState;
|
|
38
|
+
resourceInputs["address"] = state ? state.address : undefined;
|
|
39
|
+
resourceInputs["clusterIdentifier"] = state ? state.clusterIdentifier : undefined;
|
|
40
|
+
resourceInputs["endpointName"] = state ? state.endpointName : undefined;
|
|
41
|
+
resourceInputs["port"] = state ? state.port : undefined;
|
|
42
|
+
resourceInputs["resourceOwner"] = state ? state.resourceOwner : undefined;
|
|
43
|
+
resourceInputs["subnetGroupName"] = state ? state.subnetGroupName : undefined;
|
|
44
|
+
resourceInputs["vpcEndpoints"] = state ? state.vpcEndpoints : undefined;
|
|
45
|
+
resourceInputs["vpcSecurityGroupIds"] = state ? state.vpcSecurityGroupIds : undefined;
|
|
46
|
+
}
|
|
47
|
+
else {
|
|
48
|
+
const args = argsOrState;
|
|
49
|
+
if ((!args || args.clusterIdentifier === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'clusterIdentifier'");
|
|
51
|
+
}
|
|
52
|
+
if ((!args || args.endpointName === undefined) && !opts.urn) {
|
|
53
|
+
throw new Error("Missing required property 'endpointName'");
|
|
54
|
+
}
|
|
55
|
+
if ((!args || args.subnetGroupName === undefined) && !opts.urn) {
|
|
56
|
+
throw new Error("Missing required property 'subnetGroupName'");
|
|
57
|
+
}
|
|
58
|
+
resourceInputs["clusterIdentifier"] = args ? args.clusterIdentifier : undefined;
|
|
59
|
+
resourceInputs["endpointName"] = args ? args.endpointName : undefined;
|
|
60
|
+
resourceInputs["resourceOwner"] = args ? args.resourceOwner : undefined;
|
|
61
|
+
resourceInputs["subnetGroupName"] = args ? args.subnetGroupName : undefined;
|
|
62
|
+
resourceInputs["vpcSecurityGroupIds"] = args ? args.vpcSecurityGroupIds : undefined;
|
|
63
|
+
resourceInputs["address"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["port"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["vpcEndpoints"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
super(EndpointAccess.__pulumiType, name, resourceInputs, opts);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Get an existing EndpointAccess resource's state with the given name, ID, and optional extra
|
|
72
|
+
* properties used to qualify the lookup.
|
|
73
|
+
*
|
|
74
|
+
* @param name The _unique_ name of the resulting resource.
|
|
75
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
76
|
+
* @param state Any extra arguments used during the lookup.
|
|
77
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
78
|
+
*/
|
|
79
|
+
static get(name, id, state, opts) {
|
|
80
|
+
return new EndpointAccess(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Returns true if the given object is an instance of EndpointAccess. This is designed to work even
|
|
84
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
85
|
+
*/
|
|
86
|
+
static isInstance(obj) {
|
|
87
|
+
if (obj === undefined || obj === null) {
|
|
88
|
+
return false;
|
|
89
|
+
}
|
|
90
|
+
return obj['__pulumiType'] === EndpointAccess.__pulumiType;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
exports.EndpointAccess = EndpointAccess;
|
|
94
|
+
/** @internal */
|
|
95
|
+
EndpointAccess.__pulumiType = 'aws:redshift/endpointAccess:EndpointAccess';
|
|
96
|
+
//# sourceMappingURL=endpointAccess.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"endpointAccess.js","sourceRoot":"","sources":["../../redshift/endpointAccess.ts"],"names":[],"mappings":"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"}
|
|
@@ -64,7 +64,7 @@ export declare class EventSubscription extends pulumi.CustomResource {
|
|
|
64
64
|
*/
|
|
65
65
|
readonly customerAwsId: pulumi.Output<string>;
|
|
66
66
|
/**
|
|
67
|
-
* A boolean flag to enable/disable the subscription. Defaults to true
|
|
67
|
+
* A boolean flag to enable/disable the subscription. Defaults to `true`.
|
|
68
68
|
*/
|
|
69
69
|
readonly enabled: pulumi.Output<boolean | undefined>;
|
|
70
70
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class EventSubscription extends pulumi.CustomResource {
|
|
|
76
76
|
*/
|
|
77
77
|
readonly name: pulumi.Output<string>;
|
|
78
78
|
/**
|
|
79
|
-
* The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`.
|
|
79
|
+
* The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`.
|
|
80
80
|
*/
|
|
81
81
|
readonly severity: pulumi.Output<string | undefined>;
|
|
82
82
|
/**
|
|
@@ -84,16 +84,16 @@ export declare class EventSubscription extends pulumi.CustomResource {
|
|
|
84
84
|
*/
|
|
85
85
|
readonly snsTopicArn: pulumi.Output<string>;
|
|
86
86
|
/**
|
|
87
|
-
* A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a sourceType must also be specified.
|
|
87
|
+
* A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `sourceType` must also be specified.
|
|
88
88
|
*/
|
|
89
89
|
readonly sourceIds: pulumi.Output<string[] | undefined>;
|
|
90
90
|
/**
|
|
91
|
-
* The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, or `
|
|
91
|
+
* The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, `cluster-snapshot`, or `scheduled-action`. If not set, all sources will be subscribed to.
|
|
92
92
|
*/
|
|
93
93
|
readonly sourceType: pulumi.Output<string | undefined>;
|
|
94
94
|
readonly status: pulumi.Output<string>;
|
|
95
95
|
/**
|
|
96
|
-
* A map of tags to assign to the resource.
|
|
96
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
97
97
|
*/
|
|
98
98
|
readonly tags: pulumi.Output<{
|
|
99
99
|
[key: string]: string;
|
|
@@ -126,7 +126,7 @@ export interface EventSubscriptionState {
|
|
|
126
126
|
*/
|
|
127
127
|
customerAwsId?: pulumi.Input<string>;
|
|
128
128
|
/**
|
|
129
|
-
* A boolean flag to enable/disable the subscription. Defaults to true
|
|
129
|
+
* A boolean flag to enable/disable the subscription. Defaults to `true`.
|
|
130
130
|
*/
|
|
131
131
|
enabled?: pulumi.Input<boolean>;
|
|
132
132
|
/**
|
|
@@ -138,7 +138,7 @@ export interface EventSubscriptionState {
|
|
|
138
138
|
*/
|
|
139
139
|
name?: pulumi.Input<string>;
|
|
140
140
|
/**
|
|
141
|
-
* The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`.
|
|
141
|
+
* The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`.
|
|
142
142
|
*/
|
|
143
143
|
severity?: pulumi.Input<string>;
|
|
144
144
|
/**
|
|
@@ -146,16 +146,16 @@ export interface EventSubscriptionState {
|
|
|
146
146
|
*/
|
|
147
147
|
snsTopicArn?: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
149
|
-
* A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a sourceType must also be specified.
|
|
149
|
+
* A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `sourceType` must also be specified.
|
|
150
150
|
*/
|
|
151
151
|
sourceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
152
152
|
/**
|
|
153
|
-
* The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, or `
|
|
153
|
+
* The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, `cluster-snapshot`, or `scheduled-action`. If not set, all sources will be subscribed to.
|
|
154
154
|
*/
|
|
155
155
|
sourceType?: pulumi.Input<string>;
|
|
156
156
|
status?: pulumi.Input<string>;
|
|
157
157
|
/**
|
|
158
|
-
* A map of tags to assign to the resource.
|
|
158
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
159
159
|
*/
|
|
160
160
|
tags?: pulumi.Input<{
|
|
161
161
|
[key: string]: pulumi.Input<string>;
|
|
@@ -172,7 +172,7 @@ export interface EventSubscriptionState {
|
|
|
172
172
|
*/
|
|
173
173
|
export interface EventSubscriptionArgs {
|
|
174
174
|
/**
|
|
175
|
-
* A boolean flag to enable/disable the subscription. Defaults to true
|
|
175
|
+
* A boolean flag to enable/disable the subscription. Defaults to `true`.
|
|
176
176
|
*/
|
|
177
177
|
enabled?: pulumi.Input<boolean>;
|
|
178
178
|
/**
|
|
@@ -184,7 +184,7 @@ export interface EventSubscriptionArgs {
|
|
|
184
184
|
*/
|
|
185
185
|
name?: pulumi.Input<string>;
|
|
186
186
|
/**
|
|
187
|
-
* The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`.
|
|
187
|
+
* The event severity to be published by the notification subscription. Valid options are `INFO` or `ERROR`. Default value of `INFO`.
|
|
188
188
|
*/
|
|
189
189
|
severity?: pulumi.Input<string>;
|
|
190
190
|
/**
|
|
@@ -192,15 +192,15 @@ export interface EventSubscriptionArgs {
|
|
|
192
192
|
*/
|
|
193
193
|
snsTopicArn: pulumi.Input<string>;
|
|
194
194
|
/**
|
|
195
|
-
* A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a sourceType must also be specified.
|
|
195
|
+
* A list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. If specified, a `sourceType` must also be specified.
|
|
196
196
|
*/
|
|
197
197
|
sourceIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
198
|
/**
|
|
199
|
-
* The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, or `
|
|
199
|
+
* The type of source that will be generating the events. Valid options are `cluster`, `cluster-parameter-group`, `cluster-security-group`, `cluster-snapshot`, or `scheduled-action`. If not set, all sources will be subscribed to.
|
|
200
200
|
*/
|
|
201
201
|
sourceType?: pulumi.Input<string>;
|
|
202
202
|
/**
|
|
203
|
-
* A map of tags to assign to the resource.
|
|
203
|
+
* A map of tags to assign to the resource. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
204
204
|
*/
|
|
205
205
|
tags?: pulumi.Input<{
|
|
206
206
|
[key: string]: pulumi.Input<string>;
|