awscdk-construct-mediaconnect-flow 0.0.6 → 0.0.8

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/.jsii CHANGED
@@ -4064,7 +4064,7 @@
4064
4064
  "kind": "interface",
4065
4065
  "locationInModule": {
4066
4066
  "filename": "src/LiveFeedFromFile.ts",
4067
- "line": 28
4067
+ "line": 24
4068
4068
  },
4069
4069
  "name": "EncoderSettings",
4070
4070
  "properties": [
@@ -4076,7 +4076,7 @@
4076
4076
  "immutable": true,
4077
4077
  "locationInModule": {
4078
4078
  "filename": "src/LiveFeedFromFile.ts",
4079
- "line": 32
4079
+ "line": 28
4080
4080
  },
4081
4081
  "name": "framerateDenominator",
4082
4082
  "optional": true,
@@ -4092,7 +4092,7 @@
4092
4092
  "immutable": true,
4093
4093
  "locationInModule": {
4094
4094
  "filename": "src/LiveFeedFromFile.ts",
4095
- "line": 31
4095
+ "line": 27
4096
4096
  },
4097
4097
  "name": "framerateNumerator",
4098
4098
  "optional": true,
@@ -4108,7 +4108,7 @@
4108
4108
  "immutable": true,
4109
4109
  "locationInModule": {
4110
4110
  "filename": "src/LiveFeedFromFile.ts",
4111
- "line": 29
4111
+ "line": 25
4112
4112
  },
4113
4113
  "name": "gopLengthInSeconds",
4114
4114
  "optional": true,
@@ -4124,7 +4124,7 @@
4124
4124
  "immutable": true,
4125
4125
  "locationInModule": {
4126
4126
  "filename": "src/LiveFeedFromFile.ts",
4127
- "line": 35
4127
+ "line": 31
4128
4128
  },
4129
4129
  "name": "height",
4130
4130
  "optional": true,
@@ -4140,7 +4140,7 @@
4140
4140
  "immutable": true,
4141
4141
  "locationInModule": {
4142
4142
  "filename": "src/LiveFeedFromFile.ts",
4143
- "line": 33
4143
+ "line": 29
4144
4144
  },
4145
4145
  "name": "scanType",
4146
4146
  "optional": true,
@@ -4156,7 +4156,7 @@
4156
4156
  "immutable": true,
4157
4157
  "locationInModule": {
4158
4158
  "filename": "src/LiveFeedFromFile.ts",
4159
- "line": 30
4159
+ "line": 26
4160
4160
  },
4161
4161
  "name": "timecodeBurninPrefix",
4162
4162
  "optional": true,
@@ -4172,7 +4172,7 @@
4172
4172
  "immutable": true,
4173
4173
  "locationInModule": {
4174
4174
  "filename": "src/LiveFeedFromFile.ts",
4175
- "line": 34
4175
+ "line": 30
4176
4176
  },
4177
4177
  "name": "width",
4178
4178
  "optional": true,
@@ -4193,7 +4193,7 @@
4193
4193
  "kind": "interface",
4194
4194
  "locationInModule": {
4195
4195
  "filename": "src/LiveFeedFromFile.ts",
4196
- "line": 11
4196
+ "line": 19
4197
4197
  },
4198
4198
  "name": "FileSpec",
4199
4199
  "properties": [
@@ -4205,7 +4205,7 @@
4205
4205
  "immutable": true,
4206
4206
  "locationInModule": {
4207
4207
  "filename": "src/LiveFeedFromFile.ts",
4208
- "line": 13
4208
+ "line": 21
4209
4209
  },
4210
4210
  "name": "url",
4211
4211
  "type": {
@@ -4220,7 +4220,7 @@
4220
4220
  "immutable": true,
4221
4221
  "locationInModule": {
4222
4222
  "filename": "src/LiveFeedFromFile.ts",
4223
- "line": 12
4223
+ "line": 20
4224
4224
  },
4225
4225
  "name": "type",
4226
4226
  "optional": true,
@@ -4231,6 +4231,96 @@
4231
4231
  ],
4232
4232
  "symbolId": "src/LiveFeedFromFile:FileSpec"
4233
4233
  },
4234
+ "awscdk-construct-mediaconnect-flow.LiveFeed": {
4235
+ "assembly": "awscdk-construct-mediaconnect-flow",
4236
+ "base": "constructs.Construct",
4237
+ "docs": {
4238
+ "stability": "stable"
4239
+ },
4240
+ "fqn": "awscdk-construct-mediaconnect-flow.LiveFeed",
4241
+ "initializer": {
4242
+ "docs": {
4243
+ "stability": "stable"
4244
+ },
4245
+ "locationInModule": {
4246
+ "filename": "src/LiveFeed.ts",
4247
+ "line": 30
4248
+ },
4249
+ "parameters": [
4250
+ {
4251
+ "name": "scope",
4252
+ "type": {
4253
+ "fqn": "constructs.Construct"
4254
+ }
4255
+ },
4256
+ {
4257
+ "name": "id",
4258
+ "type": {
4259
+ "primitive": "string"
4260
+ }
4261
+ },
4262
+ {
4263
+ "name": "props",
4264
+ "type": {
4265
+ "fqn": "awscdk-construct-mediaconnect-flow.LiveFeedProps"
4266
+ }
4267
+ }
4268
+ ]
4269
+ },
4270
+ "kind": "class",
4271
+ "locationInModule": {
4272
+ "filename": "src/LiveFeed.ts",
4273
+ "line": 25
4274
+ },
4275
+ "name": "LiveFeed",
4276
+ "properties": [
4277
+ {
4278
+ "docs": {
4279
+ "stability": "stable"
4280
+ },
4281
+ "immutable": true,
4282
+ "locationInModule": {
4283
+ "filename": "src/LiveFeed.ts",
4284
+ "line": 26
4285
+ },
4286
+ "name": "flow",
4287
+ "type": {
4288
+ "fqn": "aws-cdk-lib.aws_mediaconnect.CfnFlow"
4289
+ }
4290
+ },
4291
+ {
4292
+ "docs": {
4293
+ "stability": "stable"
4294
+ },
4295
+ "immutable": true,
4296
+ "locationInModule": {
4297
+ "filename": "src/LiveFeed.ts",
4298
+ "line": 28
4299
+ },
4300
+ "name": "ndiDiscoveryServer",
4301
+ "optional": true,
4302
+ "type": {
4303
+ "fqn": "aws-cdk-lib.aws_ec2.Instance"
4304
+ }
4305
+ },
4306
+ {
4307
+ "docs": {
4308
+ "stability": "stable"
4309
+ },
4310
+ "immutable": true,
4311
+ "locationInModule": {
4312
+ "filename": "src/LiveFeed.ts",
4313
+ "line": 27
4314
+ },
4315
+ "name": "vpc",
4316
+ "optional": true,
4317
+ "type": {
4318
+ "fqn": "aws-cdk-lib.aws_ec2.IVpc"
4319
+ }
4320
+ }
4321
+ ],
4322
+ "symbolId": "src/LiveFeed:LiveFeed"
4323
+ },
4234
4324
  "awscdk-construct-mediaconnect-flow.LiveFeedFromFile": {
4235
4325
  "assembly": "awscdk-construct-mediaconnect-flow",
4236
4326
  "base": "constructs.Construct",
@@ -4244,7 +4334,7 @@
4244
4334
  },
4245
4335
  "locationInModule": {
4246
4336
  "filename": "src/LiveFeedFromFile.ts",
4247
- "line": 55
4337
+ "line": 47
4248
4338
  },
4249
4339
  "parameters": [
4250
4340
  {
@@ -4270,7 +4360,7 @@
4270
4360
  "kind": "class",
4271
4361
  "locationInModule": {
4272
4362
  "filename": "src/LiveFeedFromFile.ts",
4273
- "line": 50
4363
+ "line": 42
4274
4364
  },
4275
4365
  "name": "LiveFeedFromFile",
4276
4366
  "properties": [
@@ -4281,7 +4371,7 @@
4281
4371
  "immutable": true,
4282
4372
  "locationInModule": {
4283
4373
  "filename": "src/LiveFeedFromFile.ts",
4284
- "line": 51
4374
+ "line": 43
4285
4375
  },
4286
4376
  "name": "flow",
4287
4377
  "type": {
@@ -4295,7 +4385,7 @@
4295
4385
  "immutable": true,
4296
4386
  "locationInModule": {
4297
4387
  "filename": "src/LiveFeedFromFile.ts",
4298
- "line": 53
4388
+ "line": 45
4299
4389
  },
4300
4390
  "name": "ndiDiscoveryServer",
4301
4391
  "optional": true,
@@ -4310,7 +4400,7 @@
4310
4400
  "immutable": true,
4311
4401
  "locationInModule": {
4312
4402
  "filename": "src/LiveFeedFromFile.ts",
4313
- "line": 52
4403
+ "line": 44
4314
4404
  },
4315
4405
  "name": "vpc",
4316
4406
  "optional": true,
@@ -4331,7 +4421,7 @@
4331
4421
  "kind": "interface",
4332
4422
  "locationInModule": {
4333
4423
  "filename": "src/LiveFeedFromFile.ts",
4334
- "line": 38
4424
+ "line": 34
4335
4425
  },
4336
4426
  "name": "LiveFeedFromFileProps",
4337
4427
  "properties": [
@@ -4343,7 +4433,7 @@
4343
4433
  "immutable": true,
4344
4434
  "locationInModule": {
4345
4435
  "filename": "src/LiveFeedFromFile.ts",
4346
- "line": 39
4436
+ "line": 35
4347
4437
  },
4348
4438
  "name": "file",
4349
4439
  "type": {
@@ -4358,7 +4448,7 @@
4358
4448
  "immutable": true,
4359
4449
  "locationInModule": {
4360
4450
  "filename": "src/LiveFeedFromFile.ts",
4361
- "line": 43
4451
+ "line": 39
4362
4452
  },
4363
4453
  "name": "autoStart",
4364
4454
  "optional": true,
@@ -4374,7 +4464,7 @@
4374
4464
  "immutable": true,
4375
4465
  "locationInModule": {
4376
4466
  "filename": "src/LiveFeedFromFile.ts",
4377
- "line": 40
4467
+ "line": 36
4378
4468
  },
4379
4469
  "name": "encoderSpec",
4380
4470
  "optional": true,
@@ -4390,7 +4480,7 @@
4390
4480
  "immutable": true,
4391
4481
  "locationInModule": {
4392
4482
  "filename": "src/LiveFeedFromFile.ts",
4393
- "line": 41
4483
+ "line": 37
4394
4484
  },
4395
4485
  "name": "source",
4396
4486
  "optional": true,
@@ -4406,7 +4496,7 @@
4406
4496
  "immutable": true,
4407
4497
  "locationInModule": {
4408
4498
  "filename": "src/LiveFeedFromFile.ts",
4409
- "line": 42
4499
+ "line": 38
4410
4500
  },
4411
4501
  "name": "vpcConfig",
4412
4502
  "optional": true,
@@ -4417,6 +4507,71 @@
4417
4507
  ],
4418
4508
  "symbolId": "src/LiveFeedFromFile:LiveFeedFromFileProps"
4419
4509
  },
4510
+ "awscdk-construct-mediaconnect-flow.LiveFeedProps": {
4511
+ "assembly": "awscdk-construct-mediaconnect-flow",
4512
+ "datatype": true,
4513
+ "docs": {
4514
+ "stability": "stable"
4515
+ },
4516
+ "fqn": "awscdk-construct-mediaconnect-flow.LiveFeedProps",
4517
+ "kind": "interface",
4518
+ "locationInModule": {
4519
+ "filename": "src/LiveFeed.ts",
4520
+ "line": 19
4521
+ },
4522
+ "name": "LiveFeedProps",
4523
+ "properties": [
4524
+ {
4525
+ "abstract": true,
4526
+ "docs": {
4527
+ "stability": "stable"
4528
+ },
4529
+ "immutable": true,
4530
+ "locationInModule": {
4531
+ "filename": "src/LiveFeed.ts",
4532
+ "line": 22
4533
+ },
4534
+ "name": "autoStart",
4535
+ "optional": true,
4536
+ "type": {
4537
+ "primitive": "boolean"
4538
+ }
4539
+ },
4540
+ {
4541
+ "abstract": true,
4542
+ "docs": {
4543
+ "stability": "stable"
4544
+ },
4545
+ "immutable": true,
4546
+ "locationInModule": {
4547
+ "filename": "src/LiveFeed.ts",
4548
+ "line": 20
4549
+ },
4550
+ "name": "source",
4551
+ "optional": true,
4552
+ "type": {
4553
+ "fqn": "awscdk-construct-mediaconnect-flow.LiveSourceSpec"
4554
+ }
4555
+ },
4556
+ {
4557
+ "abstract": true,
4558
+ "docs": {
4559
+ "stability": "stable"
4560
+ },
4561
+ "immutable": true,
4562
+ "locationInModule": {
4563
+ "filename": "src/LiveFeed.ts",
4564
+ "line": 21
4565
+ },
4566
+ "name": "vpcConfig",
4567
+ "optional": true,
4568
+ "type": {
4569
+ "fqn": "awscdk-construct-mediaconnect-flow.VpcConfig"
4570
+ }
4571
+ }
4572
+ ],
4573
+ "symbolId": "src/LiveFeed:LiveFeedProps"
4574
+ },
4420
4575
  "awscdk-construct-mediaconnect-flow.LiveSourceSpec": {
4421
4576
  "assembly": "awscdk-construct-mediaconnect-flow",
4422
4577
  "datatype": true,
@@ -4426,8 +4581,8 @@
4426
4581
  "fqn": "awscdk-construct-mediaconnect-flow.LiveSourceSpec",
4427
4582
  "kind": "interface",
4428
4583
  "locationInModule": {
4429
- "filename": "src/LiveFeedFromFile.ts",
4430
- "line": 16
4584
+ "filename": "src/util.ts",
4585
+ "line": 7
4431
4586
  },
4432
4587
  "name": "LiveSourceSpec",
4433
4588
  "properties": [
@@ -4438,8 +4593,8 @@
4438
4593
  },
4439
4594
  "immutable": true,
4440
4595
  "locationInModule": {
4441
- "filename": "src/LiveFeedFromFile.ts",
4442
- "line": 17
4596
+ "filename": "src/util.ts",
4597
+ "line": 8
4443
4598
  },
4444
4599
  "name": "protocol",
4445
4600
  "type": {
@@ -4453,8 +4608,8 @@
4453
4608
  },
4454
4609
  "immutable": true,
4455
4610
  "locationInModule": {
4456
- "filename": "src/LiveFeedFromFile.ts",
4457
- "line": 18
4611
+ "filename": "src/util.ts",
4612
+ "line": 9
4458
4613
  },
4459
4614
  "name": "type",
4460
4615
  "type": {
@@ -4462,7 +4617,7 @@
4462
4617
  }
4463
4618
  }
4464
4619
  ],
4465
- "symbolId": "src/LiveFeedFromFile:LiveSourceSpec"
4620
+ "symbolId": "src/util:LiveSourceSpec"
4466
4621
  },
4467
4622
  "awscdk-construct-mediaconnect-flow.VpcConfig": {
4468
4623
  "assembly": "awscdk-construct-mediaconnect-flow",
@@ -4473,8 +4628,8 @@
4473
4628
  "fqn": "awscdk-construct-mediaconnect-flow.VpcConfig",
4474
4629
  "kind": "interface",
4475
4630
  "locationInModule": {
4476
- "filename": "src/LiveFeedFromFile.ts",
4477
- "line": 21
4631
+ "filename": "src/util.ts",
4632
+ "line": 12
4478
4633
  },
4479
4634
  "name": "VpcConfig",
4480
4635
  "properties": [
@@ -4485,8 +4640,8 @@
4485
4640
  },
4486
4641
  "immutable": true,
4487
4642
  "locationInModule": {
4488
- "filename": "src/LiveFeedFromFile.ts",
4489
- "line": 22
4643
+ "filename": "src/util.ts",
4644
+ "line": 13
4490
4645
  },
4491
4646
  "name": "props",
4492
4647
  "type": {
@@ -4500,8 +4655,8 @@
4500
4655
  },
4501
4656
  "immutable": true,
4502
4657
  "locationInModule": {
4503
- "filename": "src/LiveFeedFromFile.ts",
4504
- "line": 23
4658
+ "filename": "src/util.ts",
4659
+ "line": 14
4505
4660
  },
4506
4661
  "name": "availabilityZone",
4507
4662
  "optional": true,
@@ -4516,8 +4671,8 @@
4516
4671
  },
4517
4672
  "immutable": true,
4518
4673
  "locationInModule": {
4519
- "filename": "src/LiveFeedFromFile.ts",
4520
- "line": 25
4674
+ "filename": "src/util.ts",
4675
+ "line": 16
4521
4676
  },
4522
4677
  "name": "enableNDI",
4523
4678
  "optional": true,
@@ -4532,8 +4687,8 @@
4532
4687
  },
4533
4688
  "immutable": true,
4534
4689
  "locationInModule": {
4535
- "filename": "src/LiveFeedFromFile.ts",
4536
- "line": 24
4690
+ "filename": "src/util.ts",
4691
+ "line": 15
4537
4692
  },
4538
4693
  "name": "subnetId",
4539
4694
  "optional": true,
@@ -4542,9 +4697,9 @@
4542
4697
  }
4543
4698
  }
