AWS::Events::ConnectionResource Type definition for AWS::Events::Connection.
6 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthorizationType | string | |
AuthParameters | AuthParameters | |
Description | string | |
InvocationConnectivityParameters | object | |
KmsKeyIdentifier | string | |
Name | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The arn of the connection resource. |
ArnForPolicy | string | The arn of the connection resource to be used in IAM policies. |
SecretArn | string | The arn of the secrets manager secret created in the customer account. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
events:CreateConnectionevents:DescribeConnectionsecretsmanager:CreateSecretsecretsmanager:GetSecretValuesecretsmanager:PutSecretValueiam:CreateServiceLinkedRolekms:DescribeKeykms:GenerateDataKeyevents:DescribeConnectionkms:Decryptevents:UpdateConnectionevents:DescribeConnectionsecretsmanager:CreateSecretsecretsmanager:UpdateSecretsecretsmanager:GetSecretValuesecretsmanager:PutSecretValuekms:Decryptkms:DescribeKeyevents:DeleteConnectionevents:DescribeConnectionevents:ListConnectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name