Class: Aws::Connect::Types::SecurityProfile

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

Overview

Contains information about a security profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_access_control_tagsHash<String,String>

The list of tags that a security profile uses to restrict access to resources in Amazon Connect.

Returns:

  • (Hash<String,String>)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) for the secruity profile.

Returns:

  • (String)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the security profile.

Returns:

  • (String)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier for the security profile.

Returns:

  • (String)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#organization_resource_idString

The organization resource identifier for the security profile.

Returns:

  • (String)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#security_profile_nameString

The name for the security profile.

Returns:

  • (String)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#tag_restricted_resourcesArray<String>

The list of resources that a security profile applies tag restrictions to in Amazon Connect.

Returns:

  • (Array<String>)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, \{ "tags": {"key1":"value1", "key2":"value2"\} \}.

Returns:

  • (Hash<String,String>)


12736
12737
12738
12739
12740
12741
12742
12743
12744
12745
12746
12747
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12736

class SecurityProfile < Struct.new(
  :id,
  :organization_resource_id,
  :arn,
  :security_profile_name,
  :description,
  :tags,
  :allowed_access_control_tags,
  :tag_restricted_resources)
  SENSITIVE = []
  include Aws::Structure
end