interface IEndpointRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Events.IEndpointRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsevents#IEndpointRef | 
|  Java | software.amazon.awscdk.services.events.IEndpointRef | 
|  Python | aws_cdk.aws_events.IEndpointRef | 
|  TypeScript | aws-cdk-lib»aws_events»IEndpointRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromEndpointArn(), Cfn.fromEndpointName()
Indicates that this resource can be referenced as a Endpoint.
Properties
| Name | Type | Description | 
|---|---|---|
| endpoint | Endpoint | A reference to a Endpoint resource. | 
| node | Node | The tree node. | 
endpointRef
Type:
Endpoint
A reference to a Endpoint resource.
node
Type:
Node
The tree node.
