AWS Fundamentals Logo
AWS Fundamentals
AWS::Events::Connection

Events Connection

Resource Type definition for AWS::Events::Connection.

Properties

6 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AuthorizationType
string
AuthParameters
AuthParameters
Description
string
InvocationConnectivityParameters
object
KmsKeyIdentifier
string
Name
string
Create-only

Return Values

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

AttributeTypeDescription
ArnstringThe arn of the connection resource.
ArnForPolicystringThe arn of the connection resource to be used in IAM policies.
SecretArnstringThe arn of the secrets manager secret created in the customer account.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Events::Connection

Resources:
  MyResource:
    Type: AWS::Events::Connection
    Properties:
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

events:CreateConnectionevents:DescribeConnectionsecretsmanager:CreateSecretsecretsmanager:GetSecretValuesecretsmanager:PutSecretValueiam:CreateServiceLinkedRolekms:DescribeKeykms:GenerateDataKey

read

events:DescribeConnectionkms:Decrypt

update

events:UpdateConnectionevents:DescribeConnectionsecretsmanager:CreateSecretsecretsmanager:UpdateSecretsecretsmanager:GetSecretValuesecretsmanager:PutSecretValuekms:Decryptkms:DescribeKey

delete

events:DeleteConnectionevents:DescribeConnection

list

events:ListConnections

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

ServiceEvents
Properties9
Required0
TaggingNot supported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

External Links