GetSecurityProfilePlainArgs

data class GetSecurityProfilePlainArgs(val instanceId: String, val name: String? = null, val securityProfileId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSecurityProfilePlainArgs>

A collection of arguments for invoking getSecurityProfile.

Constructors

Link copied to clipboard
constructor(instanceId: String, name: String? = null, securityProfileId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Reference to the hosting Amazon Connect Instance

Link copied to clipboard
val name: String? = null

Returns information on a specific Security Profile by name

Link copied to clipboard

Returns information on a specific Security Profile by Security Profile id

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags to assign to the Security Profile.

Functions

Link copied to clipboard
open override fun toJava(): GetSecurityProfilePlainArgs