Security Profile Args
data class SecurityProfileArgs(val allowedAccessControlTags: Output<List<SecurityProfileTagArgs>>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val permissions: Output<List<String>>? = null, val securityProfileName: Output<String>? = null, val tagRestrictedResources: Output<List<String>>? = null, val tags: Output<List<SecurityProfileTagArgs>>? = null) : ConvertibleToJava<SecurityProfileArgs>
Resource Type definition for AWS::Connect::SecurityProfile
Constructors
Link copied to clipboard
fun SecurityProfileArgs(allowedAccessControlTags: Output<List<SecurityProfileTagArgs>>? = null, description: Output<String>? = null, instanceArn: Output<String>? = null, permissions: Output<List<String>>? = null, securityProfileName: Output<String>? = null, tagRestrictedResources: Output<List<String>>? = null, tags: Output<List<SecurityProfileTagArgs>>? = null)