4544
4699
  ],
4545
- "symbolId": "src/LiveFeedFromFile:VpcConfig"
4700
+ "symbolId": "src/util:VpcConfig"
4546
4701
  }
4547
4702
  },
4548
- "version": "0.0.6",
4549
- "fingerprint": "OXI0IGq0nd+p3SGpjxhRRpgkGznJ0fV9jytilIyRWQo="
4703
+ "version": "0.0.8",
4704
+ "fingerprint": "/GzTT9Amm14gKD3/QLOsyHpFtaBB2I8uSBhJplsyL0Y="
4550
4705
  }
package/API.md CHANGED
@@ -2,6 +2,152 @@
2
2
 
3
3
  ## Constructs <a name="Constructs" id="Constructs"></a>
4
4
 
5
+ ### LiveFeed <a name="LiveFeed" id="awscdk-construct-mediaconnect-flow.LiveFeed"></a>
6
+
7
+ #### Initializers <a name="Initializers" id="awscdk-construct-mediaconnect-flow.LiveFeed.Initializer"></a>
8
+
9
+ ```typescript
10
+ import { LiveFeed } from 'awscdk-construct-mediaconnect-flow'
11
+
12
+ new LiveFeed(scope: Construct, id: string, props: LiveFeedProps)
13
+ ```
14
+
15
+ | **Name** | **Type** | **Description** |
16
+ | --- | --- | --- |
17
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | *No description.* |
18
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.Initializer.parameter.id">id</a></code> | <code>string</code> | *No description.* |
19
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.Initializer.parameter.props">props</a></code> | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeedProps">LiveFeedProps</a></code> | *No description.* |
20
+
21
+ ---
22
+
23
+ ##### `scope`<sup>Required</sup> <a name="scope" id="awscdk-construct-mediaconnect-flow.LiveFeed.Initializer.parameter.scope"></a>
24
+
25
+ - *Type:* constructs.Construct
26
+
27
+ ---
28
+
29
+ ##### `id`<sup>Required</sup> <a name="id" id="awscdk-construct-mediaconnect-flow.LiveFeed.Initializer.parameter.id"></a>
30
+
31
+ - *Type:* string
32
+
33
+ ---
34
+
35
+ ##### `props`<sup>Required</sup> <a name="props" id="awscdk-construct-mediaconnect-flow.LiveFeed.Initializer.parameter.props"></a>
36
+
37
+ - *Type:* <a href="#awscdk-construct-mediaconnect-flow.LiveFeedProps">LiveFeedProps</a>
38
+
39
+ ---
40
+
41
+ #### Methods <a name="Methods" id="Methods"></a>
42
+
43
+ | **Name** | **Description** |
44
+ | --- | --- |
45
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.toString">toString</a></code> | Returns a string representation of this construct. |
46
+
47
+ ---
48
+
49
+ ##### `toString` <a name="toString" id="awscdk-construct-mediaconnect-flow.LiveFeed.toString"></a>
50
+
51
+ ```typescript
52
+ public toString(): string
53
+ ```
54
+
55
+ Returns a string representation of this construct.
56
+
57
+ #### Static Functions <a name="Static Functions" id="Static Functions"></a>
58
+
59
+ | **Name** | **Description** |
60
+ | --- | --- |
61
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. |
62
+
63
+ ---
64
+
65
+ ##### `isConstruct` <a name="isConstruct" id="awscdk-construct-mediaconnect-flow.LiveFeed.isConstruct"></a>
66
+
67
+ ```typescript
68
+ import { LiveFeed } from 'awscdk-construct-mediaconnect-flow'
69
+
70
+ LiveFeed.isConstruct(x: any)
71
+ ```
72
+
73
+ Checks if `x` is a construct.
74
+
75
+ Use this method instead of `instanceof` to properly detect `Construct`
76
+ instances, even when the construct library is symlinked.
77
+
78
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
79
+ disk are seen as independent, completely different libraries. As a
80
+ consequence, the class `Construct` in each copy of the `constructs` library
81
+ is seen as a different class, and an instance of one class will not test as
82
+ `instanceof` the other class. `npm install` will not create installations
83
+ like this, but users may manually symlink construct libraries together or
84
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
85
+ library can be accidentally installed, and `instanceof` will behave
86
+ unpredictably. It is safest to avoid using `instanceof`, and using
87
+ this type-testing method instead.
88
+
89
+ ###### `x`<sup>Required</sup> <a name="x" id="awscdk-construct-mediaconnect-flow.LiveFeed.isConstruct.parameter.x"></a>
90
+
91
+ - *Type:* any
92
+
93
+ Any object.
94
+
95
+ ---
96
+
97
+ #### Properties <a name="Properties" id="Properties"></a>
98
+
99
+ | **Name** | **Type** | **Description** |
100
+ | --- | --- | --- |
101
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. |
102
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.property.flow">flow</a></code> | <code>aws-cdk-lib.aws_mediaconnect.CfnFlow</code> | *No description.* |
103
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.property.ndiDiscoveryServer">ndiDiscoveryServer</a></code> | <code>aws-cdk-lib.aws_ec2.Instance</code> | *No description.* |
104
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeed.property.vpc">vpc</a></code> | <code>aws-cdk-lib.aws_ec2.IVpc</code> | *No description.* |
105
+
106
+ ---
107
+
108
+ ##### `node`<sup>Required</sup> <a name="node" id="awscdk-construct-mediaconnect-flow.LiveFeed.property.node"></a>
109
+
110
+ ```typescript
111
+ public readonly node: Node;
112
+ ```
113
+
114
+ - *Type:* constructs.Node
115
+
116
+ The tree node.
117
+
118
+ ---
119
+
120
+ ##### `flow`<sup>Required</sup> <a name="flow" id="awscdk-construct-mediaconnect-flow.LiveFeed.property.flow"></a>
121
+
122
+ ```typescript
123
+ public readonly flow: CfnFlow;
124
+ ```
125
+
126
+ - *Type:* aws-cdk-lib.aws_mediaconnect.CfnFlow
127
+
128
+ ---
129
+
130
+ ##### `ndiDiscoveryServer`<sup>Optional</sup> <a name="ndiDiscoveryServer" id="awscdk-construct-mediaconnect-flow.LiveFeed.property.ndiDiscoveryServer"></a>
131
+
132
+ ```typescript
133
+ public readonly ndiDiscoveryServer: Instance;
134
+ ```
135
+
136
+ - *Type:* aws-cdk-lib.aws_ec2.Instance
137
+
138
+ ---
139
+
140
+ ##### `vpc`<sup>Optional</sup> <a name="vpc" id="awscdk-construct-mediaconnect-flow.LiveFeed.property.vpc"></a>
141
+
142
+ ```typescript
143
+ public readonly vpc: IVpc;
144
+ ```
145
+
146
+ - *Type:* aws-cdk-lib.aws_ec2.IVpc
147
+
148
+ ---
149
+
150
+
5
151
  ### LiveFeedFromFile <a name="LiveFeedFromFile" id="awscdk-construct-mediaconnect-flow.LiveFeedFromFile"></a>
