| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConnect.Types.Interface
Description
Synopsis
- data Interface = Interface' {}
- newInterface :: Text -> Interface
- interface_name :: Lens' Interface Text
Documentation
The VPC interface that is used for the media stream associated with the source or output.
See: newInterface smart constructor.
Constructors
| Interface' | |
Instances
| FromJSON Interface Source # | |
| Generic Interface Source # | |
| Read Interface Source # | |
| Show Interface Source # | |
| NFData Interface Source # | |
Defined in Amazonka.MediaConnect.Types.Interface | |
| Eq Interface Source # | |
| Hashable Interface Source # | |
Defined in Amazonka.MediaConnect.Types.Interface | |
| type Rep Interface Source # | |
Defined in Amazonka.MediaConnect.Types.Interface | |
Create a value of Interface with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:Interface', interface_name - The name of the VPC interface.