@pulumi/aws-native 1.43.0-alpha.1766122627 → 1.43.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/bedrockagentcore/gatewayTarget.d.ts +1 -1
- package/bedrockagentcore/gatewayTarget.js +1 -1
- package/bedrockagentcore/getGatewayTarget.d.ts +2 -2
- package/bedrockagentcore/getGatewayTarget.js +2 -2
- package/cases/caseRule.d.ts +85 -0
- package/cases/caseRule.js +77 -0
- package/cases/caseRule.js.map +1 -0
- package/cases/domain.d.ts +65 -0
- package/cases/domain.js +68 -0
- package/cases/domain.js.map +1 -0
- package/cases/field.d.ts +84 -0
- package/cases/field.js +79 -0
- package/cases/field.js.map +1 -0
- package/cases/getCaseRule.d.ts +53 -0
- package/cases/getCaseRule.js +28 -0
- package/cases/getCaseRule.js.map +1 -0
- package/cases/getDomain.d.ts +42 -0
- package/cases/getDomain.js +28 -0
- package/cases/getDomain.js.map +1 -0
- package/cases/getField.d.ts +54 -0
- package/cases/getField.js +28 -0
- package/cases/getField.js.map +1 -0
- package/cases/getLayout.d.ts +46 -0
- package/cases/getLayout.js +28 -0
- package/cases/getLayout.js.map +1 -0
- package/cases/getTemplate.d.ts +63 -0
- package/cases/getTemplate.js +28 -0
- package/cases/getTemplate.js.map +1 -0
- package/cases/index.d.ts +31 -0
- package/cases/index.js +69 -0
- package/cases/index.js.map +1 -0
- package/cases/layout.d.ts +71 -0
- package/cases/layout.js +75 -0
- package/cases/layout.js.map +1 -0
- package/cases/template.d.ts +104 -0
- package/cases/template.js +80 -0
- package/cases/template.js.map +1 -0
- package/connect/contactFlowModule.d.ts +16 -0
- package/connect/contactFlowModule.js +4 -0
- package/connect/contactFlowModule.js.map +1 -1
- package/connect/getContactFlowModule.d.ts +8 -0
- package/connect/getContactFlowModule.js.map +1 -1
- package/connect/getHoursOfOperation.d.ts +8 -0
- package/connect/getHoursOfOperation.js.map +1 -1
- package/connect/hoursOfOperation.d.ts +16 -0
- package/connect/hoursOfOperation.js +4 -0
- package/connect/hoursOfOperation.js.map +1 -1
- package/ec2/getVolume.d.ts +19 -13
- package/ec2/getVolume.js.map +1 -1
- package/ec2/volume.d.ts +38 -26
- package/ec2/volume.js.map +1 -1
- package/ec2/vpnConnection.d.ts +12 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/emr/step.d.ts +16 -0
- package/emr/step.js +5 -1
- package/emr/step.js.map +1 -1
- package/gameliftstreams/streamGroup.d.ts +96 -12
- package/gameliftstreams/streamGroup.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +7 -5
- package/index.js.map +1 -1
- package/iotanalytics/dataset.d.ts +2 -2
- package/iotanalytics/datastore.d.ts +2 -2
- package/iotanalytics/getDataset.d.ts +1 -1
- package/iotanalytics/getDatastore.d.ts +1 -1
- package/lex/bot.d.ts +3 -3
- package/lex/bot.js +1 -1
- package/lex/botAlias.d.ts +3 -3
- package/lex/botAlias.js +1 -1
- package/lex/getBot.d.ts +6 -6
- package/lex/getBot.js +2 -2
- package/lex/getBotAlias.d.ts +6 -2
- package/lex/getBotAlias.js +2 -2
- package/lex/getBotAlias.js.map +1 -1
- package/observabilityadmin/getS3TableIntegration.d.ts +36 -0
- package/observabilityadmin/getS3TableIntegration.js +28 -0
- package/observabilityadmin/getS3TableIntegration.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/s3tableIntegration.d.ts +71 -0
- package/observabilityadmin/s3tableIntegration.js +72 -0
- package/observabilityadmin/s3tableIntegration.js.map +1 -0
- package/odb/getOdbPeeringConnection.d.ts +8 -0
- package/odb/getOdbPeeringConnection.js.map +1 -1
- package/odb/odbPeeringConnection.d.ts +12 -0
- package/odb/odbPeeringConnection.js +5 -1
- package/odb/odbPeeringConnection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/types/enums/bedrockagentcore/index.d.ts +5 -0
- package/types/enums/bedrockagentcore/index.js +5 -1
- package/types/enums/bedrockagentcore/index.js.map +1 -1
- package/types/enums/cases/index.d.ts +38 -0
- package/types/enums/cases/index.js +28 -0
- package/types/enums/cases/index.js.map +1 -0
- package/types/enums/connect/index.d.ts +22 -4
- package/types/enums/connect/index.js +12 -2
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +3 -0
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -0
- package/types/enums/ecr/index.js +1 -0
- package/types/enums/ecr/index.js.map +1 -1
- package/types/enums/ecs/index.d.ts +5 -0
- package/types/enums/ecs/index.js +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +6 -4
- package/types/enums/index.js.map +1 -1
- package/types/enums/lex/index.d.ts +11 -0
- package/types/enums/lex/index.js +10 -1
- package/types/enums/lex/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +8 -0
- package/types/enums/observabilityadmin/index.js +5 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/input.d.ts +352 -40
- package/types/output.d.ts +352 -40
- package/types/output.js.map +1 -1
- package/workspacesweb/getUserSettings.d.ts +1 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +2 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
package/ec2/volume.d.ts
CHANGED
|
@@ -34,25 +34,24 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
34
34
|
*/
|
|
35
35
|
static isInstance(obj: any): obj is Volume;
|
|
36
36
|
/**
|
|
37
|
-
* Indicates whether the volume is auto-enabled for I/O operations. By default,
|
|
37
|
+
* Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
|
|
38
38
|
*/
|
|
39
39
|
readonly autoEnableIo: pulumi.Output<boolean | undefined>;
|
|
40
40
|
/**
|
|
41
41
|
* The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
|
|
42
42
|
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
43
|
+
* If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
43
44
|
*/
|
|
44
45
|
readonly availabilityZone: pulumi.Output<string | undefined>;
|
|
45
46
|
/**
|
|
46
|
-
* The ID of the Availability Zone in which to create the volume. For example,
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
* If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
47
|
+
* The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
|
|
48
|
+
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
49
|
+
* If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
51
50
|
*/
|
|
52
51
|
readonly availabilityZoneId: pulumi.Output<string | undefined>;
|
|
53
52
|
/**
|
|
54
|
-
* Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from
|
|
55
|
-
*
|
|
53
|
+
* Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
|
|
54
|
+
* If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
|
|
56
55
|
*/
|
|
57
56
|
readonly encrypted: pulumi.Output<boolean | undefined>;
|
|
58
57
|
/**
|
|
@@ -73,6 +72,8 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
73
72
|
* + Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
|
|
74
73
|
* + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
|
75
74
|
* + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
|
75
|
+
*
|
|
76
|
+
* If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
|
|
76
77
|
*/
|
|
77
78
|
readonly kmsKeyId: pulumi.Output<string | undefined>;
|
|
78
79
|
/**
|
|
@@ -81,12 +82,16 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
81
82
|
*/
|
|
82
83
|
readonly multiAttachEnabled: pulumi.Output<boolean | undefined>;
|
|
83
84
|
/**
|
|
84
|
-
* The Amazon Resource Name (ARN) of the Outpost.
|
|
85
|
+
* The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
|
|
86
|
+
* If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
|
|
85
87
|
*/
|
|
86
88
|
readonly outpostArn: pulumi.Output<string | undefined>;
|
|
87
89
|
/**
|
|
88
|
-
* The size of the volume, in GiBs.
|
|
89
|
-
*
|
|
90
|
+
* The size of the volume, in GiBs.
|
|
91
|
+
* + Required for new empty volumes.
|
|
92
|
+
* + Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
|
|
93
|
+
*
|
|
94
|
+
* Supported volume sizes:
|
|
90
95
|
* + gp2: ``1 - 16,384`` GiB
|
|
91
96
|
* + gp3: ``1 - 65,536`` GiB
|
|
92
97
|
* + io1: ``4 - 16,384`` GiB
|
|
@@ -96,7 +101,7 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
96
101
|
*/
|
|
97
102
|
readonly size: pulumi.Output<number | undefined>;
|
|
98
103
|
/**
|
|
99
|
-
* The snapshot from which to create the volume.
|
|
104
|
+
* The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
|
|
100
105
|
*/
|
|
101
106
|
readonly snapshotId: pulumi.Output<string | undefined>;
|
|
102
107
|
/**
|
|
@@ -136,7 +141,8 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
136
141
|
* + Cold HDD: ``sc1``
|
|
137
142
|
* + Magnetic: ``standard``
|
|
138
143
|
*
|
|
139
|
-
*
|
|
144
|
+
* Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
|
|
145
|
+
* For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
|
|
140
146
|
* Default: ``gp2``
|
|
141
147
|
*/
|
|
142
148
|
readonly volumeType: pulumi.Output<string | undefined>;
|
|
@@ -154,25 +160,24 @@ export declare class Volume extends pulumi.CustomResource {
|
|
|
154
160
|
*/
|
|
155
161
|
export interface VolumeArgs {
|
|
156
162
|
/**
|
|
157
|
-
* Indicates whether the volume is auto-enabled for I/O operations. By default,
|
|
163
|
+
* Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
|
|
158
164
|
*/
|
|
159
165
|
autoEnableIo?: pulumi.Input<boolean>;
|
|
160
166
|
/**
|
|
161
167
|
* The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
|
|
162
168
|
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
169
|
+
* If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
163
170
|
*/
|
|
164
171
|
availabilityZone?: pulumi.Input<string>;
|
|
165
172
|
/**
|
|
166
|
-
* The ID of the Availability Zone in which to create the volume. For example,
|
|
167
|
-
*
|
|
168
|
-
*
|
|
169
|
-
*
|
|
170
|
-
* If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
173
|
+
* The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
|
|
174
|
+
* Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
|
|
175
|
+
* If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
|
|
171
176
|
*/
|
|
172
177
|
availabilityZoneId?: pulumi.Input<string>;
|
|
173
178
|
/**
|
|
174
|
-
* Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from
|
|
175
|
-
*
|
|
179
|
+
* Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
|
|
180
|
+
* If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
|
|
176
181
|
*/
|
|
177
182
|
encrypted?: pulumi.Input<boolean>;
|
|
178
183
|
/**
|
|
@@ -193,6 +198,8 @@ export interface VolumeArgs {
|
|
|
193
198
|
* + Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
|
|
194
199
|
* + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
|
195
200
|
* + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
|
|
201
|
+
*
|
|
202
|
+
* If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
|
|
196
203
|
*/
|
|
197
204
|
kmsKeyId?: pulumi.Input<string>;
|
|
198
205
|
/**
|
|
@@ -201,12 +208,16 @@ export interface VolumeArgs {
|
|
|
201
208
|
*/
|
|
202
209
|
multiAttachEnabled?: pulumi.Input<boolean>;
|
|
203
210
|
/**
|
|
204
|
-
* The Amazon Resource Name (ARN) of the Outpost.
|
|
211
|
+
* The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
|
|
212
|
+
* If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
|
|
205
213
|
*/
|
|
206
214
|
outpostArn?: pulumi.Input<string>;
|
|
207
215
|
/**
|
|
208
|
-
* The size of the volume, in GiBs.
|
|
209
|
-
*
|
|
216
|
+
* The size of the volume, in GiBs.
|
|
217
|
+
* + Required for new empty volumes.
|
|
218
|
+
* + Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
|
|
219
|
+
*
|
|
220
|
+
* Supported volume sizes:
|
|
210
221
|
* + gp2: ``1 - 16,384`` GiB
|
|
211
222
|
* + gp3: ``1 - 65,536`` GiB
|
|
212
223
|
* + io1: ``4 - 16,384`` GiB
|
|
@@ -216,7 +227,7 @@ export interface VolumeArgs {
|
|
|
216
227
|
*/
|
|
217
228
|
size?: pulumi.Input<number>;
|
|
218
229
|
/**
|
|
219
|
-
* The snapshot from which to create the volume.
|
|
230
|
+
* The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
|
|
220
231
|
*/
|
|
221
232
|
snapshotId?: pulumi.Input<string>;
|
|
222
233
|
/**
|
|
@@ -252,7 +263,8 @@ export interface VolumeArgs {
|
|
|
252
263
|
* + Cold HDD: ``sc1``
|
|
253
264
|
* + Magnetic: ``standard``
|
|
254
265
|
*
|
|
255
|
-
*
|
|
266
|
+
* Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
|
|
267
|
+
* For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
|
|
256
268
|
* Default: ``gp2``
|
|
257
269
|
*/
|
|
258
270
|
volumeType?: pulumi.Input<string>;
|
package/ec2/volume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../ec2/volume.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,MAAO,SAAQ,MAAM,CAAC,cAAc;IAC7C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,MAAM,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACnE,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,MAAM,CAAC,YAAY,CAAC;IACvD,CAAC;
|
|
1
|
+
{"version":3,"file":"volume.js","sourceRoot":"","sources":["../../ec2/volume.ts"],"names":[],"mappings":"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"}
|
package/ec2/vpnConnection.d.ts
CHANGED
|
@@ -81,6 +81,9 @@ export declare class VpnConnection extends pulumi.CustomResource {
|
|
|
81
81
|
* Required if ``OutsideIpAddressType`` is set to ``PrivateIpv4``.
|
|
82
82
|
*/
|
|
83
83
|
readonly transportTransitGatewayAttachmentId: pulumi.Output<string | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. `standard` supports up to 1.25 Gbps per tunnel, while `large` supports up to 5 Gbps per tunnel. The default value is `standard` . Existing VPN connections without a bandwidth setting will automatically default to `standard` .
|
|
86
|
+
*/
|
|
84
87
|
readonly tunnelBandwidth: pulumi.Output<enums.ec2.VpnConnectionTunnelBandwidth | undefined>;
|
|
85
88
|
/**
|
|
86
89
|
* Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
|
@@ -91,6 +94,9 @@ export declare class VpnConnection extends pulumi.CustomResource {
|
|
|
91
94
|
* The type of VPN connection.
|
|
92
95
|
*/
|
|
93
96
|
readonly type: pulumi.Output<string>;
|
|
97
|
+
/**
|
|
98
|
+
* The ID of the VPN connection.
|
|
99
|
+
*/
|
|
94
100
|
readonly vpnConcentratorId: pulumi.Output<string | undefined>;
|
|
95
101
|
/**
|
|
96
102
|
* The ID of the VPN connection.
|
|
@@ -176,6 +182,9 @@ export interface VpnConnectionArgs {
|
|
|
176
182
|
* Required if ``OutsideIpAddressType`` is set to ``PrivateIpv4``.
|
|
177
183
|
*/
|
|
178
184
|
transportTransitGatewayAttachmentId?: pulumi.Input<string>;
|
|
185
|
+
/**
|
|
186
|
+
* The desired bandwidth specification for the VPN tunnel, used when creating or modifying VPN connection options to set the tunnel's throughput capacity. `standard` supports up to 1.25 Gbps per tunnel, while `large` supports up to 5 Gbps per tunnel. The default value is `standard` . Existing VPN connections without a bandwidth setting will automatically default to `standard` .
|
|
187
|
+
*/
|
|
179
188
|
tunnelBandwidth?: pulumi.Input<enums.ec2.VpnConnectionTunnelBandwidth>;
|
|
180
189
|
/**
|
|
181
190
|
* Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
|
|
@@ -186,6 +195,9 @@ export interface VpnConnectionArgs {
|
|
|
186
195
|
* The type of VPN connection.
|
|
187
196
|
*/
|
|
188
197
|
type: pulumi.Input<string>;
|
|
198
|
+
/**
|
|
199
|
+
* The ID of the VPN connection.
|
|
200
|
+
*/
|
|
189
201
|
vpnConcentratorId?: pulumi.Input<string>;
|
|
190
202
|
/**
|
|
191
203
|
* The ID of the virtual private gateway at the AWS side of the VPN connection.
|
package/ec2/vpnConnection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vpnConnection.js","sourceRoot":"","sources":["../../ec2/vpnConnection.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;;GAKG;AACH,MAAa,aAAc,SAAQ,MAAM,CAAC,cAAc;IACpD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,aAAa,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,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,aAAa,CAAC,YAAY,CAAC;IAC9D,CAAC;
|
|
1
|
+
{"version":3,"file":"vpnConnection.js","sourceRoot":"","sources":["../../ec2/vpnConnection.ts"],"names":[],"mappings":"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"}
|
package/emr/step.d.ts
CHANGED
|
@@ -27,6 +27,10 @@ export declare class Step extends pulumi.CustomResource {
|
|
|
27
27
|
* ID generated by service
|
|
28
28
|
*/
|
|
29
29
|
readonly awsId: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
|
|
32
|
+
*/
|
|
33
|
+
readonly encryptionKeyArn: pulumi.Output<string | undefined>;
|
|
30
34
|
/**
|
|
31
35
|
* The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
|
|
32
36
|
*/
|
|
@@ -35,6 +39,10 @@ export declare class Step extends pulumi.CustomResource {
|
|
|
35
39
|
* A string that uniquely identifies the cluster (job flow).
|
|
36
40
|
*/
|
|
37
41
|
readonly jobFlowId: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
|
|
44
|
+
*/
|
|
45
|
+
readonly logUri: pulumi.Output<string | undefined>;
|
|
38
46
|
/**
|
|
39
47
|
* The name of the cluster step.
|
|
40
48
|
*/
|
|
@@ -56,6 +64,10 @@ export interface StepArgs {
|
|
|
56
64
|
* This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
|
|
57
65
|
*/
|
|
58
66
|
actionOnFailure: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
|
|
69
|
+
*/
|
|
70
|
+
encryptionKeyArn?: pulumi.Input<string>;
|
|
59
71
|
/**
|
|
60
72
|
* The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
|
|
61
73
|
*/
|
|
@@ -64,6 +76,10 @@ export interface StepArgs {
|
|
|
64
76
|
* A string that uniquely identifies the cluster (job flow).
|
|
65
77
|
*/
|
|
66
78
|
jobFlowId: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
|
|
81
|
+
*/
|
|
82
|
+
logUri?: pulumi.Input<string>;
|
|
67
83
|
/**
|
|
68
84
|
* The name of the cluster step.
|
|
69
85
|
*/
|
package/emr/step.js
CHANGED
|
@@ -51,20 +51,24 @@ class Step extends pulumi.CustomResource {
|
|
|
51
51
|
throw new Error("Missing required property 'jobFlowId'");
|
|
52
52
|
}
|
|
53
53
|
resourceInputs["actionOnFailure"] = args?.actionOnFailure;
|
|
54
|
+
resourceInputs["encryptionKeyArn"] = args?.encryptionKeyArn;
|
|
54
55
|
resourceInputs["hadoopJarStep"] = args?.hadoopJarStep;
|
|
55
56
|
resourceInputs["jobFlowId"] = args?.jobFlowId;
|
|
57
|
+
resourceInputs["logUri"] = args?.logUri;
|
|
56
58
|
resourceInputs["name"] = args?.name;
|
|
57
59
|
resourceInputs["awsId"] = undefined /*out*/;
|
|
58
60
|
}
|
|
59
61
|
else {
|
|
60
62
|
resourceInputs["actionOnFailure"] = undefined /*out*/;
|
|
61
63
|
resourceInputs["awsId"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["encryptionKeyArn"] = undefined /*out*/;
|
|
62
65
|
resourceInputs["hadoopJarStep"] = undefined /*out*/;
|
|
63
66
|
resourceInputs["jobFlowId"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["logUri"] = undefined /*out*/;
|
|
64
68
|
resourceInputs["name"] = undefined /*out*/;
|
|
65
69
|
}
|
|
66
70
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
-
const replaceOnChanges = { replaceOnChanges: ["actionOnFailure", "hadoopJarStep", "jobFlowId", "name"] };
|
|
71
|
+
const replaceOnChanges = { replaceOnChanges: ["actionOnFailure", "encryptionKeyArn", "hadoopJarStep", "jobFlowId", "logUri", "name"] };
|
|
68
72
|
opts = pulumi.mergeOptions(opts, replaceOnChanges);
|
|
69
73
|
super(Step.__pulumiType, name, resourceInputs, opts);
|
|
70
74
|
}
|
package/emr/step.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"step.js","sourceRoot":"","sources":["../../emr/step.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,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,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;
|
|
1
|
+
{"version":3,"file":"step.js","sourceRoot":"","sources":["../../emr/step.ts"],"names":[],"mappings":"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"}
|
|
@@ -44,37 +44,79 @@ export declare class StreamGroup extends pulumi.CustomResource {
|
|
|
44
44
|
*
|
|
45
45
|
* A stream class can be one of the following:
|
|
46
46
|
*
|
|
47
|
-
* - *`
|
|
47
|
+
* - *`gen6n_pro_win2022` (NVIDIA, pro)* Supports applications with extremely high 3D scene complexity which require maximum resources. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA L4 Tensor Core GPU.
|
|
48
|
+
*
|
|
49
|
+
* - Reference resolution: 1080p
|
|
50
|
+
* - Reference frame rate: 60 fps
|
|
51
|
+
* - Workload specifications: 16 vCPUs, 64 GB RAM, 24 GB VRAM
|
|
52
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
53
|
+
* - *`gen6n_pro` (NVIDIA, pro)* Supports applications with extremely high 3D scene complexity which require maximum resources. Uses dedicated NVIDIA L4 Tensor Core GPU.
|
|
54
|
+
*
|
|
55
|
+
* - Reference resolution: 1080p
|
|
56
|
+
* - Reference frame rate: 60 fps
|
|
57
|
+
* - Workload specifications: 16 vCPUs, 64 GB RAM, 24 GB VRAM
|
|
58
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
59
|
+
* - *`gen6n_ultra_win2022` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA L4 Tensor Core GPU.
|
|
60
|
+
*
|
|
61
|
+
* - Reference resolution: 1080p
|
|
62
|
+
* - Reference frame rate: 60 fps
|
|
63
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
64
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
65
|
+
* - *`gen6n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA L4 Tensor Core GPU.
|
|
66
|
+
*
|
|
67
|
+
* - Reference resolution: 1080p
|
|
68
|
+
* - Reference frame rate: 60 fps
|
|
69
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
70
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
71
|
+
* - *`gen6n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA L4 Tensor Core GPU.
|
|
72
|
+
*
|
|
73
|
+
* - Reference resolution: 1080p
|
|
74
|
+
* - Reference frame rate: 60 fps
|
|
75
|
+
* - Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
|
|
76
|
+
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
77
|
+
* - *`gen6n_medium` (NVIDIA, medium)* Supports applications with moderate 3D scene complexity. Uses NVIDIA L4 Tensor Core GPU.
|
|
78
|
+
*
|
|
79
|
+
* - Reference resolution: 1080p
|
|
80
|
+
* - Reference frame rate: 60 fps
|
|
81
|
+
* - Workload specifications: 2 vCPUs, 8 GB RAM, 6 GB VRAM
|
|
82
|
+
* - Tenancy: Supports up to 4 concurrent stream sessions
|
|
83
|
+
* - *`gen6n_small` (NVIDIA, small)* Supports applications with lightweight 3D scene complexity and low CPU usage. Uses NVIDIA L4 Tensor Core GPU.
|
|
84
|
+
*
|
|
85
|
+
* - Reference resolution: 1080p
|
|
86
|
+
* - Reference frame rate: 60 fps
|
|
87
|
+
* - Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
88
|
+
* - Tenancy: Supports up to 12 concurrent stream sessions
|
|
89
|
+
* - *`gen5n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor Core GPU.
|
|
48
90
|
*
|
|
49
91
|
* - Reference resolution: 1080p
|
|
50
92
|
* - Reference frame rate: 60 fps
|
|
51
93
|
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
52
94
|
* - Tenancy: Supports 1 concurrent stream session
|
|
53
|
-
* - *`gen5n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor GPU.
|
|
95
|
+
* - *`gen5n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor Core GPU.
|
|
54
96
|
*
|
|
55
97
|
* - Reference resolution: 1080p
|
|
56
98
|
* - Reference frame rate: 60 fps
|
|
57
99
|
* - Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
|
|
58
100
|
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
59
|
-
* - *`gen5n_ultra` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor GPU.
|
|
101
|
+
* - *`gen5n_ultra` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor Core GPU.
|
|
60
102
|
*
|
|
61
103
|
* - Reference resolution: 1080p
|
|
62
104
|
* - Reference frame rate: 60 fps
|
|
63
105
|
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
64
106
|
* - Tenancy: Supports 1 concurrent stream session
|
|
65
|
-
* - *`gen4n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.
|
|
107
|
+
* - *`gen4n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor Core GPU.
|
|
66
108
|
*
|
|
67
109
|
* - Reference resolution: 1080p
|
|
68
110
|
* - Reference frame rate: 60 fps
|
|
69
111
|
* - Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
|
|
70
112
|
* - Tenancy: Supports 1 concurrent stream session
|
|
71
|
-
* - *`gen4n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor GPU.
|
|
113
|
+
* - *`gen4n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor Core GPU.
|
|
72
114
|
*
|
|
73
115
|
* - Reference resolution: 1080p
|
|
74
116
|
* - Reference frame rate: 60 fps
|
|
75
117
|
* - Workload specifications: 4 vCPUs, 16 GB RAM, 8 GB VRAM
|
|
76
118
|
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
77
|
-
* - *`gen4n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor GPU.
|
|
119
|
+
* - *`gen4n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor Core GPU.
|
|
78
120
|
*
|
|
79
121
|
* - Reference resolution: 1080p
|
|
80
122
|
* - Reference frame rate: 60 fps
|
|
@@ -118,37 +160,79 @@ export interface StreamGroupArgs {
|
|
|
118
160
|
*
|
|
119
161
|
* A stream class can be one of the following:
|
|
120
162
|
*
|
|
121
|
-
* - *`
|
|
163
|
+
* - *`gen6n_pro_win2022` (NVIDIA, pro)* Supports applications with extremely high 3D scene complexity which require maximum resources. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA L4 Tensor Core GPU.
|
|
164
|
+
*
|
|
165
|
+
* - Reference resolution: 1080p
|
|
166
|
+
* - Reference frame rate: 60 fps
|
|
167
|
+
* - Workload specifications: 16 vCPUs, 64 GB RAM, 24 GB VRAM
|
|
168
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
169
|
+
* - *`gen6n_pro` (NVIDIA, pro)* Supports applications with extremely high 3D scene complexity which require maximum resources. Uses dedicated NVIDIA L4 Tensor Core GPU.
|
|
170
|
+
*
|
|
171
|
+
* - Reference resolution: 1080p
|
|
172
|
+
* - Reference frame rate: 60 fps
|
|
173
|
+
* - Workload specifications: 16 vCPUs, 64 GB RAM, 24 GB VRAM
|
|
174
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
175
|
+
* - *`gen6n_ultra_win2022` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA L4 Tensor Core GPU.
|
|
176
|
+
*
|
|
177
|
+
* - Reference resolution: 1080p
|
|
178
|
+
* - Reference frame rate: 60 fps
|
|
179
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
180
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
181
|
+
* - *`gen6n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA L4 Tensor Core GPU.
|
|
182
|
+
*
|
|
183
|
+
* - Reference resolution: 1080p
|
|
184
|
+
* - Reference frame rate: 60 fps
|
|
185
|
+
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
186
|
+
* - Tenancy: Supports 1 concurrent stream session
|
|
187
|
+
* - *`gen6n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA L4 Tensor Core GPU.
|
|
188
|
+
*
|
|
189
|
+
* - Reference resolution: 1080p
|
|
190
|
+
* - Reference frame rate: 60 fps
|
|
191
|
+
* - Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
|
|
192
|
+
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
193
|
+
* - *`gen6n_medium` (NVIDIA, medium)* Supports applications with moderate 3D scene complexity. Uses NVIDIA L4 Tensor Core GPU.
|
|
194
|
+
*
|
|
195
|
+
* - Reference resolution: 1080p
|
|
196
|
+
* - Reference frame rate: 60 fps
|
|
197
|
+
* - Workload specifications: 2 vCPUs, 8 GB RAM, 6 GB VRAM
|
|
198
|
+
* - Tenancy: Supports up to 4 concurrent stream sessions
|
|
199
|
+
* - *`gen6n_small` (NVIDIA, small)* Supports applications with lightweight 3D scene complexity and low CPU usage. Uses NVIDIA L4 Tensor Core GPU.
|
|
200
|
+
*
|
|
201
|
+
* - Reference resolution: 1080p
|
|
202
|
+
* - Reference frame rate: 60 fps
|
|
203
|
+
* - Workload specifications: 1 vCPUs, 4 GB RAM, 2 GB VRAM
|
|
204
|
+
* - Tenancy: Supports up to 12 concurrent stream sessions
|
|
205
|
+
* - *`gen5n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor Core GPU.
|
|
122
206
|
*
|
|
123
207
|
* - Reference resolution: 1080p
|
|
124
208
|
* - Reference frame rate: 60 fps
|
|
125
209
|
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
126
210
|
* - Tenancy: Supports 1 concurrent stream session
|
|
127
|
-
* - *`gen5n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor GPU.
|
|
211
|
+
* - *`gen5n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor Core GPU.
|
|
128
212
|
*
|
|
129
213
|
* - Reference resolution: 1080p
|
|
130
214
|
* - Reference frame rate: 60 fps
|
|
131
215
|
* - Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
|
|
132
216
|
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
133
|
-
* - *`gen5n_ultra` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor GPU.
|
|
217
|
+
* - *`gen5n_ultra` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor Core GPU.
|
|
134
218
|
*
|
|
135
219
|
* - Reference resolution: 1080p
|
|
136
220
|
* - Reference frame rate: 60 fps
|
|
137
221
|
* - Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
|
|
138
222
|
* - Tenancy: Supports 1 concurrent stream session
|
|
139
|
-
* - *`gen4n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.
|
|
223
|
+
* - *`gen4n_win2022` (NVIDIA, ultra)* Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.6, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor Core GPU.
|
|
140
224
|
*
|
|
141
225
|
* - Reference resolution: 1080p
|
|
142
226
|
* - Reference frame rate: 60 fps
|
|
143
227
|
* - Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
|
|
144
228
|
* - Tenancy: Supports 1 concurrent stream session
|
|
145
|
-
* - *`gen4n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor GPU.
|
|
229
|
+
* - *`gen4n_high` (NVIDIA, high)* Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor Core GPU.
|
|
146
230
|
*
|
|
147
231
|
* - Reference resolution: 1080p
|
|
148
232
|
* - Reference frame rate: 60 fps
|
|
149
233
|
* - Workload specifications: 4 vCPUs, 16 GB RAM, 8 GB VRAM
|
|
150
234
|
* - Tenancy: Supports up to 2 concurrent stream sessions
|
|
151
|
-
* - *`gen4n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor GPU.
|
|
235
|
+
* - *`gen4n_ultra` (NVIDIA, ultra)* Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor Core GPU.
|
|
152
236
|
*
|
|
153
237
|
* - Reference resolution: 1080p
|
|
154
238
|
* - Reference frame rate: 60 fps
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamGroup.js","sourceRoot":"","sources":["../../gameliftstreams/streamGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,WAAW,CAAC,IAAI,EAAE,SAAgB,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;
|
|
1
|
+
{"version":3,"file":"streamGroup.js","sourceRoot":"","sources":["../../gameliftstreams/streamGroup.ts"],"names":[],"mappings":"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"}
|
package/index.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ import * as bedrock from "./bedrock";
|
|
|
63
63
|
import * as bedrockagentcore from "./bedrockagentcore";
|
|
64
64
|
import * as billing from "./billing";
|
|
65
65
|
import * as budgets from "./budgets";
|
|
66
|
+
import * as cases from "./cases";
|
|
66
67
|
import * as cassandra from "./cassandra";
|
|
67
68
|
import * as ce from "./ce";
|
|
68
69
|
import * as certificatemanager from "./certificatemanager";
|
|
@@ -268,4 +269,4 @@ import * as workspacesinstances from "./workspacesinstances";
|
|
|
268
269
|
import * as workspacesthinclient from "./workspacesthinclient";
|
|
269
270
|
import * as workspacesweb from "./workspacesweb";
|
|
270
271
|
import * as xray from "./xray";
|
|
271
|
-
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, billing, budgets, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, dax, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
|
272
|
+
export { accessanalyzer, acmpca, aiops, amazonmq, amplify, amplifyuibuilder, apigateway, apigatewayv2, appconfig, appflow, appintegrations, applicationautoscaling, applicationinsights, applicationsignals, apprunner, appstream, appsync, aps, arcregionswitch, arczonalshift, athena, auditmanager, autoscaling, b2bi, backup, backupgateway, batch, bedrock, bedrockagentcore, billing, budgets, cases, cassandra, ce, certificatemanager, chatbot, cleanrooms, cleanroomsml, cloudformation, cloudfront, cloudtrail, cloudwatch, codeartifact, codebuild, codeconnections, codedeploy, codeguruprofiler, codegurureviewer, codepipeline, codestarconnections, codestarnotifications, cognito, comprehend, config, configuration, connect, connectcampaigns, connectcampaignsv2, controltower, customerprofiles, databrew, datapipeline, datasync, datazone, dax, deadline, detective, devicefarm, devopsguru, directoryservice, dms, docdbelastic, dsql, dynamodb, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elasticloadbalancingv2, emr, emrcontainers, emrserverless, entityresolution, events, eventschemas, evidently, evs, finspace, fis, fms, forecast, frauddetector, fsx, gamelift, gameliftstreams, globalaccelerator, glue, grafana, greengrassv2, groundstation, guardduty, healthimaging, healthlake, iam, identitystore, imagebuilder, inspector, inspectorv2, internetmonitor, invoicing, iot, iotanalytics, iotcoredeviceadvisor, iotevents, iotfleethub, iotsitewise, iottwinmaker, iotwireless, ivs, ivschat, kafkaconnect, kendra, kendraranking, kinesis, kinesisanalyticsv2, kinesisfirehose, kinesisvideo, kms, lakeformation, lambda, launchwizard, lex, licensemanager, lightsail, location, logs, lookoutvision, m2, macie, mediaconnect, medialive, mediapackage, mediapackagev2, mediatailor, memorydb, msk, mwaa, neptune, neptunegraph, networkfirewall, networkmanager, nimblestudio, oam, observabilityadmin, odb, omics, opensearchserverless, opensearchservice, opsworkscm, organizations, osis, panorama, paymentcryptography, pcaconnectorad, pcaconnectorscep, pcs, personalize, pinpoint, pipes, proton, qbusiness, qldb, quicksight, ram, rbin, rds, redshift, redshiftserverless, refactorspaces, rekognition, resiliencehub, resourceexplorer2, resourcegroups, rolesanywhere, route53, route53profiles, route53recoverycontrol, route53recoveryreadiness, route53resolver, rtbfabric, rum, s3, s3express, s3objectlambda, s3outposts, s3tables, s3vectors, sagemaker, scheduler, secretsmanager, securityhub, securitylake, servicecatalog, servicecatalogappregistry, ses, shield, signer, simspaceweaver, smsvoice, sns, sqs, ssm, ssmcontacts, ssmguiconnect, ssmincidents, ssmquicksetup, sso, stepfunctions, supportapp, synthetics, systemsmanagersap, timestream, transfer, types, verifiedpermissions, voiceid, vpclattice, wafv2, wisdom, workspaces, workspacesinstances, workspacesthinclient, workspacesweb, xray, };
|
package/index.js
CHANGED
|
@@ -17,11 +17,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
19
|
exports.billing = exports.bedrockagentcore = exports.bedrock = exports.batch = exports.backupgateway = exports.backup = exports.b2bi = exports.autoscaling = exports.auditmanager = exports.athena = exports.arczonalshift = exports.arcregionswitch = exports.aps = exports.appsync = exports.appstream = exports.apprunner = exports.applicationsignals = exports.applicationinsights = exports.applicationautoscaling = exports.appintegrations = exports.appflow = exports.appconfig = exports.apigatewayv2 = exports.apigateway = exports.amplifyuibuilder = exports.amplify = exports.amazonmq = exports.aiops = exports.acmpca = exports.accessanalyzer = exports.Provider = exports.importValueOutput = exports.importValue = exports.getUrlSuffixOutput = exports.getUrlSuffix = exports.getSsmParameterStringOutput = exports.getSsmParameterString = exports.getSsmParameterListOutput = exports.getSsmParameterList = exports.getRegionOutput = exports.getRegion = exports.getPartitionOutput = exports.getPartition = exports.getAzsOutput = exports.getAzs = exports.getAccountIdOutput = exports.getAccountId = exports.ExtensionResource = exports.cidrOutput = exports.cidr = void 0;
|
|
20
|
-
exports.
|
|
21
|
-
exports.
|
|
22
|
-
exports.
|
|
23
|
-
exports.
|
|
24
|
-
exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = void 0;
|
|
20
|
+
exports.elasticache = exports.eks = exports.efs = exports.ecs = exports.ecr = exports.ec2 = exports.dynamodb = exports.dsql = exports.docdbelastic = exports.dms = exports.directoryservice = exports.devopsguru = exports.devicefarm = exports.detective = exports.deadline = exports.dax = exports.datazone = exports.datasync = exports.datapipeline = exports.databrew = exports.customerprofiles = exports.controltower = exports.connectcampaignsv2 = exports.connectcampaigns = exports.connect = exports.configuration = exports.config = exports.comprehend = exports.cognito = exports.codestarnotifications = exports.codestarconnections = exports.codepipeline = exports.codegurureviewer = exports.codeguruprofiler = exports.codedeploy = exports.codeconnections = exports.codebuild = exports.codeartifact = exports.cloudwatch = exports.cloudtrail = exports.cloudfront = exports.cloudformation = exports.cleanroomsml = exports.cleanrooms = exports.chatbot = exports.certificatemanager = exports.ce = exports.cassandra = exports.cases = exports.budgets = void 0;
|
|
21
|
+
exports.kinesisvideo = exports.kinesisfirehose = exports.kinesisanalyticsv2 = exports.kinesis = exports.kendraranking = exports.kendra = exports.kafkaconnect = exports.ivschat = exports.ivs = exports.iotwireless = exports.iottwinmaker = exports.iotsitewise = exports.iotfleethub = exports.iotevents = exports.iotcoredeviceadvisor = exports.iotanalytics = exports.iot = exports.invoicing = exports.internetmonitor = exports.inspectorv2 = exports.inspector = exports.imagebuilder = exports.identitystore = exports.iam = exports.healthlake = exports.healthimaging = exports.guardduty = exports.groundstation = exports.greengrassv2 = exports.grafana = exports.glue = exports.globalaccelerator = exports.gameliftstreams = exports.gamelift = exports.fsx = exports.frauddetector = exports.forecast = exports.fms = exports.fis = exports.finspace = exports.evs = exports.evidently = exports.eventschemas = exports.events = exports.entityresolution = exports.emrserverless = exports.emrcontainers = exports.emr = exports.elasticloadbalancingv2 = exports.elasticbeanstalk = void 0;
|
|
22
|
+
exports.redshift = exports.rds = exports.rbin = exports.ram = exports.quicksight = exports.qldb = exports.qbusiness = exports.proton = exports.pipes = exports.pinpoint = exports.personalize = exports.pcs = exports.pcaconnectorscep = exports.pcaconnectorad = exports.paymentcryptography = exports.panorama = exports.osis = exports.organizations = exports.opsworkscm = exports.opensearchservice = exports.opensearchserverless = exports.omics = exports.odb = exports.observabilityadmin = exports.oam = exports.nimblestudio = exports.networkmanager = exports.networkfirewall = exports.neptunegraph = exports.neptune = exports.mwaa = exports.msk = exports.memorydb = exports.mediatailor = exports.mediapackagev2 = exports.mediapackage = exports.medialive = exports.mediaconnect = exports.macie = exports.m2 = exports.lookoutvision = exports.logs = exports.location = exports.lightsail = exports.licensemanager = exports.lex = exports.launchwizard = exports.lambda = exports.lakeformation = exports.kms = void 0;
|
|
23
|
+
exports.vpclattice = exports.voiceid = exports.verifiedpermissions = exports.types = exports.transfer = exports.timestream = exports.systemsmanagersap = exports.synthetics = exports.supportapp = exports.stepfunctions = exports.sso = exports.ssmquicksetup = exports.ssmincidents = exports.ssmguiconnect = exports.ssmcontacts = exports.ssm = exports.sqs = exports.sns = exports.smsvoice = exports.simspaceweaver = exports.signer = exports.shield = exports.ses = exports.servicecatalogappregistry = exports.servicecatalog = exports.securitylake = exports.securityhub = exports.secretsmanager = exports.scheduler = exports.sagemaker = exports.s3vectors = exports.s3tables = exports.s3outposts = exports.s3objectlambda = exports.s3express = exports.s3 = exports.rum = exports.rtbfabric = exports.route53resolver = exports.route53recoveryreadiness = exports.route53recoverycontrol = exports.route53profiles = exports.route53 = exports.rolesanywhere = exports.resourcegroups = exports.resourceexplorer2 = exports.resiliencehub = exports.rekognition = exports.refactorspaces = exports.redshiftserverless = void 0;
|
|
24
|
+
exports.xray = exports.workspacesweb = exports.workspacesthinclient = exports.workspacesinstances = exports.workspaces = exports.wisdom = exports.wafv2 = void 0;
|
|
25
25
|
const pulumi = require("@pulumi/pulumi");
|
|
26
26
|
const utilities = require("./utilities");
|
|
27
27
|
exports.cidr = null;
|
|
@@ -120,6 +120,8 @@ const billing = require("./billing");
|
|
|
120
120
|
exports.billing = billing;
|
|
121
121
|
const budgets = require("./budgets");
|
|
122
122
|
exports.budgets = budgets;
|
|
123
|
+
const cases = require("./cases");
|
|
124
|
+
exports.cases = cases;
|
|
123
125
|
const cassandra = require("./cassandra");
|
|
124
126
|
exports.cassandra = cassandra;
|
|
125
127
|
const ce = require("./ce");
|