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_idString

The ID of the Amazon Web Services account in which to create the DLP setting.

Returns:

  • (String)


10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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_idString

A unique identifier for the DLP setting.

Returns:

  • (String)


10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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

#enabledBoolean

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)


10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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

#nameString

A human-readable display name for the DLP setting.

Returns:

  • (String)


10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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_configTypes::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.



10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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_actionString

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

Returns:

  • (String)


10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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_typeString

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

Returns:

  • (String)


10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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

#tagsArray<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:



10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10127

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