Class: Aws::QuickSight::Types::UpdateDlpSettingRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the DLP setting that you want to update.

Returns:

  • (String)


50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#dlp_setting_id ⇒ String

The ID of the DLP setting that you want to update.

Returns:

  • (String)


50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabled ⇒ Boolean

Specifies whether DLP enforcement is active for this setting. Set to true to enable enforcement, or false to disable it.

Returns:

  • (Boolean)


50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

An updated display name for the DLP setting.

Returns:

  • (String)


50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#provider_config ⇒ Types::ProviderConfig

An updated provider-specific configuration for the DLP integration. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.



50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#provider_outage_action ⇒ String

An updated behavior to apply when the DLP provider is unreachable. Valid values are ALLOW, WARN, and BLOCK.

Returns:

  • (String)


50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#provider_type ⇒ String

An updated DLP provider type. Currently, the only supported value is MICROSOFT_PURVIEW.

Returns:

  • (String)


50227
50228
50229
50230
50231
50232
50233
50234
50235
50236
50237
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 50227

class UpdateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end