amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.VpcEndpointConnection

Description

 
Synopsis

Documentation

data VpcEndpointConnection Source #

Describes a VPC endpoint connection to a service.

See: newVpcEndpointConnection smart constructor.

Constructors

VpcEndpointConnection' 

Fields

Instances

Instances details
FromXML VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

Generic VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

Associated Types

type Rep VpcEndpointConnection :: Type -> Type #

Read VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

Show VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

NFData VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

Methods

rnf :: VpcEndpointConnection -> () #

Eq VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

Hashable VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

type Rep VpcEndpointConnection Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcEndpointConnection

type Rep VpcEndpointConnection = D1 ('MetaData "VpcEndpointConnection" "Amazonka.EC2.Types.VpcEndpointConnection" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "VpcEndpointConnection'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "dnsEntries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DnsEntry]))) :*: (S1 ('MetaSel ('Just "gatewayLoadBalancerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "ipAddressType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpAddressType)) :*: S1 ('MetaSel ('Just "networkLoadBalancerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "serviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "vpcEndpointConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "vpcEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcEndpointOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcEndpointState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe State)))))))

newVpcEndpointConnection :: VpcEndpointConnection Source #

Create a value of VpcEndpointConnection 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:creationTimestamp:VpcEndpointConnection', vpcEndpointConnection_creationTimestamp - The date and time that the VPC endpoint was created.

$sel:dnsEntries:VpcEndpointConnection', vpcEndpointConnection_dnsEntries - The DNS entries for the VPC endpoint.

$sel:gatewayLoadBalancerArns:VpcEndpointConnection', vpcEndpointConnection_gatewayLoadBalancerArns - The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

$sel:ipAddressType:VpcEndpointConnection', vpcEndpointConnection_ipAddressType - The IP address type for the endpoint.

$sel:networkLoadBalancerArns:VpcEndpointConnection', vpcEndpointConnection_networkLoadBalancerArns - The Amazon Resource Names (ARNs) of the network load balancers for the service.

$sel:serviceId:VpcEndpointConnection', vpcEndpointConnection_serviceId - The ID of the service to which the endpoint is connected.

$sel:tags:VpcEndpointConnection', vpcEndpointConnection_tags - The tags.

$sel:vpcEndpointConnectionId:VpcEndpointConnection', vpcEndpointConnection_vpcEndpointConnectionId - The ID of the VPC endpoint connection.

$sel:vpcEndpointId:VpcEndpointConnection', vpcEndpointConnection_vpcEndpointId - The ID of the VPC endpoint.

$sel:vpcEndpointOwner:VpcEndpointConnection', vpcEndpointConnection_vpcEndpointOwner - The ID of the Amazon Web Services account that owns the VPC endpoint.

$sel:vpcEndpointState:VpcEndpointConnection', vpcEndpointConnection_vpcEndpointState - The state of the VPC endpoint.

vpcEndpointConnection_creationTimestamp :: Lens' VpcEndpointConnection (Maybe UTCTime) Source #

The date and time that the VPC endpoint was created.

vpcEndpointConnection_gatewayLoadBalancerArns :: Lens' VpcEndpointConnection (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

vpcEndpointConnection_networkLoadBalancerArns :: Lens' VpcEndpointConnection (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of the network load balancers for the service.

vpcEndpointConnection_serviceId :: Lens' VpcEndpointConnection (Maybe Text) Source #

The ID of the service to which the endpoint is connected.

vpcEndpointConnection_vpcEndpointOwner :: Lens' VpcEndpointConnection (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the VPC endpoint.