class Aws::Connect::Types::CreateSecurityProfileRequest


@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateSecurityProfileRequest AWS API Documentation
@return [Hash<String,String>]
resource.
The tags used to organize, track, or control access for this
@!attribute [rw] tags
@return [String]
instanceId in the ARN of the instance.
The identifier of the Amazon Connect instance. You can find the
@!attribute [rw] instance_id
@return [Array<String>]
Permissions assigned to the security profile.
@!attribute [rw] permissions
@return [String]
The description of the security profile.
@!attribute [rw] description
@return [String]
The name of the security profile.
@!attribute [rw] security_profile_name
}
},
“TagKey” => “TagValue”,
tags: {
instance_id: “InstanceId”, # required
permissions: [“SecurityProfilePermission”],
description: “SecurityProfileDescription”,
security_profile_name: “SecurityProfileName”, # required
{
data as a hash:
@note When making an API call, you may pass CreateSecurityProfileRequest