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 |
Documentation
data VpcConfigOutput 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: newVpcConfigOutput
smart constructor.
Instances
newVpcConfigOutput :: VpcConfigOutput Source #
Create a value of VpcConfigOutput
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:VpcConfigOutput'
, vpcConfigOutput_securityGroupIds
- The IDs of the security groups for this canary.
$sel:subnetIds:VpcConfigOutput'
, vpcConfigOutput_subnetIds
- The IDs of the subnets where this canary is to run.
$sel:vpcId:VpcConfigOutput'
, vpcConfigOutput_vpcId
- The IDs of the VPC where this canary is to run.
vpcConfigOutput_securityGroupIds :: Lens' VpcConfigOutput (Maybe [Text]) Source #
The IDs of the security groups for this canary.
vpcConfigOutput_subnetIds :: Lens' VpcConfigOutput (Maybe [Text]) Source #
The IDs of the subnets where this canary is to run.
vpcConfigOutput_vpcId :: Lens' VpcConfigOutput (Maybe Text) Source #
The IDs of the VPC where this canary is to run.