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 CidrAuthorizationContext Source #
Provides authorization for Amazon to bring a specific IP address range to a specific AWS account using bring your own IP addresses (BYOIP).
For more information, see Bring Your Own IP Addresses (BYOIP) in the AWS Global Accelerator Developer Guide.
See: newCidrAuthorizationContext
smart constructor.
Instances
newCidrAuthorizationContext Source #
:: Text | |
-> Text | |
-> CidrAuthorizationContext |
Create a value of CidrAuthorizationContext
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:message:CidrAuthorizationContext'
, cidrAuthorizationContext_message
- The plain-text authorization message for the prefix and account.
$sel:signature:CidrAuthorizationContext'
, cidrAuthorizationContext_signature
- The signed authorization message for the prefix and account.
cidrAuthorizationContext_message :: Lens' CidrAuthorizationContext Text Source #
The plain-text authorization message for the prefix and account.
cidrAuthorizationContext_signature :: Lens' CidrAuthorizationContext Text Source #
The signed authorization message for the prefix and account.