AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::SecurityKey

Connect SecurityKey

Resource Type definition for AWS::Connect::SecurityKey

Properties

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

Filter:
PropertyTypeFlags
InstanceId
string
RequiredCreate-only
Key
string
RequiredCreate-only

Return Values

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

AttributeTypeDescription
AssociationIdstring-

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::SecurityKey

Resources:
  MyResource:
    Type: AWS::Connect::SecurityKey
    Properties:
      Key: "value"
      InstanceId: "my-instanceid"

Required IAM Permissions

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

create

connect:AssociateSecurityKey

read

connect:ListSecurityKeys

update

delete

connect:DisassociateSecurityKey

list

connect:ListSecurityKeys

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
Properties3
Required2
TaggingNot supported
Primary IDInstanceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

InstanceIdKey

External Links