AWS Fundamentals Logo
AWS Fundamentals
AWS::Events::Endpoint

Events Endpoint

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

Properties

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

Filter:
PropertyTypeFlags
EventBuses
array
Required
RoutingConfig
RoutingConfig
Required
Description
string
Name
string
Create-only
ReplicationConfig
ReplicationConfig
RoleArn
string

Return Values

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

AttributeTypeDescription
Arnstring-
EndpointIdstring-
EndpointUrlstring-
Statestring-
StateReasonstring-

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

Resources:
  MyResource:
    Type: AWS::Events::Endpoint
    Properties:
      RoutingConfig: "value"
      EventBuses: "value"
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

events:CreateEndpointevents:DescribeEndpointroute53:GetHealthCheckiam:PassRole

read

events:DescribeEndpoint

update

events:DescribeEndpointevents:UpdateEndpointroute53:GetHealthCheckiam:PassRole

delete

events:DeleteEndpointevents:DescribeEndpoint

list

events:ListEndpoints

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
Properties11
Required2
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