AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::SecurityProfile

Connect SecurityProfile

Resource Type definition for AWS::Connect::SecurityProfile

Properties

12 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
InstanceArn
string
RequiredCreate-only
SecurityProfileName
string
RequiredCreate-only
AllowedAccessControlHierarchyGroupId
string
AllowedAccessControlTags
Array<Tag>
AllowedFlowModules
Array<FlowModule>
Applications
Array<Application>
Description
string
GranularAccessControlConfiguration
object
HierarchyRestrictedResources
Array<string>
Permissions
Array<string>
TagRestrictedResources
Array<string>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LastModifiedRegionstringThe AWS Region where this resource was last modified.
LastModifiedTimenumberThe timestamp when this resource was last modified.
SecurityProfileArnstringThe Amazon Resource Name (ARN) for the security profile.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::SecurityProfile

Resources:
  MyResource:
    Type: AWS::Connect::SecurityProfile
    Properties:
      InstanceArn: "arn:aws:service:region:account:resource"
      SecurityProfileName: "my-securityprofilename"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

connect:CreateSecurityProfileconnect:TagResource

read

connect:DescribeSecurityProfileconnect:ListSecurityProfileApplicationsconnect:ListSecurityProfileFlowModulesconnect:ListSecurityProfilePermissions

update

connect:TagResourceconnect:UpdateSecurityProfileconnect:UntagResource

delete

connect:DeleteSecurityProfileconnect:UntagResource

list

connect:ListSecurityProfiles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConnect
Properties15
Required2
TaggingSupported
Primary IDSecurityProfileArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SecurityProfileNameInstanceArn

External Links