GetOriginEndpointPolicyPlainArgs

data class GetOriginEndpointPolicyPlainArgs(val channelGroupName: String, val channelName: String, val originEndpointName: String) : ConvertibleToJava<GetOriginEndpointPolicyPlainArgs>

Constructors

Link copied to clipboard
constructor(channelGroupName: String, channelName: String, originEndpointName: String)

Properties

Link copied to clipboard

The name of the channel group associated with the origin endpoint policy.

Link copied to clipboard

The channel name associated with the origin endpoint policy.

Link copied to clipboard

The name of the origin endpoint associated with the origin endpoint policy.

Functions

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