Endpoint Args
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)