Endpoint

class Endpoint : KotlinCustomResource

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

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the endpoint.

Link copied to clipboard
val description: Output<String>?

A description for the endpoint.

Link copied to clipboard
val endpointId: Output<String>

The ID of the endpoint.

Link copied to clipboard
val endpointUrl: Output<String>

The URL of the endpoint.

Link copied to clipboard

The event buses being used by the endpoint. Exactly : 2

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of the endpoint.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether event replication was enabled or disabled for this endpoint. The default state is ENABLED which means you must supply a RoleArn . If you don't have a RoleArn or you don't want event replication enabled, set the state to DISABLED .

Link copied to clipboard
val roleArn: Output<String>?

The ARN of the role used by event replication for the endpoint.

Link copied to clipboard

The routing configuration of the endpoint.

Link copied to clipboard
val state: Output<EndpointState>

The main Region of the endpoint.

Link copied to clipboard
val stateReason: Output<String>

The reason the endpoint is in its current state.

Link copied to clipboard
val urn: Output<String>