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.VpcInterfaceAttachment

Description

 
Synopsis

Documentation

data VpcInterfaceAttachment Source #

The settings for attaching a VPC interface to an output.

See: newVpcInterfaceAttachment smart constructor.

Constructors

VpcInterfaceAttachment' 

Fields

Instances

Instances details
Eq VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

Read VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

Show VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

Generic VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

Associated Types

type Rep VpcInterfaceAttachment :: Type -> Type #

NFData VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

Methods

rnf :: VpcInterfaceAttachment -> () #

Hashable VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

ToJSON VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

FromJSON VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

type Rep VpcInterfaceAttachment Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.VpcInterfaceAttachment

type Rep VpcInterfaceAttachment = D1 ('MetaData "VpcInterfaceAttachment" "Amazonka.MediaConnect.Types.VpcInterfaceAttachment" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "VpcInterfaceAttachment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcInterfaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVpcInterfaceAttachment :: VpcInterfaceAttachment Source #

Create a value of VpcInterfaceAttachment 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:vpcInterfaceName:VpcInterfaceAttachment', vpcInterfaceAttachment_vpcInterfaceName - The name of the VPC interface to use for this output.

vpcInterfaceAttachment_vpcInterfaceName :: Lens' VpcInterfaceAttachment (Maybe Text) Source #

The name of the VPC interface to use for this output.