amazonka-elasticsearch-2.0: Amazon Elasticsearch Service 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.ElasticSearch.Types.VpcEndpoint

Description

 
Synopsis

Documentation

data VpcEndpoint Source #

The connection endpoint for connecting to an Amazon OpenSearch Service domain through a proxy.

See: newVpcEndpoint smart constructor.

Constructors

VpcEndpoint' 

Fields

Instances

Instances details
FromJSON VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

Generic VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

Associated Types

type Rep VpcEndpoint :: Type -> Type #

Read VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

Show VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

NFData VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

Methods

rnf :: VpcEndpoint -> () #

Eq VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

Hashable VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

type Rep VpcEndpoint Source # 
Instance details

Defined in Amazonka.ElasticSearch.Types.VpcEndpoint

type Rep VpcEndpoint = D1 ('MetaData "VpcEndpoint" "Amazonka.ElasticSearch.Types.VpcEndpoint" "amazonka-elasticsearch-2.0-BmZjovliTfgJWgrJ3fCf5z" 'False) (C1 ('MetaCons "VpcEndpoint'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcEndpointStatus)))) :*: (S1 ('MetaSel ('Just "vpcEndpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcEndpointOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vpcOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCDerivedInfo))))))

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:domainArn:VpcEndpoint', vpcEndpoint_domainArn - The Amazon Resource Name (ARN) of the domain associated with the endpoint.

$sel:endpoint:VpcEndpoint', vpcEndpoint_endpoint - The connection endpoint ID for connecting to the domain.

$sel:status:VpcEndpoint', vpcEndpoint_status - The current status of the endpoint.

$sel:vpcEndpointId:VpcEndpoint', vpcEndpoint_vpcEndpointId - The unique identifier of the endpoint.

$sel:vpcEndpointOwner:VpcEndpoint', vpcEndpoint_vpcEndpointOwner - The creator of the endpoint.

$sel:vpcOptions:VpcEndpoint', vpcEndpoint_vpcOptions - Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.

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

The Amazon Resource Name (ARN) of the domain associated with the endpoint.

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

The connection endpoint ID for connecting to the domain.

vpcEndpoint_status :: Lens' VpcEndpoint (Maybe VpcEndpointStatus) Source #

The current status of the endpoint.

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

The unique identifier of the endpoint.

vpcEndpoint_vpcOptions :: Lens' VpcEndpoint (Maybe VPCDerivedInfo) Source #

Options to specify the subnets and security groups for an Amazon OpenSearch Service VPC endpoint.