Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsOpenSearchServiceDomainVpcOptionsDetails = AwsOpenSearchServiceDomainVpcOptionsDetails' {}
- newAwsOpenSearchServiceDomainVpcOptionsDetails :: AwsOpenSearchServiceDomainVpcOptionsDetails
- awsOpenSearchServiceDomainVpcOptionsDetails_securityGroupIds :: Lens' AwsOpenSearchServiceDomainVpcOptionsDetails (Maybe [Text])
- awsOpenSearchServiceDomainVpcOptionsDetails_subnetIds :: Lens' AwsOpenSearchServiceDomainVpcOptionsDetails (Maybe [Text])
Documentation
data AwsOpenSearchServiceDomainVpcOptionsDetails Source #
Contains information that OpenSearch Service derives based on the
VPCOptions
for the domain.
See: newAwsOpenSearchServiceDomainVpcOptionsDetails
smart constructor.
Instances
newAwsOpenSearchServiceDomainVpcOptionsDetails :: AwsOpenSearchServiceDomainVpcOptionsDetails Source #
Create a value of AwsOpenSearchServiceDomainVpcOptionsDetails
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:securityGroupIds:AwsOpenSearchServiceDomainVpcOptionsDetails'
, awsOpenSearchServiceDomainVpcOptionsDetails_securityGroupIds
- The list of security group IDs that are associated with the VPC
endpoints for the domain.
$sel:subnetIds:AwsOpenSearchServiceDomainVpcOptionsDetails'
, awsOpenSearchServiceDomainVpcOptionsDetails_subnetIds
- A list of subnet IDs that are associated with the VPC endpoints for the
domain.
awsOpenSearchServiceDomainVpcOptionsDetails_securityGroupIds :: Lens' AwsOpenSearchServiceDomainVpcOptionsDetails (Maybe [Text]) Source #
The list of security group IDs that are associated with the VPC endpoints for the domain.
awsOpenSearchServiceDomainVpcOptionsDetails_subnetIds :: Lens' AwsOpenSearchServiceDomainVpcOptionsDetails (Maybe [Text]) Source #
A list of subnet IDs that are associated with the VPC endpoints for the domain.