6
152
 
7
153
  #### Initializers <a name="Initializers" id="awscdk-construct-mediaconnect-flow.LiveFeedFromFile.Initializer"></a>
@@ -355,6 +501,56 @@ public readonly vpcConfig: VpcConfig;
355
501
 
356
502
  ---
357
503
 
504
+ ### LiveFeedProps <a name="LiveFeedProps" id="awscdk-construct-mediaconnect-flow.LiveFeedProps"></a>
505
+
506
+ #### Initializer <a name="Initializer" id="awscdk-construct-mediaconnect-flow.LiveFeedProps.Initializer"></a>
507
+
508
+ ```typescript
509
+ import { LiveFeedProps } from 'awscdk-construct-mediaconnect-flow'
510
+
511
+ const liveFeedProps: LiveFeedProps = { ... }
512
+ ```
513
+
514
+ #### Properties <a name="Properties" id="Properties"></a>
515
+
516
+ | **Name** | **Type** | **Description** |
517
+ | --- | --- | --- |
518
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeedProps.property.autoStart">autoStart</a></code> | <code>boolean</code> | *No description.* |
519
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeedProps.property.source">source</a></code> | <code><a href="#awscdk-construct-mediaconnect-flow.LiveSourceSpec">LiveSourceSpec</a></code> | *No description.* |
520
+ | <code><a href="#awscdk-construct-mediaconnect-flow.LiveFeedProps.property.vpcConfig">vpcConfig</a></code> | <code><a href="#awscdk-construct-mediaconnect-flow.VpcConfig">VpcConfig</a></code> | *No description.* |
521
+
522
+ ---
523
+
524
+ ##### `autoStart`<sup>Optional</sup> <a name="autoStart" id="awscdk-construct-mediaconnect-flow.LiveFeedProps.property.autoStart"></a>
525
+
526
+ ```typescript
527
+ public readonly autoStart: boolean;
528
+ ```
529
+
530
+ - *Type:* boolean
531
+
532
+ ---
533
+
534
+ ##### `source`<sup>Optional</sup> <a name="source" id="awscdk-construct-mediaconnect-flow.LiveFeedProps.property.source"></a>
535
+
536
+ ```typescript
537
+ public readonly source: LiveSourceSpec;
538
+ ```
539
+
540
+ - *Type:* <a href="#awscdk-construct-mediaconnect-flow.LiveSourceSpec">LiveSourceSpec</a>
541
+
542
+ ---
543
+
544
+ ##### `vpcConfig`<sup>Optional</sup> <a name="vpcConfig" id="awscdk-construct-mediaconnect-flow.LiveFeedProps.property.vpcConfig"></a>
545
+
546
+ ```typescript
547
+ public readonly vpcConfig: VpcConfig;
548
+ ```
549
+
550
+ - *Type:* <a href="#awscdk-construct-mediaconnect-flow.VpcConfig">VpcConfig</a>
551
+
552
+ ---
553
+
358
554
  ### LiveSourceSpec <a name="LiveSourceSpec" id="awscdk-construct-mediaconnect-flow.LiveSourceSpec"></a>
359
555
 
360
556
  #### Initializer <a name="Initializer" id="awscdk-construct-mediaconnect-flow.LiveSourceSpec.Initializer"></a>
@@ -0,0 +1,15 @@
1
+ import * as ec2 from 'aws-cdk-lib/aws-ec2';
2
+ import { CfnFlow } from 'aws-cdk-lib/aws-mediaconnect';
3
+ import { Construct } from 'constructs';
4
+ import { LiveSourceSpec, VpcConfig } from './util';
5
+ export interface LiveFeedProps {
6
+ readonly source?: LiveSourceSpec;
7
+ readonly vpcConfig?: VpcConfig;
8
+ readonly autoStart?: boolean;
9
+ }
10
+ export declare class LiveFeed extends Construct {
11
+ readonly flow: CfnFlow;
12
+ readonly vpc?: ec2.IVpc;
13
+ readonly ndiDiscoveryServer?: ec2.Instance;
14
+ constructor(scope: Construct, id: string, props: LiveFeedProps);
15
+ }