| 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.Kafka.Types.PublicAccess
Description
Synopsis
- data PublicAccess = PublicAccess' {}
- newPublicAccess :: PublicAccess
- publicAccess_type :: Lens' PublicAccess (Maybe Text)
Documentation
data PublicAccess Source #
Public access control for brokers.
See: newPublicAccess smart constructor.
Constructors
| PublicAccess' | |
Instances
newPublicAccess :: PublicAccess Source #
Create a value of PublicAccess 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:type':PublicAccess', publicAccess_type - The value DISABLED indicates that public access is turned off.
SERVICE_PROVIDED_EIPS indicates that public access is turned on.
publicAccess_type :: Lens' PublicAccess (Maybe Text) Source #
The value DISABLED indicates that public access is turned off. SERVICE_PROVIDED_EIPS indicates that public access is turned on.