Streaming Endpoint Access Control Args
data class StreamingEndpointAccessControlArgs(val akamaiSignatureHeaderAuthenticationKeys: Output<List<StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs>>? = null, val ipAllows: Output<List<StreamingEndpointAccessControlIpAllowArgs>>? = null) : ConvertibleToJava<StreamingEndpointAccessControlArgs>
Constructors
Link copied to clipboard
constructor(akamaiSignatureHeaderAuthenticationKeys: Output<List<StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs>>? = null, ipAllows: Output<List<StreamingEndpointAccessControlIpAllowArgs>>? = null)
Properties
Link copied to clipboard
val akamaiSignatureHeaderAuthenticationKeys: Output<List<StreamingEndpointAccessControlAkamaiSignatureHeaderAuthenticationKeyArgs>>? = null
One or more akamai_signature_header_authentication_key
blocks as defined below.
Link copied to clipboard
A ip_allow
block as defined below.