| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ElasticSearch.Types.VpcEndpoint
Description
Synopsis
- data VpcEndpoint = VpcEndpoint' {}
- newVpcEndpoint :: VpcEndpoint
- vpcEndpoint_domainArn :: Lens' VpcEndpoint (Maybe Text)
- vpcEndpoint_endpoint :: Lens' VpcEndpoint (Maybe Text)
- vpcEndpoint_status :: Lens' VpcEndpoint (Maybe VpcEndpointStatus)
- vpcEndpoint_vpcEndpointId :: Lens' VpcEndpoint (Maybe Text)
- vpcEndpoint_vpcEndpointOwner :: Lens' VpcEndpoint (Maybe Text)
- vpcEndpoint_vpcOptions :: Lens' VpcEndpoint (Maybe VPCDerivedInfo)
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
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_vpcEndpointOwner :: Lens' VpcEndpoint (Maybe Text) Source #
The creator 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.