Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
Eq Interface Source # | |
Read Interface Source # | |
Show Interface Source # | |
Generic Interface Source # | |
NFData Interface Source # | |
Defined in Amazonka.MediaConnect.Types.Interface | |
Hashable Interface Source # | |
Defined in Amazonka.MediaConnect.Types.Interface | |
FromJSON Interface Source # | |
type Rep Interface Source # | |
Defined in Amazonka.MediaConnect.Types.Interface type Rep Interface = D1 ('MetaData "Interface" "Amazonka.MediaConnect.Types.Interface" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "Interface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
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.