AWS::Events::EndpointResource Type definition for AWS::Events::Endpoint.
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EventBuses | array | Required |
RoutingConfig | RoutingConfig | Required |
Description | string | |
Name | string | Create-only |
ReplicationConfig | ReplicationConfig | |
RoleArn | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
EndpointId | string | - |
EndpointUrl | string | - |
State | string | - |
StateReason | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
events:CreateEndpointevents:DescribeEndpointroute53:GetHealthCheckiam:PassRoleevents:DescribeEndpointevents:DescribeEndpointevents:UpdateEndpointroute53:GetHealthCheckiam:PassRoleevents:DeleteEndpointevents:DescribeEndpointevents:ListEndpointsOur 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