GetSecurityProfileResult

data class GetSecurityProfileResult(val allowedAccessControlTags: List<SecurityProfileTag>? = null, val description: String? = null, val permissions: List<String>? = null, val securityProfileArn: String? = null, val tagRestrictedResources: List<String>? = null, val tags: List<SecurityProfileTag>? = null)

Constructors

Link copied to clipboard
fun GetSecurityProfileResult(allowedAccessControlTags: List<SecurityProfileTag>? = null, description: String? = null, permissions: List<String>? = null, securityProfileArn: String? = null, tagRestrictedResources: List<String>? = null, tags: List<SecurityProfileTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val description: String? = null

The description of the security profile.

Link copied to clipboard
val permissions: List<String>? = null

Permissions assigned to the security profile.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The tags used to organize, track, or control access for this resource.