libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConnect.Types.Interface

Description

 
Synopsis

Documentation

data Interface Source #

The VPC interface that is used for the media stream associated with the source or output.

See: newInterface smart constructor.

Constructors

Interface' 

Fields

  • name :: Text

    The name of the VPC interface.

Instances

Instances details
Eq Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

Read Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

Show Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

Generic Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

Associated Types

type Rep Interface :: Type -> Type #

NFData Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

Methods

rnf :: Interface -> () #

Hashable Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

FromJSON Interface Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.Interface

type Rep Interface Source # 
Instance details

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)))

newInterface Source #

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.

interface_name :: Lens' Interface Text Source #

The name of the VPC interface.