| 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 |
Amazonka.OpenSearch.Types.VPCOptions
Description
Synopsis
- data VPCOptions = VPCOptions' {}
- newVPCOptions :: VPCOptions
- vPCOptions_securityGroupIds :: Lens' VPCOptions (Maybe [Text])
- vPCOptions_subnetIds :: Lens' VPCOptions (Maybe [Text])
Documentation
data VPCOptions Source #
Options to specify the subnets and security groups for the VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.
See: newVPCOptions smart constructor.
Constructors
| VPCOptions' | |
Instances
newVPCOptions :: VPCOptions Source #
Create a value of VPCOptions 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:VPCOptions', vPCOptions_securityGroupIds - The security groups for the VPC endpoint.
$sel:subnetIds:VPCOptions', vPCOptions_subnetIds - The subnets for the VPC endpoint.
vPCOptions_securityGroupIds :: Lens' VPCOptions (Maybe [Text]) Source #
The security groups for the VPC endpoint.
vPCOptions_subnetIds :: Lens' VPCOptions (Maybe [Text]) Source #
The subnets for the VPC endpoint.