Class: Aws::Types::DataLakeSettings
- Inherits:
-
Object
- Object
- Aws::Types::DataLakeSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_external_data_filtering ⇒ Boolean
Returns the value of attribute allow_external_data_filtering.
-
#allow_full_table_external_data_access ⇒ Boolean
Returns the value of attribute allow_full_table_external_data_access.
-
#authorized_session_tag_value_list ⇒ ::Array[::String]
Returns the value of attribute authorized_session_tag_value_list.
-
#create_database_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_database_default_permissions.
-
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
-
#data_lake_admins ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute data_lake_admins.
-
#external_data_filtering_allow_list ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute external_data_filtering_allow_list.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#read_only_admins ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute read_only_admins.
-
#trusted_resource_owners ⇒ ::Array[::String]
Returns the value of attribute trusted_resource_owners.
Instance Attribute Details
#allow_external_data_filtering ⇒ Boolean
Returns the value of attribute allow_external_data_filtering.
237 238 239 |
# File 'sig/types.rbs', line 237 def allow_external_data_filtering @allow_external_data_filtering end |
#allow_full_table_external_data_access ⇒ Boolean
Returns the value of attribute allow_full_table_external_data_access.
238 239 240 |
# File 'sig/types.rbs', line 238 def allow_full_table_external_data_access @allow_full_table_external_data_access end |
#authorized_session_tag_value_list ⇒ ::Array[::String]
Returns the value of attribute authorized_session_tag_value_list.
240 241 242 |
# File 'sig/types.rbs', line 240 def @authorized_session_tag_value_list end |
#create_database_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_database_default_permissions.
233 234 235 |
# File 'sig/types.rbs', line 233 def @create_database_default_permissions end |
#create_table_default_permissions ⇒ ::Array[Types::PrincipalPermissions]
Returns the value of attribute create_table_default_permissions.
234 235 236 |
# File 'sig/types.rbs', line 234 def @create_table_default_permissions end |
#data_lake_admins ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute data_lake_admins.
231 232 233 |
# File 'sig/types.rbs', line 231 def data_lake_admins @data_lake_admins end |
#external_data_filtering_allow_list ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute external_data_filtering_allow_list.
239 240 241 |
# File 'sig/types.rbs', line 239 def external_data_filtering_allow_list @external_data_filtering_allow_list end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
235 236 237 |
# File 'sig/types.rbs', line 235 def parameters @parameters end |
#read_only_admins ⇒ ::Array[Types::DataLakePrincipal]
Returns the value of attribute read_only_admins.
232 233 234 |
# File 'sig/types.rbs', line 232 def read_only_admins @read_only_admins end |
#trusted_resource_owners ⇒ ::Array[::String]
Returns the value of attribute trusted_resource_owners.
236 237 238 |
# File 'sig/types.rbs', line 236 def trusted_resource_owners @trusted_resource_owners end |