| 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.SecurityLake.CreateDatalakeAutoEnable
Description
Automatically enables Amazon Security Lake for new member accounts in your organization. Security Lake is not automatically enabled for any existing member accounts in your organization.
Synopsis
- data CreateDatalakeAutoEnable = CreateDatalakeAutoEnable' {}
- newCreateDatalakeAutoEnable :: CreateDatalakeAutoEnable
- createDatalakeAutoEnable_configurationForNewAccounts :: Lens' CreateDatalakeAutoEnable [AutoEnableNewRegionConfiguration]
- data CreateDatalakeAutoEnableResponse = CreateDatalakeAutoEnableResponse' {
- httpStatus :: Int
- newCreateDatalakeAutoEnableResponse :: Int -> CreateDatalakeAutoEnableResponse
- createDatalakeAutoEnableResponse_httpStatus :: Lens' CreateDatalakeAutoEnableResponse Int
Creating a Request
data CreateDatalakeAutoEnable Source #
See: newCreateDatalakeAutoEnable smart constructor.
Constructors
| CreateDatalakeAutoEnable' | |
Fields
| |
Instances
newCreateDatalakeAutoEnable :: CreateDatalakeAutoEnable Source #
Create a value of CreateDatalakeAutoEnable 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:configurationForNewAccounts:CreateDatalakeAutoEnable', createDatalakeAutoEnable_configurationForNewAccounts - Enable Security Lake with the specified configuration settings to begin
collecting security data for new accounts in your organization.
Request Lenses
createDatalakeAutoEnable_configurationForNewAccounts :: Lens' CreateDatalakeAutoEnable [AutoEnableNewRegionConfiguration] Source #
Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization.
Destructuring the Response
data CreateDatalakeAutoEnableResponse Source #
See: newCreateDatalakeAutoEnableResponse smart constructor.
Constructors
| CreateDatalakeAutoEnableResponse' | |
Fields
| |
Instances
newCreateDatalakeAutoEnableResponse Source #
Create a value of CreateDatalakeAutoEnableResponse 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:httpStatus:CreateDatalakeAutoEnableResponse', createDatalakeAutoEnableResponse_httpStatus - The response's http status code.
Response Lenses
createDatalakeAutoEnableResponse_httpStatus :: Lens' CreateDatalakeAutoEnableResponse Int Source #
The response's http status code.