@awboost/cfn-resource-types 0.1.476 → 0.1.477

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.
Files changed (33) hide show
  1. package/lib/AWS-ApiGateway-Account.d.ts +2 -0
  2. package/lib/AWS-ApiGateway-Account.js +1 -0
  3. package/lib/AWS-ApiGateway-ApiKey.d.ts +5 -3
  4. package/lib/AWS-ApiGateway-BasePathMapping.d.ts +2 -2
  5. package/lib/AWS-ApiGateway-BasePathMapping.js +1 -1
  6. package/lib/AWS-ApiGateway-ClientCertificate.d.ts +8 -0
  7. package/lib/AWS-ApiGateway-Deployment.d.ts +5 -3
  8. package/lib/AWS-ApiGateway-DocumentationPart.d.ts +2 -2
  9. package/lib/AWS-ApiGateway-DomainName.d.ts +15 -6
  10. package/lib/AWS-ApiGateway-DomainName.js +2 -1
  11. package/lib/AWS-ApiGateway-GatewayResponse.d.ts +2 -2
  12. package/lib/AWS-ApiGateway-GatewayResponse.js +1 -1
  13. package/lib/AWS-ApiGateway-RestApi.d.ts +13 -5
  14. package/lib/AWS-ApiGateway-RestApi.js +1 -1
  15. package/lib/AWS-ApiGateway-Stage.d.ts +6 -4
  16. package/lib/AWS-ApiGateway-UsagePlan.d.ts +4 -2
  17. package/lib/AWS-ApiGateway-VpcLink.d.ts +8 -0
  18. package/lib/AWS-ElasticLoadBalancingV2-TargetGroup.d.ts +4 -0
  19. package/lib/AWS-Lambda-EventSourceMapping.d.ts +21 -4
  20. package/lib/AWS-MediaConnect-Flow.d.ts +61 -0
  21. package/lib/AWS-MediaConnect-FlowOutput.d.ts +62 -1
  22. package/lib/AWS-MediaConnect-RouterInput.d.ts +537 -0
  23. package/lib/AWS-MediaConnect-RouterInput.js +13 -0
  24. package/lib/AWS-MediaConnect-RouterNetworkInterface.d.ts +144 -0
  25. package/lib/AWS-MediaConnect-RouterNetworkInterface.js +13 -0
  26. package/lib/AWS-MediaConnect-RouterOutput.d.ts +464 -0
  27. package/lib/AWS-MediaConnect-RouterOutput.js +13 -0
  28. package/lib/AWS-ServiceCatalog-CloudFormationProduct.d.ts +21 -113
  29. package/lib/AWS-ServiceCatalog-CloudFormationProduct.js +1 -1
  30. package/lib/AWS-WorkSpacesWeb-BrowserSettings.d.ts +28 -1
  31. package/lib/Dev-FSx-StorageVirtualMachine.d.ts +55 -0
  32. package/lib/Dev-FSx-StorageVirtualMachine.js +11 -0
  33. package/package.json +1 -1
@@ -60,11 +60,16 @@ export type MediaConnectFlowOutputProperties = {
60
60
  /**
61
61
  * The protocol that is used by the source or output.
62
62
  */
63
- Protocol: "zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi" | "ndi-speed-hq";
63
+ Protocol?: "zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "fujitsu-qos" | "srt-listener" | "srt-caller" | "st2110-jpegxs" | "cdi" | "ndi-speed-hq";
64
64
  /**
65
65
  * The remote ID for the Zixi-pull stream.
66
66
  */
67
67
  RemoteId?: string;
68
+ RouterIntegrationState?: "ENABLED" | "DISABLED";
69
+ /**
70
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
71
+ */
72
+ RouterIntegrationTransitEncryption?: FlowTransitEncryption;
68
73
  /**
69
74
  * The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
70
75
  */
@@ -88,6 +93,12 @@ export type MediaConnectFlowOutputAttributes = {
88
93
  */
89
94
  OutputArn: string;
90
95
  };
96
+ /**
97
+ * Type definition for `AWS::MediaConnect::FlowOutput.AutomaticEncryptionKeyConfiguration`.
98
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
99
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-automaticencryptionkeyconfiguration.html}
100
+ */
101
+ export type AutomaticEncryptionKeyConfiguration = Record<string, any>;
91
102
  /**
92
103
  * Type definition for `AWS::MediaConnect::FlowOutput.DestinationConfiguration`.
93
104
  * The definition of a media stream that is associated with the output.
@@ -145,6 +156,39 @@ export type Encryption = {
145
156
  */
146
157
  SecretArn: string;
147
158
  };
