| 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.EC2.Types.ModifyVerifiedAccessEndpointEniOptions
Description
Synopsis
- data ModifyVerifiedAccessEndpointEniOptions = ModifyVerifiedAccessEndpointEniOptions' {}
- newModifyVerifiedAccessEndpointEniOptions :: ModifyVerifiedAccessEndpointEniOptions
- modifyVerifiedAccessEndpointEniOptions_port :: Lens' ModifyVerifiedAccessEndpointEniOptions (Maybe Natural)
- modifyVerifiedAccessEndpointEniOptions_protocol :: Lens' ModifyVerifiedAccessEndpointEniOptions (Maybe VerifiedAccessEndpointProtocol)
Documentation
data ModifyVerifiedAccessEndpointEniOptions Source #
Options for a network-interface type Verified Access endpoint.
See: newModifyVerifiedAccessEndpointEniOptions smart constructor.
Constructors
| ModifyVerifiedAccessEndpointEniOptions' | |
Instances
newModifyVerifiedAccessEndpointEniOptions :: ModifyVerifiedAccessEndpointEniOptions Source #
Create a value of ModifyVerifiedAccessEndpointEniOptions 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:port:ModifyVerifiedAccessEndpointEniOptions', modifyVerifiedAccessEndpointEniOptions_port - The IP port number.
$sel:protocol:ModifyVerifiedAccessEndpointEniOptions', modifyVerifiedAccessEndpointEniOptions_protocol - The IP protocol.
modifyVerifiedAccessEndpointEniOptions_port :: Lens' ModifyVerifiedAccessEndpointEniOptions (Maybe Natural) Source #
The IP port number.