Class: Aws::QuickSight::Types::CreateDlpSettingRequest

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 in which to create the DLP setting.

Returns:

  • (String)


10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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

#dlp_setting_id ⇒ String

A unique identifier for the DLP setting.

Returns:

  • (String)


10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

class CreateDlpSettingRequest < Struct.new(
  :aws_account_id,
  :dlp_setting_id,
  :name,
  :provider_type,
  :provider_config,
  :provider_outage_action,
  :enabled,
  :tags)
  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 at time of setting creation.

Returns:

  • (Boolean)


10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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

#name ⇒ String

A human-readable display name for the DLP setting.

Returns:

  • (String)


10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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

#provider_config ⇒ Types::ProviderConfig

The 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.



10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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

#provider_outage_action ⇒ String

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

Returns:

  • (String)


10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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

#provider_type ⇒ String

The type of external DLP provider to use for sensitivity label classification. Currently, the only supported value is MICROSOFT_PURVIEW.

Returns:

  • (String)


10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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

#tags ⇒ Array<Types::Tag>

A list of resource tags to apply to the DLP setting. You can use tags to manage access to your Amazon Web Services resources.

Returns:



10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10742

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