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
Documentation
data VpcConfigInput Source #
If this canary is to test an endpoint in a VPC, this structure contains information about the subnets and security groups of the VPC endpoint. For more information, see Running a Canary in a VPC.
See: newVpcConfigInput
smart constructor.
Instances
newVpcConfigInput :: VpcConfigInput Source #
Create a value of VpcConfigInput
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:VpcConfigInput'
, vpcConfigInput_securityGroupIds
- The IDs of the security groups for this canary.
$sel:subnetIds:VpcConfigInput'
, vpcConfigInput_subnetIds
- The IDs of the subnets where this canary is to run.
vpcConfigInput_securityGroupIds :: Lens' VpcConfigInput (Maybe [Text]) Source #
The IDs of the security groups for this canary.
vpcConfigInput_subnetIds :: Lens' VpcConfigInput (Maybe [Text]) Source #
The IDs of the subnets where this canary is to run.