| 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 |
Amazonka.Synthetics.Types.VpcConfigOutput
Description
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.
Constructors
| VpcConfigOutput' | |
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.