159
+ /**
160
+ * Type definition for `AWS::MediaConnect::FlowOutput.FlowTransitEncryption`.
161
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
162
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-flowtransitencryption.html}
163
+ */
164
+ export type FlowTransitEncryption = {
165
+ /**
166
+ * Configuration settings for flow transit encryption keys.
167
+ */
168
+ EncryptionKeyConfiguration: FlowTransitEncryptionKeyConfiguration;
169
+ EncryptionKeyType?: FlowTransitEncryptionKeyType;
170
+ };
171
+ /**
172
+ * Type definition for `AWS::MediaConnect::FlowOutput.FlowTransitEncryptionKeyConfiguration`.
173
+ * Configuration settings for flow transit encryption keys.
174
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-flowtransitencryptionkeyconfiguration.html}
175
+ */
176
+ export type FlowTransitEncryptionKeyConfiguration = {
177
+ /**
178
+ * The configuration settings for transit encryption of a flow output using AWS Secrets Manager, including the secret ARN and role ARN.
179
+ */
180
+ SecretsManager: SecretsManagerEncryptionKeyConfiguration;
181
+ } | {
182
+ /**
183
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
184
+ */
185
+ Automatic: AutomaticEncryptionKeyConfiguration;
186
+ };
187
+ /**
188
+ * Type definition for `AWS::MediaConnect::FlowOutput.FlowTransitEncryptionKeyType`.
189
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-flowtransitencryptionkeytype.html}
190
+ */
191
+ export type FlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
148
192
  /**
149
193
  * Type definition for `AWS::MediaConnect::FlowOutput.Interface`.
150
194
  * The VPC interface that you want to use for the media stream associated with the output.
@@ -179,6 +223,23 @@ export type MediaStreamOutputConfiguration = {
179
223
  */
180
224
  MediaStreamName: string;
181
225
  };
