libZSservicesZSamazonka-redshiftZSamazonka-redshift
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.Redshift.Types.VpcEndpoint

Description

 
Synopsis

Documentation

data VpcEndpoint Source #

The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.

See: newVpcEndpoint smart constructor.

Constructors

VpcEndpoint' 

Fields

Instances

Instances details
Eq VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

Read VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

Show VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

Generic VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

Associated Types

type Rep VpcEndpoint :: Type -> Type #

NFData VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

Methods

rnf :: VpcEndpoint -> () #

Hashable VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

FromXML VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

type Rep VpcEndpoint Source # 
Instance details

Defined in Amazonka.Redshift.Types.VpcEndpoint

type Rep VpcEndpoint = D1 ('MetaData "VpcEndpoint" "Amazonka.Redshift.Types.VpcEndpoint" "libZSservicesZSamazonka-redshiftZSamazonka-redshift" 'False) (C1 ('MetaCons "VpcEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "networkInterfaces") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [NetworkInterface])) :*: S1 ('MetaSel ('Just "vpcEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVpcEndpoint :: VpcEndpoint Source #

Create a value of VpcEndpoint 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:vpcId:VpcEndpoint', vpcEndpoint_vpcId - The VPC identifier that the endpoint is associated.

$sel:networkInterfaces:VpcEndpoint', vpcEndpoint_networkInterfaces - One or more network interfaces of the endpoint. Also known as an interface endpoint.

$sel:vpcEndpointId:VpcEndpoint', vpcEndpoint_vpcEndpointId - The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.

vpcEndpoint_vpcId :: Lens' VpcEndpoint (Maybe Text) Source #

The VPC identifier that the endpoint is associated.

vpcEndpoint_networkInterfaces :: Lens' VpcEndpoint (Maybe [NetworkInterface]) Source #

One or more network interfaces of the endpoint. Also known as an interface endpoint.

vpcEndpoint_vpcEndpointId :: Lens' VpcEndpoint (Maybe Text) Source #

The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.