Class: Aws::SecurityLake::Types::UpdateDataLakeRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securitylake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationsArray<Types::DataLakeConfiguration>

Specifies the Region or Regions that will contribute data to the rollup region.

Returns:



1940
1941
1942
1943
1944
1945
# File 'lib/aws-sdk-securitylake/types.rb', line 1940

class UpdateDataLakeRequest < Struct.new(
  :configurations,
  :meta_store_manager_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#meta_store_manager_role_arnString

The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.

Returns:

  • (String)


1940
1941
1942
1943
1944
1945
# File 'lib/aws-sdk-securitylake/types.rb', line 1940

class UpdateDataLakeRequest < Struct.new(
  :configurations,
  :meta_store_manager_role_arn)
  SENSITIVE = []
  include Aws::Structure
end