GetTrafficPolicyDocumentEndpoint

data class GetTrafficPolicyDocumentEndpoint(val id: String, val region: String? = null, val type: String? = null, val value: String? = null) : ConvertibleToJava<GetTrafficPolicyDocumentEndpoint>

Constructors

Link copied to clipboard
constructor(id: String, region: String? = null, type: String? = null, value: String? = null)

Properties

Link copied to clipboard
val id: String

ID of an endpoint you want to assign.

Link copied to clipboard
val region: String? = null

To route traffic to an Amazon S3 bucket that is configured as a website endpoint, specify the region in which you created the bucket for region.

Link copied to clipboard
val type: String? = null

Type of the endpoint. Valid values are value , cloudfront , elastic-load-balancer, s3-website

Link copied to clipboard
val value: String? = null

Value of the type.

Functions

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