Package-level declarations

Types

Link copied to clipboard
class Endpoint : KotlinCustomResource

Provides a resource to manage an S3 Outposts Endpoint.

Link copied to clipboard
data class EndpointArgs(val accessType: Output<String>? = null, val customerOwnedIpv4Pool: Output<String>? = null, val outpostId: Output<String>? = null, val securityGroupId: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<EndpointArgs>

Provides a resource to manage an S3 Outposts Endpoint.

Link copied to clipboard
Link copied to clipboard
object EndpointMapper : ResourceMapper<Endpoint>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun endpoint(name: String, block: suspend EndpointResourceBuilder.() -> Unit): Endpoint