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 |
Synopsis
- data VpcEndpointDetail = VpcEndpointDetail' {}
- newVpcEndpointDetail :: VpcEndpointDetail
- vpcEndpointDetail_createdDate :: Lens' VpcEndpointDetail (Maybe Integer)
- vpcEndpointDetail_id :: Lens' VpcEndpointDetail (Maybe Text)
- vpcEndpointDetail_name :: Lens' VpcEndpointDetail (Maybe Text)
- vpcEndpointDetail_securityGroupIds :: Lens' VpcEndpointDetail (Maybe (NonEmpty Text))
- vpcEndpointDetail_status :: Lens' VpcEndpointDetail (Maybe VpcEndpointStatus)
- vpcEndpointDetail_subnetIds :: Lens' VpcEndpointDetail (Maybe (NonEmpty Text))
- vpcEndpointDetail_vpcId :: Lens' VpcEndpointDetail (Maybe Text)
Documentation
data VpcEndpointDetail Source #
Details about an OpenSearch Serverless-managed interface endpoint.
See: newVpcEndpointDetail
smart constructor.
VpcEndpointDetail' | |
|
Instances
newVpcEndpointDetail :: VpcEndpointDetail Source #
Create a value of VpcEndpointDetail
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:createdDate:VpcEndpointDetail'
, vpcEndpointDetail_createdDate
- The date the endpoint was created.
$sel:id:VpcEndpointDetail'
, vpcEndpointDetail_id
- The unique identifier of the endpoint.
$sel:name:VpcEndpointDetail'
, vpcEndpointDetail_name
- The name of the endpoint.
$sel:securityGroupIds:VpcEndpointDetail'
, vpcEndpointDetail_securityGroupIds
- The unique identifiers of the security groups that define the ports,
protocols, and sources for inbound traffic that you are authorizing into
your endpoint.
$sel:status:VpcEndpointDetail'
, vpcEndpointDetail_status
- The current status of the endpoint.
$sel:subnetIds:VpcEndpointDetail'
, vpcEndpointDetail_subnetIds
- The ID of the subnets from which you access OpenSearch Serverless.
$sel:vpcId:VpcEndpointDetail'
, vpcEndpointDetail_vpcId
- The ID of the VPC from which you access OpenSearch Serverless
vpcEndpointDetail_createdDate :: Lens' VpcEndpointDetail (Maybe Integer) Source #
The date the endpoint was created.
vpcEndpointDetail_id :: Lens' VpcEndpointDetail (Maybe Text) Source #
The unique identifier of the endpoint.
vpcEndpointDetail_name :: Lens' VpcEndpointDetail (Maybe Text) Source #
The name of the endpoint.
vpcEndpointDetail_securityGroupIds :: Lens' VpcEndpointDetail (Maybe (NonEmpty Text)) Source #
The unique identifiers of the security groups that define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
vpcEndpointDetail_status :: Lens' VpcEndpointDetail (Maybe VpcEndpointStatus) Source #
The current status of the endpoint.
vpcEndpointDetail_subnetIds :: Lens' VpcEndpointDetail (Maybe (NonEmpty Text)) Source #
The ID of the subnets from which you access OpenSearch Serverless.
vpcEndpointDetail_vpcId :: Lens' VpcEndpointDetail (Maybe Text) Source #
The ID of the VPC from which you access OpenSearch Serverless