Package-level declarations
Types
Link copied to clipboard
data class AcceleratorAttributes(val flowLogsEnabled: Boolean? = null, val flowLogsS3Bucket: String? = null, val flowLogsS3Prefix: String? = null)
Link copied to clipboard
Link copied to clipboard
data class EndpointGroupEndpointConfiguration(val clientIpPreservationEnabled: Boolean? = null, val endpointId: String? = null, val weight: Int? = null)
Link copied to clipboard
Link copied to clipboard
data class GetAcceleratorAttribute(val flowLogsEnabled: Boolean, val flowLogsS3Bucket: String, val flowLogsS3Prefix: String)
Link copied to clipboard
Link copied to clipboard
data class GetAcceleratorResult(val arn: String, val attributes: List<GetAcceleratorAttribute>, val dnsName: String, val enabled: Boolean, val hostedZoneId: String, val id: String, val ipAddressType: String, val ipSets: List<GetAcceleratorIpSet>, val name: String, val tags: Map<String, String>)
A collection of values returned by getAccelerator.
Link copied to clipboard