get Origin Endpoint Policy
suspend fun getOriginEndpointPolicy(argument: GetOriginEndpointPolicyPlainArgs): GetOriginEndpointPolicyResult
Represents a resource policy that allows or denies access to an origin endpoint.
Return
null
Parameters
argument
null
suspend fun getOriginEndpointPolicy(channelGroupName: String, channelName: String, originEndpointName: String): GetOriginEndpointPolicyResult
Return
null
Parameters
channel Group Name
The name of the channel group associated with the origin endpoint policy.
channel Name
The channel name associated with the origin endpoint policy.
origin Endpoint Name
The name of the origin endpoint associated with the origin endpoint policy.
See also
suspend fun getOriginEndpointPolicy(argument: suspend GetOriginEndpointPolicyPlainArgsBuilder.() -> Unit): GetOriginEndpointPolicyResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.mediapackagev2.kotlin.inputs.GetOriginEndpointPolicyPlainArgs.