Class: Aws::QuickSight::Types::DlpSettingDetails

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

Overview

The full configuration details of a DLP setting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the DLP setting.

Returns:

  • (String)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time that the DLP setting was created, in ISO 8601 format.

Returns:

  • (Time)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dlp_setting_id ⇒ String

The ID of the DLP setting.

Returns:

  • (String)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The display name of the DLP setting.

Returns:

  • (String)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#provider_config ⇒ Types::ProviderConfig

The provider-specific configuration for the DLP integration.



22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#provider_outage_action ⇒ String

The behavior applied when the DLP provider is unreachable. Valid values are ALLOW, WARN, and BLOCK.

Returns:

  • (String)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#provider_type ⇒ String

The type of external DLP provider used for sensitivity label classification.

Returns:

  • (String)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the DLP setting. Valid values are ACTIVE and INACTIVE.

Returns:

  • (String)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time that the DLP setting was most recently updated, in ISO 8601 format.

Returns:

  • (Time)


22504
22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
22516
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22504

class DlpSettingDetails < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end