@propulsionworks/cloudformation 0.1.16 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +53 -16
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +2 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
- package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +11 -4
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +5 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +4 -4
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +55 -44
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +3 -2
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +3 -1
- package/out/exports/resources.generated/aws-connect-instance.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +8 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +137 -7
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +0 -3
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +14 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +25 -7
- package/out/exports/resources.generated/aws-glue-job.d.ts +1 -1
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +4 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +1 -1
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +50 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +221 -18
- package/out/exports/resources.generated/aws-odb-cloudautonomousvmcluster.d.ts +19 -5
- package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +16 -4
- package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +28 -10
- package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +13 -3
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +6 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +7 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +11 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +103 -3
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +5 -1
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +21 -9
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +8 -2
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +111 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +12 -2
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +16 -2
- package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +137 -0
- package/package.json +1 -1
|
@@ -99,14 +99,17 @@ export type MediaPackageV2OriginEndpointAttribs = {
|
|
|
99
99
|
*/
|
|
100
100
|
CreatedAt: string;
|
|
101
101
|
/**
|
|
102
|
+
* The egress domain URL for stream delivery from MediaPackage.
|
|
102
103
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-dashmanifesturls}
|
|
103
104
|
*/
|
|
104
105
|
DashManifestUrls: string[];
|
|
105
106
|
/**
|
|
107
|
+
* The egress domain URL for stream delivery from MediaPackage.
|
|
106
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-hlsmanifesturls}
|
|
107
109
|
*/
|
|
108
110
|
HlsManifestUrls: string[];
|
|
109
111
|
/**
|
|
112
|
+
* The egress domain URL for stream delivery from MediaPackage.
|
|
110
113
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifesturls}
|
|
111
114
|
*/
|
|
112
115
|
LowLatencyHlsManifestUrls: string[];
|
|
@@ -133,26 +136,141 @@ export type CmafEncryptionMethod = "CENC" | "CBCS";
|
|
|
133
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-containertype.html}
|
|
134
137
|
*/
|
|
135
138
|
export type ContainerType = "TS" | "CMAF";
|
|
139
|
+
/**
|
|
140
|
+
* <p>The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.</p>
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html}
|
|
142
|
+
*/
|
|
143
|
+
export type DashBaseUrl = {
|
|
144
|
+
/**
|
|
145
|
+
* <p>For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.</p>
|
|
146
|
+
* @min 1
|
|
147
|
+
* @max 15000
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-dvbpriority}
|
|
149
|
+
*/
|
|
150
|
+
DvbPriority?: number | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>For use with DVB-DASH profiles only. The weighting for source locations that have the same priority. </p>
|
|
153
|
+
* @min 1
|
|
154
|
+
* @max 15000
|
|
155
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-dvbweight}
|
|
156
|
+
*/
|
|
157
|
+
DvbWeight?: number | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The name of the source location.</p>
|
|
160
|
+
* @minLength 1
|
|
161
|
+
* @maxLength 2048
|
|
162
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-servicelocation}
|
|
163
|
+
*/
|
|
164
|
+
ServiceLocation?: string | undefined;
|
|
165
|
+
/**
|
|
166
|
+
* <p>A source location for segments.</p>
|
|
167
|
+
* @minLength 1
|
|
168
|
+
* @maxLength 2048
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashbaseurl.html#cfn-mediapackagev2-originendpoint-dashbaseurl-url}
|
|
170
|
+
*/
|
|
171
|
+
Url: string;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashcompactness.html}
|
|
175
|
+
*/
|
|
176
|
+
export type DashCompactness = "STANDARD" | "NONE";
|
|
136
177
|
/**
|
|
137
178
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdrmsignaling.html}
|
|
138
179
|
*/
|
|
139
180
|
export type DashDrmSignaling = "INDIVIDUAL" | "REFERENCED";
|
|
181
|
+
/**
|
|
182
|
+
* <p>For use with DVB-DASH profiles only. The settings for font downloads that you want Elemental MediaPackage to pass through to the manifest.</p>
|
|
183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html}
|
|
184
|
+
*/
|
|
185
|
+
export type DashDvbFontDownload = {
|
|
186
|
+
/**
|
|
187
|
+
* <p>The <code>fontFamily</code> name for subtitles, as described in <a href="https://tech.ebu.ch/publications/tech3380">EBU-TT-D Subtitling Distribution Format</a>. </p>
|
|
188
|
+
* @minLength 1
|
|
189
|
+
* @maxLength 256
|
|
190
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-fontfamily}
|
|
191
|
+
*/
|
|
192
|
+
FontFamily?: string | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* <p>The <code>mimeType</code> of the resource that's at the font download URL.</p> <p>For information about font MIME types, see the <a href="https://dvb.org/wp-content/uploads/2021/06/A168r4_MPEG-DASH-Profile-for-Transport-of-ISO-BMFF-Based-DVB-Services_Draft-ts_103-285-v140_November_2021.pdf">MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks</a> document. </p>
|
|
195
|
+
* @minLength 1
|
|
196
|
+
* @maxLength 256
|
|
197
|
+
* @pattern ^[a-zA-Z0-9][a-zA-Z0-9_/-]*[a-zA-Z0-9]$
|
|
198
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-mimetype}
|
|
199
|
+
*/
|
|
200
|
+
MimeType?: string | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* <p>The URL for downloading fonts for subtitles.</p>
|
|
203
|
+
* @minLength 1
|
|
204
|
+
* @maxLength 2048
|
|
205
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbfontdownload.html#cfn-mediapackagev2-originendpoint-dashdvbfontdownload-url}
|
|
206
|
+
*/
|
|
207
|
+
Url?: string | undefined;
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* <p>For use with DVB-DASH profiles only. The settings for error reporting from the playback device that you want Elemental MediaPackage to pass through to the manifest.</p>
|
|
211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html}
|
|
212
|
+
*/
|
|
213
|
+
export type DashDvbMetricsReporting = {
|
|
214
|
+
/**
|
|
215
|
+
* <p>The number of playback devices per 1000 that will send error reports to the reporting URL. This represents the probability that a playback device will be a reporting player for this session.</p>
|
|
216
|
+
* @min 1
|
|
217
|
+
* @max 1000
|
|
218
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-probability}
|
|
219
|
+
*/
|
|
220
|
+
Probability?: number | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* <p>The URL where playback devices send error reports.</p>
|
|
223
|
+
* @minLength 1
|
|
224
|
+
* @maxLength 2048
|
|
225
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbmetricsreporting.html#cfn-mediapackagev2-originendpoint-dashdvbmetricsreporting-reportingurl}
|
|
226
|
+
*/
|
|
227
|
+
ReportingUrl: string;
|
|
228
|
+
};
|
|
229
|
+
/**
|
|
230
|
+
* <p>For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.</p>
|
|
231
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html}
|
|
232
|
+
*/
|
|
233
|
+
export type DashDvbSettings = {
|
|
234
|
+
/**
|
|
235
|
+
* <p>Playback device error reporting settings.</p>
|
|
236
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html#cfn-mediapackagev2-originendpoint-dashdvbsettings-errormetrics}
|
|
237
|
+
*/
|
|
238
|
+
ErrorMetrics?: DashDvbMetricsReporting[] | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashdvbsettings.html#cfn-mediapackagev2-originendpoint-dashdvbsettings-fontdownload}
|
|
241
|
+
*/
|
|
242
|
+
FontDownload?: DashDvbFontDownload | undefined;
|
|
243
|
+
};
|
|
140
244
|
/**
|
|
141
245
|
* The DASH manifest configuration associated with the origin endpoint.
|
|
142
246
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html}
|
|
143
247
|
*/
|
|
144
248
|
export type DashManifestConfiguration = {
|
|
145
249
|
/**
|
|
250
|
+
* <p>The base URL to use for retrieving segments.</p>
|
|
251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-baseurls}
|
|
252
|
+
*/
|
|
253
|
+
BaseUrls?: DashBaseUrl[] | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-compactness}
|
|
256
|
+
*/
|
|
257
|
+
Compactness?: DashCompactness | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* Determines how the DASH manifest signals the DRM content.
|
|
146
260
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-drmsignaling}
|
|
147
261
|
*/
|
|
148
262
|
DrmSignaling?: DashDrmSignaling | undefined;
|
|
149
263
|
/**
|
|
150
|
-
*
|
|
264
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-dvbsettings}
|
|
265
|
+
*/
|
|
266
|
+
DvbSettings?: DashDvbSettings | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
|
|
151
269
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-filterconfiguration}
|
|
152
270
|
*/
|
|
153
271
|
FilterConfiguration?: FilterConfiguration | undefined;
|
|
154
272
|
/**
|
|
155
|
-
*
|
|
273
|
+
* A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint.
|
|
156
274
|
* @minLength 1
|
|
157
275
|
* @maxLength 256
|
|
158
276
|
* @pattern ^[a-zA-Z0-9_-]+$
|
|
@@ -160,42 +278,59 @@ export type DashManifestConfiguration = {
|
|
|
160
278
|
*/
|
|
161
279
|
ManifestName: string;
|
|
162
280
|
/**
|
|
163
|
-
*
|
|
281
|
+
* The total duration (in seconds) of the manifest's content.
|
|
164
282
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-manifestwindowseconds}
|
|
165
283
|
*/
|
|
166
284
|
ManifestWindowSeconds?: number | undefined;
|
|
167
285
|
/**
|
|
168
|
-
*
|
|
286
|
+
* Minimum amount of content (in seconds) that a player must keep available in the buffer.
|
|
169
287
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minbuffertimeseconds}
|
|
170
288
|
*/
|
|
171
289
|
MinBufferTimeSeconds?: number | undefined;
|
|
172
290
|
/**
|
|
173
|
-
*
|
|
291
|
+
* Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
|
|
174
292
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-minupdateperiodseconds}
|
|
175
293
|
*/
|
|
176
294
|
MinUpdatePeriodSeconds?: number | undefined;
|
|
177
295
|
/**
|
|
178
|
-
*
|
|
179
|
-
* For more information about periods in the DASH manifest, see <a href="https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html">Multi-period DASH in AWS Elemental MediaPackage</a>.</p>
|
|
296
|
+
* A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type `ADS` to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see [Multi-period DASH in AWS Elemental MediaPackage](https://docs.aws.amazon.com/mediapackage/latest/userguide/multi-period.html) .
|
|
180
297
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-periodtriggers}
|
|
181
298
|
*/
|
|
182
299
|
PeriodTriggers?: DashPeriodTrigger[] | undefined;
|
|
183
300
|
/**
|
|
184
|
-
* <p>The
|
|
301
|
+
* <p>The profile that the output is compliant with.</p>
|
|
302
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-profiles}
|
|
303
|
+
*/
|
|
304
|
+
Profiles?: DashProfile[] | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-programinformation}
|
|
307
|
+
*/
|
|
308
|
+
ProgramInformation?: DashProgramInformation | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* The SCTE configuration.
|
|
185
311
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-sctedash}
|
|
186
312
|
*/
|
|
187
313
|
ScteDash?: ScteDash | undefined;
|
|
188
314
|
/**
|
|
315
|
+
* Determines the type of variable used in the `media` URL of the `SegmentTemplate` tag in the manifest. Also specifies if segment timeline information is included in `SegmentTimeline` or `SegmentTemplate` .
|
|
316
|
+
*
|
|
317
|
+
* Value description:
|
|
318
|
+
*
|
|
319
|
+
* - `NUMBER_WITH_TIMELINE` - The `$Number$` variable is used in the `media` URL. The value of this variable is the sequential number of the segment. A full `SegmentTimeline` object is presented in each `SegmentTemplate` .
|
|
189
320
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-segmenttemplateformat}
|
|
190
321
|
*/
|
|
191
322
|
SegmentTemplateFormat?: DashSegmentTemplateFormat | undefined;
|
|
192
323
|
/**
|
|
193
|
-
*
|
|
324
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-subtitleconfiguration}
|
|
325
|
+
*/
|
|
326
|
+
SubtitleConfiguration?: DashSubtitleConfiguration | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* The amount of time (in seconds) that the player should be from the end of the manifest.
|
|
194
329
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-suggestedpresentationdelayseconds}
|
|
195
330
|
*/
|
|
196
331
|
SuggestedPresentationDelaySeconds?: number | undefined;
|
|
197
332
|
/**
|
|
198
|
-
*
|
|
333
|
+
* Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
|
|
199
334
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-dashmanifestconfiguration-utctiming}
|
|
200
335
|
*/
|
|
201
336
|
UtcTiming?: DashUtcTiming | undefined;
|
|
@@ -204,10 +339,80 @@ export type DashManifestConfiguration = {
|
|
|
204
339
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashperiodtrigger.html}
|
|
205
340
|
*/
|
|
206
341
|
export type DashPeriodTrigger = "AVAILS" | "DRM_KEY_ROTATION" | "SOURCE_CHANGES" | "SOURCE_DISRUPTIONS" | "NONE";
|
|
342
|
+
/**
|
|
343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprofile.html}
|
|
344
|
+
*/
|
|
345
|
+
export type DashProfile = "DVB_DASH";
|
|
346
|
+
/**
|
|
347
|
+
* <p>Details about the content that you want MediaPackage to pass through in the manifest to the playback device.</p>
|
|
348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html}
|
|
349
|
+
*/
|
|
350
|
+
export type DashProgramInformation = {
|
|
351
|
+
/**
|
|
352
|
+
* <p>A copyright statement about the content.</p>
|
|
353
|
+
* @minLength 1
|
|
354
|
+
* @maxLength 2048
|
|
355
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-copyright}
|
|
356
|
+
*/
|
|
357
|
+
Copyright?: string | undefined;
|
|
358
|
+
/**
|
|
359
|
+
* <p>The language code for this manifest.</p>
|
|
360
|
+
* @minLength 2
|
|
361
|
+
* @maxLength 5
|
|
362
|
+
* @pattern ^[a-zA-Z0-9][a-zA-Z0-9_-]*[a-zA-Z0-9]$
|
|
363
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-languagecode}
|
|
364
|
+
*/
|
|
365
|
+
LanguageCode?: string | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>An absolute URL that contains more information about this content.</p>
|
|
368
|
+
* @minLength 1
|
|
369
|
+
* @maxLength 2048
|
|
370
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-moreinformationurl}
|
|
371
|
+
*/
|
|
372
|
+
MoreInformationUrl?: string | undefined;
|
|
373
|
+
/**
|
|
374
|
+
* <p>Information about the content provider.</p>
|
|
375
|
+
* @minLength 1
|
|
376
|
+
* @maxLength 2048
|
|
377
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-source}
|
|
378
|
+
*/
|
|
379
|
+
Source?: string | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p>The title for the manifest.</p>
|
|
382
|
+
* @minLength 1
|
|
383
|
+
* @maxLength 2048
|
|
384
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashprograminformation.html#cfn-mediapackagev2-originendpoint-dashprograminformation-title}
|
|
385
|
+
*/
|
|
386
|
+
Title?: string | undefined;
|
|
387
|
+
};
|
|
207
388
|
/**
|
|
208
389
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsegmenttemplateformat.html}
|
|
209
390
|
*/
|
|
210
391
|
export type DashSegmentTemplateFormat = "NUMBER_WITH_TIMELINE";
|
|
392
|
+
/**
|
|
393
|
+
* <p>The configuration for DASH subtitles.</p>
|
|
394
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html}
|
|
395
|
+
*/
|
|
396
|
+
export type DashSubtitleConfiguration = {
|
|
397
|
+
/**
|
|
398
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashsubtitleconfiguration.html#cfn-mediapackagev2-originendpoint-dashsubtitleconfiguration-ttmlconfiguration}
|
|
399
|
+
*/
|
|
400
|
+
TtmlConfiguration?: DashTtmlConfiguration | undefined;
|
|
401
|
+
};
|
|
402
|
+
/**
|
|
403
|
+
* <p>The settings for TTML subtitles.</p>
|
|
404
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html}
|
|
405
|
+
*/
|
|
406
|
+
export type DashTtmlConfiguration = {
|
|
407
|
+
/**
|
|
408
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html#cfn-mediapackagev2-originendpoint-dashttmlconfiguration-ttmlprofile}
|
|
409
|
+
*/
|
|
410
|
+
TtmlProfile: DashTtmlProfile;
|
|
411
|
+
};
|
|
412
|
+
/**
|
|
413
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlprofile.html}
|
|
414
|
+
*/
|
|
415
|
+
export type DashTtmlProfile = "IMSC_1" | "EBU_TT_D_101";
|
|
211
416
|
/**
|
|
212
417
|
* Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
|
|
213
418
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashutctiming.html}
|
|
@@ -392,7 +597,7 @@ export type HlsManifestConfiguration = {
|
|
|
392
597
|
*/
|
|
393
598
|
ChildManifestName?: string | undefined;
|
|
394
599
|
/**
|
|
395
|
-
*
|
|
600
|
+
* Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
|
|
396
601
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-filterconfiguration}
|
|
397
602
|
*/
|
|
398
603
|
FilterConfiguration?: FilterConfiguration | undefined;
|
|
@@ -420,13 +625,12 @@ export type HlsManifestConfiguration = {
|
|
|
420
625
|
*/
|
|
421
626
|
ScteHls?: ScteHls | undefined;
|
|
422
627
|
/**
|
|
423
|
-
*
|
|
628
|
+
* To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
|
|
424
629
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-starttag}
|
|
425
630
|
*/
|
|
426
631
|
StartTag?: StartTag | undefined;
|
|
427
632
|
/**
|
|
428
|
-
*
|
|
429
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
633
|
+
* When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see [AWS Signature Version 4 for API requests](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html) in *AWS Identity and Access Management User Guide* .
|
|
430
634
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-hlsmanifestconfiguration-urlencodechildmanifest}
|
|
431
635
|
*/
|
|
432
636
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
@@ -445,7 +649,7 @@ export type LowLatencyHlsManifestConfiguration = {
|
|
|
445
649
|
*/
|
|
446
650
|
ChildManifestName?: string | undefined;
|
|
447
651
|
/**
|
|
448
|
-
*
|
|
652
|
+
* Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
|
|
449
653
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-filterconfiguration}
|
|
450
654
|
*/
|
|
451
655
|
FilterConfiguration?: FilterConfiguration | undefined;
|
|
@@ -475,13 +679,12 @@ export type LowLatencyHlsManifestConfiguration = {
|
|
|
475
679
|
*/
|
|
476
680
|
ScteHls?: ScteHls | undefined;
|
|
477
681
|
/**
|
|
478
|
-
*
|
|
682
|
+
* To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset. When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
|
|
479
683
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-starttag}
|
|
480
684
|
*/
|
|
481
685
|
StartTag?: StartTag | undefined;
|
|
482
686
|
/**
|
|
483
|
-
*
|
|
484
|
-
* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html">Amazon Web Services Signature Version 4 for API requests</a> in <i>Identity and Access Management User Guide</i>.</p>
|
|
687
|
+
* When enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol. For more information, see [AWS Signature Version 4 for API requests](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_sigv.html) in *AWS Identity and Access Management User Guide* .
|
|
485
688
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-lowlatencyhlsmanifestconfiguration-urlencodechildmanifest}
|
|
486
689
|
*/
|
|
487
690
|
UrlEncodeChildManifest?: boolean | undefined;
|
|
@@ -1,26 +1,32 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* The AWS::ODB::CloudAutonomousVmCluster resource creates
|
|
3
|
+
* The `AWS::ODB::CloudAutonomousVmCluster` resource creates an Autonomous VM cluster. An Autonomous VM cluster provides the infrastructure for running Autonomous Databases.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
|
|
5
5
|
*/
|
|
6
6
|
export type ODBCloudAutonomousVmCluster = ResourceDefinitionWithAttributes<"AWS::ODB::CloudAutonomousVmCluster", ODBCloudAutonomousVmClusterProps, ODBCloudAutonomousVmClusterAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* The AWS::ODB::CloudAutonomousVmCluster resource creates
|
|
8
|
+
* The `AWS::ODB::CloudAutonomousVmCluster` resource creates an Autonomous VM cluster. An Autonomous VM cluster provides the infrastructure for running Autonomous Databases.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ODBCloudAutonomousVmClusterProps = {
|
|
12
12
|
/**
|
|
13
13
|
* The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
|
|
14
|
+
*
|
|
15
|
+
* Required when creating an Autonomous VM cluster.
|
|
14
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-autonomousdatastoragesizeintbs}
|
|
15
17
|
*/
|
|
16
18
|
AutonomousDataStorageSizeInTBs?: number | undefined;
|
|
17
19
|
/**
|
|
18
20
|
* The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
|
|
21
|
+
*
|
|
22
|
+
* Required when creating an Autonomous VM cluster.
|
|
19
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudexadatainfrastructureid}
|
|
20
24
|
*/
|
|
21
25
|
CloudExadataInfrastructureId?: string | undefined;
|
|
22
26
|
/**
|
|
23
27
|
* The number of CPU cores enabled per node in the Autonomous VM cluster.
|
|
28
|
+
*
|
|
29
|
+
* Required when creating an Autonomous VM cluster.
|
|
24
30
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpucorecountpernode}
|
|
25
31
|
*/
|
|
26
32
|
CpuCoreCountPerNode?: number | undefined;
|
|
@@ -36,6 +42,8 @@ export type ODBCloudAutonomousVmClusterProps = {
|
|
|
36
42
|
Description?: string | undefined;
|
|
37
43
|
/**
|
|
38
44
|
* The display name of the Autonomous VM cluster.
|
|
45
|
+
*
|
|
46
|
+
* Required when creating an Autonomous VM cluster.
|
|
39
47
|
* @minLength 1
|
|
40
48
|
* @maxLength 255
|
|
41
49
|
* @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
|
|
@@ -43,12 +51,12 @@ export type ODBCloudAutonomousVmClusterProps = {
|
|
|
43
51
|
*/
|
|
44
52
|
DisplayName?: string | undefined;
|
|
45
53
|
/**
|
|
46
|
-
*
|
|
54
|
+
* Specifies whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
|
|
47
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ismtlsenabledvmcluster}
|
|
48
56
|
*/
|
|
49
57
|
IsMtlsEnabledVmCluster?: boolean | undefined;
|
|
50
58
|
/**
|
|
51
|
-
* The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
|
|
59
|
+
* The Oracle license model that applies to the Autonomous VM cluster. Valid values are `LICENSE_INCLUDED` or `BRING_YOUR_OWN_LICENSE` .
|
|
52
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-licensemodel}
|
|
53
61
|
*/
|
|
54
62
|
LicenseModel?: "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED" | undefined;
|
|
@@ -59,11 +67,15 @@ export type ODBCloudAutonomousVmClusterProps = {
|
|
|
59
67
|
MaintenanceWindow?: MaintenanceWindow | undefined;
|
|
60
68
|
/**
|
|
61
69
|
* The amount of memory allocated per Oracle Compute Unit, in GB.
|
|
70
|
+
*
|
|
71
|
+
* Required when creating an Autonomous VM cluster.
|
|
62
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-memoryperoraclecomputeunitingbs}
|
|
63
73
|
*/
|
|
64
74
|
MemoryPerOracleComputeUnitInGBs?: number | undefined;
|
|
65
75
|
/**
|
|
66
76
|
* The unique identifier of the ODB network associated with this Autonomous VM cluster.
|
|
77
|
+
*
|
|
78
|
+
* Required when creating an Autonomous VM cluster.
|
|
67
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-odbnetworkid}
|
|
68
80
|
*/
|
|
69
81
|
OdbNetworkId?: string | undefined;
|
|
@@ -82,7 +94,7 @@ export type ODBCloudAutonomousVmClusterProps = {
|
|
|
82
94
|
*/
|
|
83
95
|
ScanListenerPortTls?: number | undefined;
|
|
84
96
|
/**
|
|
85
|
-
*
|
|
97
|
+
* Tags to assign to the Autonomous Vm Cluster.
|
|
86
98
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-tags}
|
|
87
99
|
*/
|
|
88
100
|
Tags?: Tag[] | undefined;
|
|
@@ -95,6 +107,8 @@ export type ODBCloudAutonomousVmClusterProps = {
|
|
|
95
107
|
TimeZone?: string | undefined;
|
|
96
108
|
/**
|
|
97
109
|
* The total number of Autonomous Container Databases that can be created with the allocated local storage.
|
|
110
|
+
*
|
|
111
|
+
* Required when creating an Autonomous VM cluster.
|
|
98
112
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-totalcontainerdatabases}
|
|
99
113
|
*/
|
|
100
114
|
TotalContainerDatabases?: number | undefined;
|
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata
|
|
3
|
+
* The `AWS::ODB::CloudExadataInfrastructure` resource creates an Exadata infrastructure. An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html}
|
|
5
5
|
*/
|
|
6
6
|
export type ODBCloudExadataInfrastructure = ResourceDefinitionWithAttributes<"AWS::ODB::CloudExadataInfrastructure", ODBCloudExadataInfrastructureProps, ODBCloudExadataInfrastructureAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata
|
|
8
|
+
* The `AWS::ODB::CloudExadataInfrastructure` resource creates an Exadata infrastructure. An Exadata infrastructure provides the underlying compute and storage resources for Oracle Database workloads.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ODBCloudExadataInfrastructureProps = {
|
|
12
12
|
/**
|
|
13
13
|
* The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
|
|
14
|
+
*
|
|
15
|
+
* Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
|
|
14
16
|
* @minLength 1
|
|
15
17
|
* @maxLength 255
|
|
16
18
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzone}
|
|
@@ -18,6 +20,8 @@ export type ODBCloudExadataInfrastructureProps = {
|
|
|
18
20
|
AvailabilityZone?: string | undefined;
|
|
19
21
|
/**
|
|
20
22
|
* The AZ ID of the AZ where the Exadata infrastructure is located.
|
|
23
|
+
*
|
|
24
|
+
* Required when creating an Exadata infrastructure. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the infrastructure.
|
|
21
25
|
* @minLength 1
|
|
22
26
|
* @maxLength 255
|
|
23
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzoneid}
|
|
@@ -25,6 +29,8 @@ export type ODBCloudExadataInfrastructureProps = {
|
|
|
25
29
|
AvailabilityZoneId?: string | undefined;
|
|
26
30
|
/**
|
|
27
31
|
* The number of database servers for the Exadata infrastructure.
|
|
32
|
+
*
|
|
33
|
+
* Required when creating an Exadata infrastructure.
|
|
28
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-computecount}
|
|
29
35
|
*/
|
|
30
36
|
ComputeCount?: number | undefined;
|
|
@@ -34,7 +40,7 @@ export type ODBCloudExadataInfrastructureProps = {
|
|
|
34
40
|
*/
|
|
35
41
|
CustomerContactsToSendToOCI?: CustomerContact[] | undefined;
|
|
36
42
|
/**
|
|
37
|
-
* The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
|
|
43
|
+
* The database server model type of the Exadata infrastructure. For the list of valid model names, use the `ListDbSystemShapes` operation.
|
|
38
44
|
* @minLength 1
|
|
39
45
|
* @maxLength 255
|
|
40
46
|
* @pattern ^[a-zA-Z0-9_\/.=-]+$
|
|
@@ -43,6 +49,8 @@ export type ODBCloudExadataInfrastructureProps = {
|
|
|
43
49
|
DatabaseServerType?: string | undefined;
|
|
44
50
|
/**
|
|
45
51
|
* The user-friendly name for the Exadata infrastructure.
|
|
52
|
+
*
|
|
53
|
+
* Required when creating an Exadata infrastructure.
|
|
46
54
|
* @minLength 1
|
|
47
55
|
* @maxLength 255
|
|
48
56
|
* @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
|
|
@@ -51,6 +59,8 @@ export type ODBCloudExadataInfrastructureProps = {
|
|
|
51
59
|
DisplayName?: string | undefined;
|
|
52
60
|
/**
|
|
53
61
|
* The model name of the Exadata infrastructure.
|
|
62
|
+
*
|
|
63
|
+
* Required when creating an Exadata infrastructure.
|
|
54
64
|
* @minLength 1
|
|
55
65
|
* @maxLength 255
|
|
56
66
|
* @pattern ^[a-zA-Z0-9_\/.=-]+$
|
|
@@ -59,11 +69,13 @@ export type ODBCloudExadataInfrastructureProps = {
|
|
|
59
69
|
Shape?: string | undefined;
|
|
60
70
|
/**
|
|
61
71
|
* The number of storage servers that are activated for the Exadata infrastructure.
|
|
72
|
+
*
|
|
73
|
+
* Required when creating an Exadata infrastructure.
|
|
62
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storagecount}
|
|
63
75
|
*/
|
|
64
76
|
StorageCount?: number | undefined;
|
|
65
77
|
/**
|
|
66
|
-
* The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
|
|
78
|
+
* The storage server model type of the Exadata infrastructure. For the list of valid model names, use the `ListDbSystemShapes` operation.
|
|
67
79
|
* @minLength 1
|
|
68
80
|
* @maxLength 255
|
|
69
81
|
* @pattern ^[a-zA-Z0-9_\/.=-]+$
|