226
+ /**
227
+ * Type definition for `AWS::MediaConnect::FlowOutput.SecretsManagerEncryptionKeyConfiguration`.
228
+ * The configuration settings for transit encryption of a flow output using AWS Secrets Manager, including the secret ARN and role ARN.
229
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-secretsmanagerencryptionkeyconfiguration.html}
230
+ */
231
+ export type SecretsManagerEncryptionKeyConfiguration = {
232
+ /**
233
+ * The ARN of the IAM role used for transit encryption to the router input using AWS Secrets Manager.
234
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
235
+ */
236
+ RoleArn: string;
237
+ /**
238
+ * The ARN of the AWS Secrets Manager secret used for transit encryption to the router input.
239
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
240
+ */
241
+ SecretArn: string;
242
+ };
182
243
  /**
183
244
  * Type definition for `AWS::MediaConnect::FlowOutput.VpcInterfaceAttachment`.
184
245
  * The settings for attaching a VPC interface to an output.
@@ -0,0 +1,537 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource type definition for `AWS::MediaConnect::RouterInput`.
5
+ * Represents a router input in AWS Elemental MediaConnect that is used to ingest content to be transmitted to router outputs
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html}
7
+ */
8
+ export type MediaConnectRouterInputProperties = {
9
+ /**
10
+ * The Availability Zone where you want to create the router input. This must be a valid Availability Zone for the region specified by regionName, or the current region if no regionName is provided.
11
+ */
12
+ AvailabilityZone?: string;
13
+ /**
14
+ * The configuration settings for a router input.
15
+ */
16
+ Configuration: RouterInputConfiguration;
17
+ /**
18
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
19
+ */
20
+ MaintenanceConfiguration?: MaintenanceConfiguration;
21
+ /**
22
+ * The maximum bitrate for the router input.
23
+ */
24
+ MaximumBitrate: number;
25
+ /**
26
+ * The name of the router input.
27
+ * @minLength `1`
28
+ * @maxLength `128`
29
+ */
30
+ Name: string;
31
+ /**
32
+ * The AWS Region for the router input. Defaults to the current region if not specified.
33
+ */
34
+ RegionName?: string;
35
+ RoutingScope: RoutingScope;
36
+ /**
37
+ * Key-value pairs that can be used to tag and organize this router input.
38
+ */
39
+ Tags?: Tag[];
40
+ Tier: RouterInputTier;
41
+ /**
42
+ * The transit encryption settings for a router input.
43
+ */
44
+ TransitEncryption?: RouterInputTransitEncryption;
45
+ };
46
+ /**
47
+ * Attribute type definition for `AWS::MediaConnect::RouterInput`.
48
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html#aws-resource-mediaconnect-routerinput-return-values}
49
+ */
50
+ export type MediaConnectRouterInputAttributes = {
51
+ /**
52
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerInput:[a-z0-9]{12}$`
53
+ */
54
+ Arn: string;
55
+ /**
56
+ * The timestamp when the router input was created.
57
+ */
58
+ CreatedAt: string;
59
+ /**
60
+ * The unique identifier of the router input.
61
+ */
62
+ Id: string;
63
+ InputType: RouterInputType;
64
+ /**
65
+ * The IP address of the router input.
66
+ */
67
+ IpAddress: string;
68
+ MaintenanceType: MaintenanceType;
69
+ /**
70
+ * The number of router outputs associated with the router input.
71
+ */
72
+ RoutedOutputs: number;
73
+ State: RouterInputState;
74
+ /**
75
+ * The timestamp when the router input was last updated.
76
+ */
77
+ UpdatedAt: string;
78
+ };
79
+ /**
80
+ * Type definition for `AWS::MediaConnect::RouterInput.AutomaticEncryptionKeyConfiguration`.
81
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-automaticencryptionkeyconfiguration.html}
83
+ */
84
+ export type AutomaticEncryptionKeyConfiguration = Record<string, any>;
85
+ /**
86
+ * Type definition for `AWS::MediaConnect::RouterInput.Day`.
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-day.html}
88
+ */
89
+ export type Day = "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY";
90
+ /**
91
+ * Type definition for `AWS::MediaConnect::RouterInput.DefaultMaintenanceConfiguration`.
92
+ * Configuration settings for default maintenance scheduling.
93
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-defaultmaintenanceconfiguration.html}
94
+ */
95
+ export type DefaultMaintenanceConfiguration = Record<string, any>;
96
+ /**
97
+ * Type definition for `AWS::MediaConnect::RouterInput.FailoverInputSourcePriorityMode`.
98
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-failoverinputsourceprioritymode.html}
99
+ */
100
+ export type FailoverInputSourcePriorityMode = "NO_PRIORITY" | "PRIMARY_SECONDARY";
101
+ /**
102
+ * Type definition for `AWS::MediaConnect::RouterInput.FailoverRouterInputConfiguration`.
103
+ * Configuration settings for a failover router input that allows switching between two input sources.
104
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-failoverrouterinputconfiguration.html}
105
+ */
106
+ export type FailoverRouterInputConfiguration = {
107
+ /**
108
+ * The ARN of the network interface to use for this failover router input.
109
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
110
+ */
111
+ NetworkInterfaceArn: string;
112
+ /**
113
+ * The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY
114
+ * @min `0`
115
+ * @max `1`
116
+ */
117
+ PrimarySourceIndex?: number;
118
+ /**
119
+ * A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.
120
+ */
121
+ ProtocolConfigurations: FailoverRouterInputProtocolConfiguration[];
122
+ SourcePriorityMode: FailoverInputSourcePriorityMode;
123
+ };
124
+ /**
125
+ * Type definition for `AWS::MediaConnect::RouterInput.FailoverRouterInputProtocolConfiguration`.
126
+ * Protocol configuration settings for failover router inputs.
127
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-failoverrouterinputprotocolconfiguration.html}
128
+ */
129
+ export type FailoverRouterInputProtocolConfiguration = {
130
+ /**
131
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
132
+ */
133
+ Rtp: RtpRouterInputConfiguration;
134
+ } | {
135
+ /**
136
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
137
+ */
138
+ Rist: RistRouterInputConfiguration;
139
+ } | {
140
+ /**
141
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
142
+ */
143
+ SrtListener: SrtListenerRouterInputConfiguration;
144
+ } | {
145
+ /**
146
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
147
+ */
148
+ SrtCaller: SrtCallerRouterInputConfiguration;
149
+ };
150
+ /**
151
+ * Type definition for `AWS::MediaConnect::RouterInput.FlowTransitEncryption`.
152
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
153
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryption.html}
154
+ */
155
+ export type FlowTransitEncryption = {
156
+ /**
157
+ * Configuration settings for flow transit encryption keys.
158
+ */
159
+ EncryptionKeyConfiguration: FlowTransitEncryptionKeyConfiguration;
160
+ EncryptionKeyType?: FlowTransitEncryptionKeyType;
161
+ };
162
+ /**
163
+ * Type definition for `AWS::MediaConnect::RouterInput.FlowTransitEncryptionKeyConfiguration`.
164
+ * Configuration settings for flow transit encryption keys.
165
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeyconfiguration.html}
166
+ */
167
+ export type FlowTransitEncryptionKeyConfiguration = {
168
+ /**
169
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
170
+ */
171
+ SecretsManager: SecretsManagerEncryptionKeyConfiguration;
172
+ } | {
173
+ /**
174
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
175
+ */
176
+ Automatic: AutomaticEncryptionKeyConfiguration;
177
+ };
178
+ /**
179
+ * Type definition for `AWS::MediaConnect::RouterInput.FlowTransitEncryptionKeyType`.
180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-flowtransitencryptionkeytype.html}
181
+ */
182
+ export type FlowTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
183
+ /**
184
+ * Type definition for `AWS::MediaConnect::RouterInput.ForwardErrorCorrectionState`.
185
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-forwarderrorcorrectionstate.html}
186
+ */
187
+ export type ForwardErrorCorrectionState = "ENABLED" | "DISABLED";
188
+ /**
189
+ * Type definition for `AWS::MediaConnect::RouterInput.MaintenanceConfiguration`.
190
+ * The configuration settings for maintenance operations, including preferred maintenance windows and schedules.
191
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-maintenanceconfiguration.html}
192
+ */
193
+ export type MaintenanceConfiguration = {
194
+ /**
195
+ * Configuration for preferred day and time maintenance settings.
196
+ */
197
+ PreferredDayTime: PreferredDayTimeMaintenanceConfiguration;
198
+ } | {
199
+ /**
200
+ * Configuration settings for default maintenance scheduling.
201
+ */
202
+ Default: DefaultMaintenanceConfiguration;
203
+ };
204
+ /**
205
+ * Type definition for `AWS::MediaConnect::RouterInput.MaintenanceType`.
206
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-maintenancetype.html}
207
+ */
208
+ export type MaintenanceType = "PREFERRED_DAY_TIME" | "DEFAULT";
209
+ /**
210
+ * Type definition for `AWS::MediaConnect::RouterInput.MediaConnectFlowRouterInputConfiguration`.
211
+ * Configuration settings for connecting a router input to a flow output.
212
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-mediaconnectflowrouterinputconfiguration.html}
213
+ */
214
+ export type MediaConnectFlowRouterInputConfiguration = {
215
+ /**
216
+ * The ARN of the flow to connect to.
217
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:flow:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$`
218
+ */
219
+ FlowArn?: string;
220
+ /**
221
+ * The ARN of the flow output to connect to this router input.
222
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:output:[a-zA-Z0-9-]+:[a-zA-Z0-9_-]+$`
223
+ */
224
+ FlowOutputArn?: string;
225
+ /**
226
+ * The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow.
227
+ */
228
+ SourceTransitDecryption: FlowTransitEncryption;
229
+ };
230
+ /**
231
+ * Type definition for `AWS::MediaConnect::RouterInput.MergeRouterInputConfiguration`.
232
+ * Configuration settings for a merge router input that combines two input sources.
233
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-mergerouterinputconfiguration.html}
234
+ */
235
+ export type MergeRouterInputConfiguration = {
236
+ /**
237
+ * The time window in milliseconds for merging the two input sources.
238
+ */
239
+ MergeRecoveryWindowMilliseconds: number;
240
+ /**
241
+ * The ARN of the network interface to use for this merge router input.
242
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
243
+ */
244
+ NetworkInterfaceArn: string;
245
+ /**
246
+ * A list of exactly two protocol configurations for the merge input sources. Both must use the same protocol type.
247
+ */
248
+ ProtocolConfigurations: MergeRouterInputProtocolConfiguration[];
249
+ };
250
+ /**
251
+ * Type definition for `AWS::MediaConnect::RouterInput.MergeRouterInputProtocolConfiguration`.
252
+ * Protocol configuration settings for merge router inputs.
253
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-mergerouterinputprotocolconfiguration.html}
254
+ */
255
+ export type MergeRouterInputProtocolConfiguration = {
256
+ /**
257
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
258
+ */
259
+ Rtp: RtpRouterInputConfiguration;
260
+ } | {
261
+ /**
262
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
263
+ */
264
+ Rist: RistRouterInputConfiguration;
265
+ };
266
+ /**
267
+ * Type definition for `AWS::MediaConnect::RouterInput.PreferredDayTimeMaintenanceConfiguration`.
268
+ * Configuration for preferred day and time maintenance settings.
269
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-preferreddaytimemaintenanceconfiguration.html}
270
+ */
271
+ export type PreferredDayTimeMaintenanceConfiguration = {
272
+ Day: Day;
273
+ /**
274
+ * The preferred time for maintenance operations.
275
+ */
276
+ Time: string;
277
+ };
278
+ /**
279
+ * Type definition for `AWS::MediaConnect::RouterInput.RistRouterInputConfiguration`.
280
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
281
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-ristrouterinputconfiguration.html}
282
+ */
283
+ export type RistRouterInputConfiguration = {
284
+ /**
285
+ * The port number used for the RIST protocol in the router input configuration.
286
+ * @min `3000`
287
+ * @max `30000`
288
+ */
289
+ Port: number;
290
+ /**
291
+ * The recovery latency in milliseconds for the RIST protocol in the router input configuration.
292
+ * @min `10`
293
+ * @max `10000`
294
+ */
295
+ RecoveryLatencyMilliseconds: number;
296
+ };
297
+ /**
298
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputConfiguration`.
299
+ * The configuration settings for a router input.
300
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputconfiguration.html}
301
+ */
302
+ export type RouterInputConfiguration = {
303
+ /**
304
+ * The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
305
+ */
306
+ Standard: StandardRouterInputConfiguration;
307
+ } | {
308
+ /**
309
+ * Configuration settings for a failover router input that allows switching between two input sources.
310
+ */
311
+ Failover: FailoverRouterInputConfiguration;
312
+ } | {
313
+ /**
314
+ * Configuration settings for a merge router input that combines two input sources.
315
+ */
316
+ Merge: MergeRouterInputConfiguration;
317
+ } | {
318
+ /**
319
+ * Configuration settings for connecting a router input to a flow output.
320
+ */
321
+ MediaConnectFlow: MediaConnectFlowRouterInputConfiguration;
322
+ };
323
+ /**
324
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputProtocol`.
325
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputprotocol.html}
326
+ */
327
+ export type RouterInputProtocol = "RTP" | "RIST" | "SRT_CALLER" | "SRT_LISTENER";
328
+ /**
329
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputProtocolConfiguration`.
330
+ * The protocol configuration settings for a router input.
331
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputprotocolconfiguration.html}
332
+ */
333
+ export type RouterInputProtocolConfiguration = {
334
+ /**
335
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
336
+ */
337
+ Rtp: RtpRouterInputConfiguration;
338
+ } | {
339
+ /**
340
+ * The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.
341
+ */
342
+ Rist: RistRouterInputConfiguration;
343
+ } | {
344
+ /**
345
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
346
+ */
347
+ SrtListener: SrtListenerRouterInputConfiguration;
348
+ } | {
349
+ /**
350
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
351
+ */
352
+ SrtCaller: SrtCallerRouterInputConfiguration;
353
+ };
354
+ /**
355
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputState`.
356
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputstate.html}
357
+ */
358
+ export type RouterInputState = "CREATING" | "STANDBY" | "STARTING" | "ACTIVE" | "STOPPING" | "DELETING" | "UPDATING" | "ERROR" | "RECOVERING" | "MIGRATING";
359
+ /**
360
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTier`.
361
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtier.html}
362
+ */
363
+ export type RouterInputTier = "INPUT_100" | "INPUT_50" | "INPUT_20";
364
+ /**
365
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTransitEncryption`.
366
+ * The transit encryption settings for a router input.
367
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtransitencryption.html}
368
+ */
369
+ export type RouterInputTransitEncryption = {
370
+ /**
371
+ * Defines the configuration settings for transit encryption keys.
372
+ */
373
+ EncryptionKeyConfiguration: RouterInputTransitEncryptionKeyConfiguration;
374
+ EncryptionKeyType?: RouterInputTransitEncryptionKeyType;
375
+ };
376
+ /**
377
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTransitEncryptionKeyConfiguration`.
378
+ * Defines the configuration settings for transit encryption keys.
379
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtransitencryptionkeyconfiguration.html}
380
+ */
381
+ export type RouterInputTransitEncryptionKeyConfiguration = {
382
+ /**
383
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
384
+ */
385
+ SecretsManager: SecretsManagerEncryptionKeyConfiguration;
386
+ } | {
387
+ /**
388
+ * Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.
389
+ */
390
+ Automatic: AutomaticEncryptionKeyConfiguration;
391
+ };
392
+ /**
393
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputTransitEncryptionKeyType`.
394
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtransitencryptionkeytype.html}
395
+ */
396
+ export type RouterInputTransitEncryptionKeyType = "SECRETS_MANAGER" | "AUTOMATIC";
397
+ /**
398
+ * Type definition for `AWS::MediaConnect::RouterInput.RouterInputType`.
399
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routerinputtype.html}
400
+ */
401
+ export type RouterInputType = "STANDARD" | "FAILOVER" | "MERGE" | "MEDIACONNECT_FLOW";
402
+ /**
403
+ * Type definition for `AWS::MediaConnect::RouterInput.RoutingScope`.
404
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-routingscope.html}
405
+ */
406
+ export type RoutingScope = "REGIONAL" | "GLOBAL";
407
+ /**
408
+ * Type definition for `AWS::MediaConnect::RouterInput.RtpRouterInputConfiguration`.
409
+ * The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.
410
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-rtprouterinputconfiguration.html}
411
+ */
412
+ export type RtpRouterInputConfiguration = {
413
+ ForwardErrorCorrection?: ForwardErrorCorrectionState;
414
+ /**
415
+ * The port number used for the RTP protocol in the router input configuration.
416
+ * @min `3000`
417
+ * @max `30000`
418
+ */
419
+ Port: number;
420
+ };
421
+ /**
422
+ * Type definition for `AWS::MediaConnect::RouterInput.SecretsManagerEncryptionKeyConfiguration`.
423
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
424
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-secretsmanagerencryptionkeyconfiguration.html}
425
+ */
426
+ export type SecretsManagerEncryptionKeyConfiguration = {
427
+ /**
428
+ * The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.
429
+ * @pattern `^arn:(aws[a-zA-Z-]*):iam::[0-9]{12}:role/[a-zA-Z0-9_+=,.@-]+$`
430
+ */
431
+ RoleArn: string;
432
+ /**
433
+ * The ARN of the AWS Secrets Manager secret used for transit encryption.
434
+ * @pattern `^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z0-9-]+:[0-9]{12}:secret:[a-zA-Z0-9/_+=.@-]+$`
435
+ */
436
+ SecretArn: string;
437
+ };
438
+ /**
439
+ * Type definition for `AWS::MediaConnect::RouterInput.SrtCallerRouterInputConfiguration`.
440
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in caller mode, including the source address and port, minimum latency, stream ID, and decryption key configuration.
441
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-srtcallerrouterinputconfiguration.html}
442
+ */
443
+ export type SrtCallerRouterInputConfiguration = {
444
+ /**
445
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
446
+ */
447
+ DecryptionConfiguration?: SrtDecryptionConfiguration;
448
+ /**
449
+ * The minimum latency in milliseconds for the SRT protocol in caller mode.
450
+ * @min `10`
451
+ * @max `10000`
452
+ */
453
+ MinimumLatencyMilliseconds: number;
454
+ /**
455
+ * The source IP address for the SRT protocol in caller mode.
456
+ */
457
+ SourceAddress: string;
458
+ /**
459
+ * The source port number for the SRT protocol in caller mode.
460
+ * @min `0`
461
+ * @max `65535`
462
+ */
463
+ SourcePort: number;
464
+ /**
465
+ * The stream ID for the SRT protocol in caller mode.
466
+ */
467
+ StreamId?: string;
468
+ };
469
+ /**
470
+ * Type definition for `AWS::MediaConnect::RouterInput.SrtDecryptionConfiguration`.
471
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
472
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-srtdecryptionconfiguration.html}
473
+ */
474
+ export type SrtDecryptionConfiguration = {
475
+ /**
476
+ * The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.
477
+ */
478
+ EncryptionKey: SecretsManagerEncryptionKeyConfiguration;
479
+ };
480
+ /**
481
+ * Type definition for `AWS::MediaConnect::RouterInput.SrtListenerRouterInputConfiguration`.
482
+ * The configuration settings for a router input using the SRT (Secure Reliable Transport) protocol in listener mode, including the port, minimum latency, and decryption key configuration.
483
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-srtlistenerrouterinputconfiguration.html}
484
+ */
485
+ export type SrtListenerRouterInputConfiguration = {
486
+ /**
487
+ * Contains the configuration settings for decrypting SRT streams, including the encryption key details and decryption parameters.
488
+ */
489
+ DecryptionConfiguration?: SrtDecryptionConfiguration;
490
+ /**
491
+ * The minimum latency in milliseconds for the SRT protocol in listener mode.
492
+ * @min `10`
493
+ * @max `10000`
494
+ */
495
+ MinimumLatencyMilliseconds: number;
496
+ /**
497
+ * The port number for the SRT protocol in listener mode.
498
+ * @min `3000`
499
+ * @max `30000`
500
+ */
501
+ Port: number;
502
+ };
503
+ /**
504
+ * Type definition for `AWS::MediaConnect::RouterInput.StandardRouterInputConfiguration`.
505
+ * The configuration settings for a standard router input, including the protocol, protocol-specific configuration, network interface, and availability zone.
506
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-standardrouterinputconfiguration.html}
507
+ */
508
+ export type StandardRouterInputConfiguration = {
509
+ /**
510
+ * The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
511
+ * @pattern `^arn:(aws[a-zA-Z-]*):mediaconnect:[a-z0-9-]+:[0-9]{12}:routerNetworkInterface:[a-z0-9]{12}$`
512
+ */
513
+ NetworkInterfaceArn: string;
514
+ Protocol?: RouterInputProtocol;
515
+ /**
516
+ * The protocol configuration settings for a router input.
517
+ */
518
+ ProtocolConfiguration: RouterInputProtocolConfiguration;
519
+ };
520
+ /**
521
+ * Type definition for `AWS::MediaConnect::RouterInput.Tag`.
522
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routerinput-tag.html}
523
+ */
524
+ export type Tag = {
525
+ Key: string;
526
+ Value: string;
527
+ };
528
+ /**
529
+ * Resource type definition for `AWS::MediaConnect::RouterInput`.
530
+ * Represents a router input in AWS Elemental MediaConnect that is used to ingest content to be transmitted to router outputs
531
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html}
532
+ */
533
+ export declare class MediaConnectRouterInput extends $Resource<"AWS::MediaConnect::RouterInput", MediaConnectRouterInputProperties, MediaConnectRouterInputAttributes> {
534
+ static readonly Type = "AWS::MediaConnect::RouterInput";
535
+ constructor(logicalId: string, properties: MediaConnectRouterInputProperties, options?: $ResourceOptions);
536
+ }
537
+ //# sourceMappingURL=AWS-MediaConnect-RouterInput.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::MediaConnect::RouterInput`.
4
+ * Represents a router input in AWS Elemental MediaConnect that is used to ingest content to be transmitted to router outputs
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-routerinput.html}
6
+ */
7
+ export class MediaConnectRouterInput extends $Resource {
8
+ static Type = "AWS::MediaConnect::RouterInput";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, MediaConnectRouterInput.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-MediaConnect-RouterInput.js.map