@pulumi/aws 6.83.0-alpha.1749735083 → 6.83.0
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/amp/index.d.ts +3 -0
- package/amp/index.js +6 -1
- package/amp/index.js.map +1 -1
- package/amp/workspaceConfiguration.d.ts +149 -0
- package/amp/workspaceConfiguration.js +124 -0
- package/amp/workspaceConfiguration.js.map +1 -0
- package/cloudfront/keyvaluestoreKeysExclusive.d.ts +12 -0
- package/cloudfront/keyvaluestoreKeysExclusive.js +2 -0
- package/cloudfront/keyvaluestoreKeysExclusive.js.map +1 -1
- package/dsql/cluster.d.ts +170 -0
- package/dsql/cluster.js +94 -0
- package/dsql/cluster.js.map +1 -0
- package/dsql/clusterPeering.d.ts +114 -0
- package/dsql/clusterPeering.js +101 -0
- package/dsql/clusterPeering.js.map +1 -0
- package/dsql/index.d.ts +6 -0
- package/dsql/index.js +27 -0
- package/dsql/index.js.map +1 -0
- package/ec2/vpnConnection.d.ts +20 -0
- package/ec2/vpnConnection.js +4 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/fsx/lustreFileSystem.d.ts +18 -3
- package/fsx/lustreFileSystem.js +4 -0
- package/fsx/lustreFileSystem.js.map +1 -1
- package/glue/job.d.ts +102 -5
- package/glue/job.js +102 -5
- package/glue/job.js.map +1 -1
- package/index.d.ts +3 -1
- package/index.js +7 -3
- package/index.js.map +1 -1
- package/lambda/codeSigningConfig.d.ts +2 -2
- package/lambda/codeSigningConfig.js +2 -2
- package/lightsail/bucket.d.ts +40 -28
- package/lightsail/bucket.js +4 -4
- package/lightsail/bucket.js.map +1 -1
- package/lightsail/bucketAccessKey.d.ts +16 -16
- package/lightsail/bucketAccessKey.js +5 -5
- package/lightsail/bucketResourceAccess.d.ts +30 -8
- package/lightsail/bucketResourceAccess.js +24 -2
- package/lightsail/bucketResourceAccess.js.map +1 -1
- package/lightsail/certificate.d.ts +29 -23
- package/lightsail/certificate.js +6 -6
- package/lightsail/certificate.js.map +1 -1
- package/lightsail/containerService.d.ts +62 -97
- package/lightsail/containerService.js +11 -15
- package/lightsail/containerService.js.map +1 -1
- package/lightsail/containerServiceDeploymentVersion.d.ts +22 -16
- package/lightsail/containerServiceDeploymentVersion.js +1 -1
- package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
- package/lightsail/database.d.ts +113 -109
- package/lightsail/database.js +36 -38
- package/lightsail/database.js.map +1 -1
- package/lightsail/disk.d.ts +30 -24
- package/lightsail/disk.js +4 -4
- package/lightsail/disk.js.map +1 -1
- package/lightsail/disk_attachment.d.ts +19 -19
- package/lightsail/disk_attachment.js +10 -10
- package/lightsail/distribution.d.ts +84 -88
- package/lightsail/distribution.js +32 -38
- package/lightsail/distribution.js.map +1 -1
- package/lightsail/domain.d.ts +10 -12
- package/lightsail/domain.js +5 -7
- package/lightsail/domain.js.map +1 -1
- package/lightsail/domainEntry.d.ts +27 -21
- package/lightsail/domainEntry.js +6 -6
- package/lightsail/domainEntry.js.map +1 -1
- package/lightsail/instance.d.ts +60 -78
- package/lightsail/instance.js +9 -12
- package/lightsail/instance.js.map +1 -1
- package/lightsail/instancePublicPorts.d.ts +29 -14
- package/lightsail/instancePublicPorts.js +26 -11
- package/lightsail/instancePublicPorts.js.map +1 -1
- package/lightsail/keyPair.d.ts +44 -34
- package/lightsail/keyPair.js +6 -9
- package/lightsail/keyPair.js.map +1 -1
- package/lightsail/lb.d.ts +47 -30
- package/lightsail/lb.js +6 -4
- package/lightsail/lb.js.map +1 -1
- package/lightsail/lbAttachment.d.ts +15 -15
- package/lightsail/lbAttachment.js +9 -9
- package/lightsail/lbCertificate.d.ts +41 -21
- package/lightsail/lbCertificate.js +10 -8
- package/lightsail/lbCertificate.js.map +1 -1
- package/lightsail/lbCertificateAttachment.d.ts +19 -17
- package/lightsail/lbCertificateAttachment.js +13 -11
- package/lightsail/lbCertificateAttachment.js.map +1 -1
- package/lightsail/lbHttpsRedirectionPolicy.d.ts +21 -19
- package/lightsail/lbHttpsRedirectionPolicy.js +15 -13
- package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
- package/lightsail/lbStickinessPolicy.d.ts +17 -15
- package/lightsail/lbStickinessPolicy.js +8 -6
- package/lightsail/lbStickinessPolicy.js.map +1 -1
- package/lightsail/staticIp.d.ts +22 -12
- package/lightsail/staticIp.js +13 -3
- package/lightsail/staticIp.js.map +1 -1
- package/lightsail/staticIpAttachment.d.ts +28 -19
- package/lightsail/staticIpAttachment.js +20 -11
- package/lightsail/staticIpAttachment.js.map +1 -1
- package/neptune/cluster.d.ts +81 -90
- package/neptune/cluster.js.map +1 -1
- package/neptune/getEngineVersion.d.ts +95 -13
- package/neptune/getEngineVersion.js +22 -6
- package/neptune/getEngineVersion.js.map +1 -1
- package/neptune/globalCluster.d.ts +11 -14
- package/neptune/globalCluster.js.map +1 -1
- package/networkfirewall/ruleGroup.d.ts +46 -0
- package/networkfirewall/ruleGroup.js +46 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/package.json +2 -2
- package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -0
- package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
- package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
- package/s3/accessPoint.d.ts +22 -1
- package/s3/accessPoint.js +22 -1
- package/s3/accessPoint.js.map +1 -1
- package/s3control/directoryBucketAccessPointScope.d.ts +120 -0
- package/s3control/directoryBucketAccessPointScope.js +102 -0
- package/s3control/directoryBucketAccessPointScope.js.map +1 -0
- package/s3control/index.d.ts +3 -0
- package/s3control/index.js +6 -1
- package/s3control/index.js.map +1 -1
- package/ssm/association.d.ts +155 -0
- package/ssm/association.js +155 -0
- package/ssm/association.js.map +1 -1
- package/types/input.d.ts +579 -56
- package/types/input.js.map +1 -1
- package/types/output.d.ts +579 -56
- package/types/output.js.map +1 -1
- package/vpc/index.d.ts +15 -0
- package/vpc/index.js +26 -1
- package/vpc/index.js.map +1 -1
- package/vpc/routeServer.d.ts +197 -0
- package/vpc/routeServer.js +114 -0
- package/vpc/routeServer.js.map +1 -0
- package/vpc/routeServerEndpoint.d.ts +173 -0
- package/vpc/routeServerEndpoint.js +101 -0
- package/vpc/routeServerEndpoint.js.map +1 -0
- package/vpc/routeServerPeer.d.ts +233 -0
- package/vpc/routeServerPeer.js +154 -0
- package/vpc/routeServerPeer.js.map +1 -0
- package/vpc/routeServerPropagation.d.ts +90 -0
- package/vpc/routeServerPropagation.js +84 -0
- package/vpc/routeServerPropagation.js.map +1 -0
- package/vpc/routeServerVpcAssociation.d.ts +90 -0
- package/vpc/routeServerVpcAssociation.js +84 -0
- package/vpc/routeServerVpcAssociation.js.map +1 -0
- package/workspaces/index.d.ts +9 -0
- package/workspaces/index.js +16 -1
- package/workspaces/index.js.map +1 -1
- package/workspaces/webBrowserSettings.d.ts +5 -2
- package/workspaces/webBrowserSettings.js +7 -2
- package/workspaces/webBrowserSettings.js.map +1 -1
- package/workspaces/webDataProtectionSettings.d.ts +264 -0
- package/workspaces/webDataProtectionSettings.js +174 -0
- package/workspaces/webDataProtectionSettings.js.map +1 -0
- package/workspaces/webIpAccessSettings.d.ts +245 -0
- package/workspaces/webIpAccessSettings.js +155 -0
- package/workspaces/webIpAccessSettings.js.map +1 -0
- package/workspaces/webNetworkSettings.d.ts +4 -1
- package/workspaces/webNetworkSettings.js +6 -1
- package/workspaces/webNetworkSettings.js.map +1 -1
- package/workspaces/webUserAccessLoggingSettings.d.ts +152 -0
- package/workspaces/webUserAccessLoggingSettings.js +110 -0
- package/workspaces/webUserAccessLoggingSettings.js.map +1 -0
- package/workspaces/webUserSettings.d.ts +6 -3
- package/workspaces/webUserSettings.js +8 -3
- package/workspaces/webUserSettings.js.map +1 -1
- package/workspacesweb/browserSettings.d.ts +190 -0
- package/workspacesweb/browserSettings.js +122 -0
- package/workspacesweb/browserSettings.js.map +1 -0
- package/workspacesweb/dataProtectionSettings.d.ts +261 -0
- package/workspacesweb/dataProtectionSettings.js +171 -0
- package/workspacesweb/dataProtectionSettings.js.map +1 -0
- package/workspacesweb/index.d.ts +18 -0
- package/workspacesweb/index.js +47 -0
- package/workspacesweb/index.js.map +1 -0
- package/workspacesweb/ipAccessSettings.d.ts +242 -0
- package/workspacesweb/ipAccessSettings.js +152 -0
- package/workspacesweb/ipAccessSettings.js.map +1 -0
- package/workspacesweb/networkSettings.d.ts +181 -0
- package/workspacesweb/networkSettings.js +125 -0
- package/workspacesweb/networkSettings.js.map +1 -0
- package/workspacesweb/userAccessLoggingSettings.d.ts +149 -0
- package/workspacesweb/userAccessLoggingSettings.js +107 -0
- package/workspacesweb/userAccessLoggingSettings.js.map +1 -0
- package/workspacesweb/userSettings.d.ts +342 -0
- package/workspacesweb/userSettings.js +194 -0
- package/workspacesweb/userSettings.js.map +1 -0
package/neptune/cluster.d.ts
CHANGED
|
@@ -57,28 +57,25 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
static isInstance(obj: any): obj is Cluster;
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* Whether upgrades between different major versions are allowed. You must set it to `true` when providing an `engineVersion` parameter that uses a different major version than the DB cluster's current version. Default is `false`.
|
|
61
61
|
*/
|
|
62
62
|
readonly allowMajorVersionUpgrade: pulumi.Output<boolean>;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.
|
|
65
65
|
*/
|
|
66
66
|
readonly applyImmediately: pulumi.Output<boolean>;
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* Neptune Cluster ARN
|
|
69
69
|
*/
|
|
70
70
|
readonly arn: pulumi.Output<string>;
|
|
71
71
|
/**
|
|
72
|
-
*
|
|
72
|
+
* List of EC2 Availability Zones that instances in the Neptune cluster can be created in.
|
|
73
73
|
*/
|
|
74
74
|
readonly availabilityZones: pulumi.Output<string[]>;
|
|
75
75
|
/**
|
|
76
|
-
*
|
|
76
|
+
* Days to retain backups for. Default `1`
|
|
77
77
|
*/
|
|
78
78
|
readonly backupRetentionPeriod: pulumi.Output<number | undefined>;
|
|
79
|
-
/**
|
|
80
|
-
* The cluster identifier. If omitted, this provider will assign a random, unique identifier.
|
|
81
|
-
*/
|
|
82
79
|
readonly clusterIdentifier: pulumi.Output<string>;
|
|
83
80
|
/**
|
|
84
81
|
* Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `clusterIdentifier`.
|
|
@@ -89,7 +86,7 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
89
86
|
*/
|
|
90
87
|
readonly clusterMembers: pulumi.Output<string[]>;
|
|
91
88
|
/**
|
|
92
|
-
*
|
|
89
|
+
* Neptune Cluster Resource ID
|
|
93
90
|
*/
|
|
94
91
|
readonly clusterResourceId: pulumi.Output<string>;
|
|
95
92
|
/**
|
|
@@ -97,75 +94,75 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
97
94
|
*/
|
|
98
95
|
readonly copyTagsToSnapshot: pulumi.Output<boolean | undefined>;
|
|
99
96
|
/**
|
|
100
|
-
*
|
|
97
|
+
* Value that indicates whether the DB cluster has deletion protection enabled.The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
|
|
101
98
|
*/
|
|
102
99
|
readonly deletionProtection: pulumi.Output<boolean | undefined>;
|
|
103
100
|
/**
|
|
104
|
-
*
|
|
101
|
+
* List of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit` and `slowquery`.
|
|
105
102
|
*/
|
|
106
103
|
readonly enableCloudwatchLogsExports: pulumi.Output<string[] | undefined>;
|
|
107
104
|
/**
|
|
108
|
-
*
|
|
105
|
+
* DNS address of the Neptune instance
|
|
109
106
|
*/
|
|
110
107
|
readonly endpoint: pulumi.Output<string>;
|
|
111
108
|
/**
|
|
112
|
-
*
|
|
109
|
+
* Name of the database engine to be used for this Neptune cluster. Defaults to `neptune`.
|
|
113
110
|
*/
|
|
114
111
|
readonly engine: pulumi.Output<string | undefined>;
|
|
115
112
|
/**
|
|
116
|
-
*
|
|
113
|
+
* Database engine version.
|
|
117
114
|
*/
|
|
118
115
|
readonly engineVersion: pulumi.Output<string>;
|
|
119
116
|
/**
|
|
120
|
-
*
|
|
117
|
+
* Name of your final Neptune snapshot when this Neptune cluster is deleted. If omitted, no final snapshot will be made.
|
|
121
118
|
*/
|
|
122
119
|
readonly finalSnapshotIdentifier: pulumi.Output<string | undefined>;
|
|
123
120
|
/**
|
|
124
|
-
*
|
|
121
|
+
* Global cluster identifier specified on `aws.neptune.GlobalCluster`.
|
|
125
122
|
*/
|
|
126
123
|
readonly globalClusterIdentifier: pulumi.Output<string | undefined>;
|
|
127
124
|
/**
|
|
128
|
-
*
|
|
125
|
+
* Route53 Hosted Zone ID of the endpoint
|
|
129
126
|
*/
|
|
130
127
|
readonly hostedZoneId: pulumi.Output<string>;
|
|
131
128
|
/**
|
|
132
|
-
*
|
|
129
|
+
* Whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
133
130
|
*/
|
|
134
131
|
readonly iamDatabaseAuthenticationEnabled: pulumi.Output<boolean | undefined>;
|
|
135
132
|
/**
|
|
136
|
-
*
|
|
133
|
+
* List of ARNs for the IAM roles to associate to the Neptune Cluster.
|
|
137
134
|
*/
|
|
138
135
|
readonly iamRoles: pulumi.Output<string[] | undefined>;
|
|
139
136
|
/**
|
|
140
|
-
*
|
|
137
|
+
* ARN for the KMS encryption key. When specifying `kmsKeyArn`, `storageEncrypted` needs to be set to true.
|
|
141
138
|
*/
|
|
142
139
|
readonly kmsKeyArn: pulumi.Output<string>;
|
|
143
140
|
/**
|
|
144
|
-
*
|
|
141
|
+
* Cluster parameter group to associate with the cluster.
|
|
145
142
|
*/
|
|
146
143
|
readonly neptuneClusterParameterGroupName: pulumi.Output<string>;
|
|
147
144
|
/**
|
|
148
|
-
*
|
|
145
|
+
* Name of DB parameter group to apply to all instances in the cluster. When upgrading, AWS does not return this value, so do not reference it in other arguments—either leave it unset, configure each instance directly, or ensure it matches the `engineVersion`.
|
|
149
146
|
*/
|
|
150
147
|
readonly neptuneInstanceParameterGroupName: pulumi.Output<string | undefined>;
|
|
151
148
|
/**
|
|
152
|
-
*
|
|
149
|
+
* Neptune subnet group to associate with this Neptune instance.
|
|
153
150
|
*/
|
|
154
151
|
readonly neptuneSubnetGroupName: pulumi.Output<string>;
|
|
155
152
|
/**
|
|
156
|
-
*
|
|
153
|
+
* Port on which the Neptune accepts connections. Default is `8182`.
|
|
157
154
|
*/
|
|
158
155
|
readonly port: pulumi.Output<number | undefined>;
|
|
159
156
|
/**
|
|
160
|
-
*
|
|
157
|
+
* Daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00
|
|
161
158
|
*/
|
|
162
159
|
readonly preferredBackupWindow: pulumi.Output<string>;
|
|
163
160
|
/**
|
|
164
|
-
*
|
|
161
|
+
* Weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30
|
|
165
162
|
*/
|
|
166
163
|
readonly preferredMaintenanceWindow: pulumi.Output<string>;
|
|
167
164
|
/**
|
|
168
|
-
*
|
|
165
|
+
* Read-only endpoint for the Neptune cluster, automatically load-balanced across replicas
|
|
169
166
|
*/
|
|
170
167
|
readonly readerEndpoint: pulumi.Output<string>;
|
|
171
168
|
/**
|
|
@@ -177,15 +174,15 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
177
174
|
*/
|
|
178
175
|
readonly serverlessV2ScalingConfiguration: pulumi.Output<outputs.neptune.ClusterServerlessV2ScalingConfiguration | undefined>;
|
|
179
176
|
/**
|
|
180
|
-
*
|
|
177
|
+
* Whether a final Neptune snapshot is created before the Neptune cluster is deleted. If true is specified, no Neptune snapshot is created. If false is specified, a Neptune snapshot is created before the Neptune cluster is deleted, using the value from `finalSnapshotIdentifier`. Default is `false`.
|
|
181
178
|
*/
|
|
182
179
|
readonly skipFinalSnapshot: pulumi.Output<boolean | undefined>;
|
|
183
180
|
/**
|
|
184
|
-
*
|
|
181
|
+
* Whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a Neptune cluster snapshot, or the ARN when specifying a Neptune snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.
|
|
185
182
|
*/
|
|
186
183
|
readonly snapshotIdentifier: pulumi.Output<string | undefined>;
|
|
187
184
|
/**
|
|
188
|
-
*
|
|
185
|
+
* Whether the Neptune cluster is encrypted. The default is `false` if not specified.
|
|
189
186
|
*/
|
|
190
187
|
readonly storageEncrypted: pulumi.Output<boolean | undefined>;
|
|
191
188
|
/**
|
|
@@ -193,13 +190,13 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
193
190
|
*/
|
|
194
191
|
readonly storageType: pulumi.Output<string>;
|
|
195
192
|
/**
|
|
196
|
-
*
|
|
193
|
+
* Map of tags to assign to the Neptune cluster. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
197
194
|
*/
|
|
198
195
|
readonly tags: pulumi.Output<{
|
|
199
196
|
[key: string]: string;
|
|
200
197
|
} | undefined>;
|
|
201
198
|
/**
|
|
202
|
-
*
|
|
199
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
203
200
|
*
|
|
204
201
|
* @deprecated Please use `tags` instead.
|
|
205
202
|
*/
|
|
@@ -224,28 +221,25 @@ export declare class Cluster extends pulumi.CustomResource {
|
|
|
224
221
|
*/
|
|
225
222
|
export interface ClusterState {
|
|
226
223
|
/**
|
|
227
|
-
*
|
|
224
|
+
* Whether upgrades between different major versions are allowed. You must set it to `true` when providing an `engineVersion` parameter that uses a different major version than the DB cluster's current version. Default is `false`.
|
|
228
225
|
*/
|
|
229
226
|
allowMajorVersionUpgrade?: pulumi.Input<boolean>;
|
|
230
227
|
/**
|
|
231
|
-
*
|
|
228
|
+
* Whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.
|
|
232
229
|
*/
|
|
233
230
|
applyImmediately?: pulumi.Input<boolean>;
|
|
234
231
|
/**
|
|
235
|
-
*
|
|
232
|
+
* Neptune Cluster ARN
|
|
236
233
|
*/
|
|
237
234
|
arn?: pulumi.Input<string>;
|
|
238
235
|
/**
|
|
239
|
-
*
|
|
236
|
+
* List of EC2 Availability Zones that instances in the Neptune cluster can be created in.
|
|
240
237
|
*/
|
|
241
238
|
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
242
239
|
/**
|
|
243
|
-
*
|
|
240
|
+
* Days to retain backups for. Default `1`
|
|
244
241
|
*/
|
|
245
242
|
backupRetentionPeriod?: pulumi.Input<number>;
|
|
246
|
-
/**
|
|
247
|
-
* The cluster identifier. If omitted, this provider will assign a random, unique identifier.
|
|
248
|
-
*/
|
|
249
243
|
clusterIdentifier?: pulumi.Input<string>;
|
|
250
244
|
/**
|
|
251
245
|
* Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `clusterIdentifier`.
|
|
@@ -256,7 +250,7 @@ export interface ClusterState {
|
|
|
256
250
|
*/
|
|
257
251
|
clusterMembers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
258
252
|
/**
|
|
259
|
-
*
|
|
253
|
+
* Neptune Cluster Resource ID
|
|
260
254
|
*/
|
|
261
255
|
clusterResourceId?: pulumi.Input<string>;
|
|
262
256
|
/**
|
|
@@ -264,75 +258,75 @@ export interface ClusterState {
|
|
|
264
258
|
*/
|
|
265
259
|
copyTagsToSnapshot?: pulumi.Input<boolean>;
|
|
266
260
|
/**
|
|
267
|
-
*
|
|
261
|
+
* Value that indicates whether the DB cluster has deletion protection enabled.The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
|
|
268
262
|
*/
|
|
269
263
|
deletionProtection?: pulumi.Input<boolean>;
|
|
270
264
|
/**
|
|
271
|
-
*
|
|
265
|
+
* List of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit` and `slowquery`.
|
|
272
266
|
*/
|
|
273
267
|
enableCloudwatchLogsExports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
274
268
|
/**
|
|
275
|
-
*
|
|
269
|
+
* DNS address of the Neptune instance
|
|
276
270
|
*/
|
|
277
271
|
endpoint?: pulumi.Input<string>;
|
|
278
272
|
/**
|
|
279
|
-
*
|
|
273
|
+
* Name of the database engine to be used for this Neptune cluster. Defaults to `neptune`.
|
|
280
274
|
*/
|
|
281
275
|
engine?: pulumi.Input<string>;
|
|
282
276
|
/**
|
|
283
|
-
*
|
|
277
|
+
* Database engine version.
|
|
284
278
|
*/
|
|
285
279
|
engineVersion?: pulumi.Input<string>;
|
|
286
280
|
/**
|
|
287
|
-
*
|
|
281
|
+
* Name of your final Neptune snapshot when this Neptune cluster is deleted. If omitted, no final snapshot will be made.
|
|
288
282
|
*/
|
|
289
283
|
finalSnapshotIdentifier?: pulumi.Input<string>;
|
|
290
284
|
/**
|
|
291
|
-
*
|
|
285
|
+
* Global cluster identifier specified on `aws.neptune.GlobalCluster`.
|
|
292
286
|
*/
|
|
293
287
|
globalClusterIdentifier?: pulumi.Input<string>;
|
|
294
288
|
/**
|
|
295
|
-
*
|
|
289
|
+
* Route53 Hosted Zone ID of the endpoint
|
|
296
290
|
*/
|
|
297
291
|
hostedZoneId?: pulumi.Input<string>;
|
|
298
292
|
/**
|
|
299
|
-
*
|
|
293
|
+
* Whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
300
294
|
*/
|
|
301
295
|
iamDatabaseAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
302
296
|
/**
|
|
303
|
-
*
|
|
297
|
+
* List of ARNs for the IAM roles to associate to the Neptune Cluster.
|
|
304
298
|
*/
|
|
305
299
|
iamRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
306
300
|
/**
|
|
307
|
-
*
|
|
301
|
+
* ARN for the KMS encryption key. When specifying `kmsKeyArn`, `storageEncrypted` needs to be set to true.
|
|
308
302
|
*/
|
|
309
303
|
kmsKeyArn?: pulumi.Input<string>;
|
|
310
304
|
/**
|
|
311
|
-
*
|
|
305
|
+
* Cluster parameter group to associate with the cluster.
|
|
312
306
|
*/
|
|
313
307
|
neptuneClusterParameterGroupName?: pulumi.Input<string>;
|
|
314
308
|
/**
|
|
315
|
-
*
|
|
309
|
+
* Name of DB parameter group to apply to all instances in the cluster. When upgrading, AWS does not return this value, so do not reference it in other arguments—either leave it unset, configure each instance directly, or ensure it matches the `engineVersion`.
|
|
316
310
|
*/
|
|
317
311
|
neptuneInstanceParameterGroupName?: pulumi.Input<string>;
|
|
318
312
|
/**
|
|
319
|
-
*
|
|
313
|
+
* Neptune subnet group to associate with this Neptune instance.
|
|
320
314
|
*/
|
|
321
315
|
neptuneSubnetGroupName?: pulumi.Input<string>;
|
|
322
316
|
/**
|
|
323
|
-
*
|
|
317
|
+
* Port on which the Neptune accepts connections. Default is `8182`.
|
|
324
318
|
*/
|
|
325
319
|
port?: pulumi.Input<number>;
|
|
326
320
|
/**
|
|
327
|
-
*
|
|
321
|
+
* Daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00
|
|
328
322
|
*/
|
|
329
323
|
preferredBackupWindow?: pulumi.Input<string>;
|
|
330
324
|
/**
|
|
331
|
-
*
|
|
325
|
+
* Weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30
|
|
332
326
|
*/
|
|
333
327
|
preferredMaintenanceWindow?: pulumi.Input<string>;
|
|
334
328
|
/**
|
|
335
|
-
*
|
|
329
|
+
* Read-only endpoint for the Neptune cluster, automatically load-balanced across replicas
|
|
336
330
|
*/
|
|
337
331
|
readerEndpoint?: pulumi.Input<string>;
|
|
338
332
|
/**
|
|
@@ -344,15 +338,15 @@ export interface ClusterState {
|
|
|
344
338
|
*/
|
|
345
339
|
serverlessV2ScalingConfiguration?: pulumi.Input<inputs.neptune.ClusterServerlessV2ScalingConfiguration>;
|
|
346
340
|
/**
|
|
347
|
-
*
|
|
341
|
+
* Whether a final Neptune snapshot is created before the Neptune cluster is deleted. If true is specified, no Neptune snapshot is created. If false is specified, a Neptune snapshot is created before the Neptune cluster is deleted, using the value from `finalSnapshotIdentifier`. Default is `false`.
|
|
348
342
|
*/
|
|
349
343
|
skipFinalSnapshot?: pulumi.Input<boolean>;
|
|
350
344
|
/**
|
|
351
|
-
*
|
|
345
|
+
* Whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a Neptune cluster snapshot, or the ARN when specifying a Neptune snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.
|
|
352
346
|
*/
|
|
353
347
|
snapshotIdentifier?: pulumi.Input<string>;
|
|
354
348
|
/**
|
|
355
|
-
*
|
|
349
|
+
* Whether the Neptune cluster is encrypted. The default is `false` if not specified.
|
|
356
350
|
*/
|
|
357
351
|
storageEncrypted?: pulumi.Input<boolean>;
|
|
358
352
|
/**
|
|
@@ -360,13 +354,13 @@ export interface ClusterState {
|
|
|
360
354
|
*/
|
|
361
355
|
storageType?: pulumi.Input<string>;
|
|
362
356
|
/**
|
|
363
|
-
*
|
|
357
|
+
* Map of tags to assign to the Neptune cluster. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
364
358
|
*/
|
|
365
359
|
tags?: pulumi.Input<{
|
|
366
360
|
[key: string]: pulumi.Input<string>;
|
|
367
361
|
}>;
|
|
368
362
|
/**
|
|
369
|
-
*
|
|
363
|
+
* Map of tags assigned to the resource, including those inherited from the provider `defaultTags` configuration block.
|
|
370
364
|
*
|
|
371
365
|
* @deprecated Please use `tags` instead.
|
|
372
366
|
*/
|
|
@@ -383,24 +377,21 @@ export interface ClusterState {
|
|
|
383
377
|
*/
|
|
384
378
|
export interface ClusterArgs {
|
|
385
379
|
/**
|
|
386
|
-
*
|
|
380
|
+
* Whether upgrades between different major versions are allowed. You must set it to `true` when providing an `engineVersion` parameter that uses a different major version than the DB cluster's current version. Default is `false`.
|
|
387
381
|
*/
|
|
388
382
|
allowMajorVersionUpgrade?: pulumi.Input<boolean>;
|
|
389
383
|
/**
|
|
390
|
-
*
|
|
384
|
+
* Whether any cluster modifications are applied immediately, or during the next maintenance window. Default is `false`.
|
|
391
385
|
*/
|
|
392
386
|
applyImmediately?: pulumi.Input<boolean>;
|
|
393
387
|
/**
|
|
394
|
-
*
|
|
388
|
+
* List of EC2 Availability Zones that instances in the Neptune cluster can be created in.
|
|
395
389
|
*/
|
|
396
390
|
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
397
391
|
/**
|
|
398
|
-
*
|
|
392
|
+
* Days to retain backups for. Default `1`
|
|
399
393
|
*/
|
|
400
394
|
backupRetentionPeriod?: pulumi.Input<number>;
|
|
401
|
-
/**
|
|
402
|
-
* The cluster identifier. If omitted, this provider will assign a random, unique identifier.
|
|
403
|
-
*/
|
|
404
395
|
clusterIdentifier?: pulumi.Input<string>;
|
|
405
396
|
/**
|
|
406
397
|
* Creates a unique cluster identifier beginning with the specified prefix. Conflicts with `clusterIdentifier`.
|
|
@@ -411,63 +402,63 @@ export interface ClusterArgs {
|
|
|
411
402
|
*/
|
|
412
403
|
copyTagsToSnapshot?: pulumi.Input<boolean>;
|
|
413
404
|
/**
|
|
414
|
-
*
|
|
405
|
+
* Value that indicates whether the DB cluster has deletion protection enabled.The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled.
|
|
415
406
|
*/
|
|
416
407
|
deletionProtection?: pulumi.Input<boolean>;
|
|
417
408
|
/**
|
|
418
|
-
*
|
|
409
|
+
* List of the log types this DB cluster is configured to export to Cloudwatch Logs. Currently only supports `audit` and `slowquery`.
|
|
419
410
|
*/
|
|
420
411
|
enableCloudwatchLogsExports?: pulumi.Input<pulumi.Input<string>[]>;
|
|
421
412
|
/**
|
|
422
|
-
*
|
|
413
|
+
* Name of the database engine to be used for this Neptune cluster. Defaults to `neptune`.
|
|
423
414
|
*/
|
|
424
415
|
engine?: pulumi.Input<string>;
|
|
425
416
|
/**
|
|
426
|
-
*
|
|
417
|
+
* Database engine version.
|
|
427
418
|
*/
|
|
428
419
|
engineVersion?: pulumi.Input<string>;
|
|
429
420
|
/**
|
|
430
|
-
*
|
|
421
|
+
* Name of your final Neptune snapshot when this Neptune cluster is deleted. If omitted, no final snapshot will be made.
|
|
431
422
|
*/
|
|
432
423
|
finalSnapshotIdentifier?: pulumi.Input<string>;
|
|
433
424
|
/**
|
|
434
|
-
*
|
|
425
|
+
* Global cluster identifier specified on `aws.neptune.GlobalCluster`.
|
|
435
426
|
*/
|
|
436
427
|
globalClusterIdentifier?: pulumi.Input<string>;
|
|
437
428
|
/**
|
|
438
|
-
*
|
|
429
|
+
* Whether or not mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
|
|
439
430
|
*/
|
|
440
431
|
iamDatabaseAuthenticationEnabled?: pulumi.Input<boolean>;
|
|
441
432
|
/**
|
|
442
|
-
*
|
|
433
|
+
* List of ARNs for the IAM roles to associate to the Neptune Cluster.
|
|
443
434
|
*/
|
|
444
435
|
iamRoles?: pulumi.Input<pulumi.Input<string>[]>;
|
|
445
436
|
/**
|
|
446
|
-
*
|
|
437
|
+
* ARN for the KMS encryption key. When specifying `kmsKeyArn`, `storageEncrypted` needs to be set to true.
|
|
447
438
|
*/
|
|
448
439
|
kmsKeyArn?: pulumi.Input<string>;
|
|
449
440
|
/**
|
|
450
|
-
*
|
|
441
|
+
* Cluster parameter group to associate with the cluster.
|
|
451
442
|
*/
|
|
452
443
|
neptuneClusterParameterGroupName?: pulumi.Input<string>;
|
|
453
444
|
/**
|
|
454
|
-
*
|
|
445
|
+
* Name of DB parameter group to apply to all instances in the cluster. When upgrading, AWS does not return this value, so do not reference it in other arguments—either leave it unset, configure each instance directly, or ensure it matches the `engineVersion`.
|
|
455
446
|
*/
|
|
456
447
|
neptuneInstanceParameterGroupName?: pulumi.Input<string>;
|
|
457
448
|
/**
|
|
458
|
-
*
|
|
449
|
+
* Neptune subnet group to associate with this Neptune instance.
|
|
459
450
|
*/
|
|
460
451
|
neptuneSubnetGroupName?: pulumi.Input<string>;
|
|
461
452
|
/**
|
|
462
|
-
*
|
|
453
|
+
* Port on which the Neptune accepts connections. Default is `8182`.
|
|
463
454
|
*/
|
|
464
455
|
port?: pulumi.Input<number>;
|
|
465
456
|
/**
|
|
466
|
-
*
|
|
457
|
+
* Daily time range during which automated backups are created if automated backups are enabled using the BackupRetentionPeriod parameter. Time in UTC. Default: A 30-minute window selected at random from an 8-hour block of time per regionE.g., 04:00-09:00
|
|
467
458
|
*/
|
|
468
459
|
preferredBackupWindow?: pulumi.Input<string>;
|
|
469
460
|
/**
|
|
470
|
-
*
|
|
461
|
+
* Weekly time range during which system maintenance can occur, in (UTC) e.g., wed:04:00-wed:04:30
|
|
471
462
|
*/
|
|
472
463
|
preferredMaintenanceWindow?: pulumi.Input<string>;
|
|
473
464
|
/**
|
|
@@ -479,15 +470,15 @@ export interface ClusterArgs {
|
|
|
479
470
|
*/
|
|
480
471
|
serverlessV2ScalingConfiguration?: pulumi.Input<inputs.neptune.ClusterServerlessV2ScalingConfiguration>;
|
|
481
472
|
/**
|
|
482
|
-
*
|
|
473
|
+
* Whether a final Neptune snapshot is created before the Neptune cluster is deleted. If true is specified, no Neptune snapshot is created. If false is specified, a Neptune snapshot is created before the Neptune cluster is deleted, using the value from `finalSnapshotIdentifier`. Default is `false`.
|
|
483
474
|
*/
|
|
484
475
|
skipFinalSnapshot?: pulumi.Input<boolean>;
|
|
485
476
|
/**
|
|
486
|
-
*
|
|
477
|
+
* Whether or not to create this cluster from a snapshot. You can use either the name or ARN when specifying a Neptune cluster snapshot, or the ARN when specifying a Neptune snapshot. Automated snapshots **should not** be used for this attribute, unless from a different cluster. Automated snapshots are deleted as part of cluster destruction when the resource is replaced.
|
|
487
478
|
*/
|
|
488
479
|
snapshotIdentifier?: pulumi.Input<string>;
|
|
489
480
|
/**
|
|
490
|
-
*
|
|
481
|
+
* Whether the Neptune cluster is encrypted. The default is `false` if not specified.
|
|
491
482
|
*/
|
|
492
483
|
storageEncrypted?: pulumi.Input<boolean>;
|
|
493
484
|
/**
|
|
@@ -495,7 +486,7 @@ export interface ClusterArgs {
|
|
|
495
486
|
*/
|
|
496
487
|
storageType?: pulumi.Input<string>;
|
|
497
488
|
/**
|
|
498
|
-
*
|
|
489
|
+
* Map of tags to assign to the Neptune cluster. If configured with a provider `defaultTags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
|
|
499
490
|
*/
|
|
500
491
|
tags?: pulumi.Input<{
|
|
501
492
|
[key: string]: pulumi.Input<string>;
|
package/neptune/cluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../neptune/cluster.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;
|
|
1
|
+
{"version":3,"file":"cluster.js","sourceRoot":"","sources":["../../neptune/cluster.ts"],"names":[],"mappings":"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"}
|