Package-level declarations

Types

Link copied to clipboard
data class AcceleratorAttributesArgs(val flowLogsEnabled: Output<Boolean>? = null, val flowLogsS3Bucket: Output<String>? = null, val flowLogsS3Prefix: Output<String>? = null) : ConvertibleToJava<AcceleratorAttributesArgs>
Link copied to clipboard
data class CrossAccountAttachmentResourceArgs(val cidrBlock: Output<String>? = null, val endpointId: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<CrossAccountAttachmentResourceArgs>
Link copied to clipboard
data class CustomRoutingAcceleratorAttributesArgs(val flowLogsEnabled: Output<Boolean>? = null, val flowLogsS3Bucket: Output<String>? = null, val flowLogsS3Prefix: Output<String>? = null) : ConvertibleToJava<CustomRoutingAcceleratorAttributesArgs>
data class CustomRoutingEndpointGroupDestinationConfigurationArgs(val fromPort: Output<Int>, val protocols: Output<List<String>>, val toPort: Output<Int>) : ConvertibleToJava<CustomRoutingEndpointGroupDestinationConfigurationArgs>
data class CustomRoutingEndpointGroupEndpointConfigurationArgs(val endpointId: Output<String>? = null) : ConvertibleToJava<CustomRoutingEndpointGroupEndpointConfigurationArgs>
Link copied to clipboard
data class CustomRoutingListenerPortRangeArgs(val fromPort: Output<Int>? = null, val toPort: Output<Int>? = null) : ConvertibleToJava<CustomRoutingListenerPortRangeArgs>
Link copied to clipboard
data class EndpointGroupEndpointConfigurationArgs(val attachmentArn: Output<String>? = null, val clientIpPreservationEnabled: Output<Boolean>? = null, val endpointId: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<EndpointGroupEndpointConfigurationArgs>
Link copied to clipboard
data class EndpointGroupPortOverrideArgs(val endpointPort: Output<Int>, val listenerPort: Output<Int>) : ConvertibleToJava<EndpointGroupPortOverrideArgs>
Link copied to clipboard
data class GetAcceleratorPlainArgs(val arn: String? = null, val id: String? = null, val name: String? = null) : ConvertibleToJava<GetAcceleratorPlainArgs>

A collection of arguments for invoking getAccelerator.

Link copied to clipboard
data class GetCustomRoutingAcceleratorPlainArgs(val arn: String? = null, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetCustomRoutingAcceleratorPlainArgs>

A collection of arguments for invoking getCustomRoutingAccelerator.

Link copied to clipboard
data class ListenerPortRangeArgs(val fromPort: Output<Int>? = null, val toPort: Output<Int>? = null) : ConvertibleToJava<ListenerPortRangeArgs>