AWS::Connect::SecurityProfileResource Type definition for AWS::Connect::SecurityProfile
12 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LastModifiedRegion | string | The AWS Region where this resource was last modified. |
LastModifiedTime | number | The timestamp when this resource was last modified. |
SecurityProfileArn | string | The Amazon Resource Name (ARN) for the security profile. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateSecurityProfileconnect:TagResourceconnect:DescribeSecurityProfileconnect:ListSecurityProfileApplicationsconnect:ListSecurityProfileFlowModulesconnect:ListSecurityProfilePermissionsconnect:TagResourceconnect:UpdateSecurityProfileconnect:UntagResourceconnect:DeleteSecurityProfileconnect:UntagResourceconnect:ListSecurityProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSecurityProfileArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SecurityProfileNameInstanceArn