EndpointArgs

data class EndpointArgs(val description: Output<String>? = null, val eventBuses: Output<List<EndpointEventBusArgs>>? = null, val name: Output<String>? = null, val replicationConfig: Output<EndpointReplicationConfigArgs>? = null, val roleArn: Output<String>? = null, val routingConfig: Output<EndpointRoutingConfigArgs>? = null) : ConvertibleToJava<EndpointArgs>

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

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
fun EndpointArgs(description: Output<String>? = null, eventBuses: Output<List<EndpointEventBusArgs>>? = null, name: Output<String>? = null, replicationConfig: Output<EndpointReplicationConfigArgs>? = null, roleArn: Output<String>? = null, routingConfig: Output<EndpointRoutingConfigArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EndpointArgs

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val eventBuses: Output<List<EndpointEventBusArgs>>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>? = null
Link copied to clipboard