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 |
Documentation
data InputDestinationVpc Source #
The properties for a VPC type input destination.
See: newInputDestinationVpc
smart constructor.
InputDestinationVpc' | |
|
Instances
newInputDestinationVpc :: InputDestinationVpc Source #
Create a value of InputDestinationVpc
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:availabilityZone:InputDestinationVpc'
, inputDestinationVpc_availabilityZone
- The availability zone of the Input destination.
$sel:networkInterfaceId:InputDestinationVpc'
, inputDestinationVpc_networkInterfaceId
- The network interface ID of the Input destination in the VPC.
inputDestinationVpc_availabilityZone :: Lens' InputDestinationVpc (Maybe Text) Source #
The availability zone of the Input destination.
inputDestinationVpc_networkInterfaceId :: Lens' InputDestinationVpc (Maybe Text) Source #
The network interface ID of the Input destination in the VPC.