class Aws::KinesisVideo::Types::GetSignalingChannelEndpointInput

@note When making an API call, you may pass GetSignalingChannelEndpointInput

data as a hash:

    {
      channel_arn: "ResourceARN", # required
      single_master_channel_endpoint_configuration: {
        protocols: ["WSS"], # accepts WSS, HTTPS
        role: "MASTER", # accepts MASTER, VIEWER
      },
    }

@!attribute [rw] channel_arn

The Amazon Resource Name (ARN) of the signalling channel for which
you want to get an endpoint.
@return [String]

@!attribute [rw] single_master_channel_endpoint_configuration

A structure containing the endpoint configuration for the
`SINGLE_MASTER` channel type.
@return [Types::SingleMasterChannelEndpointConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/GetSignalingChannelEndpointInput AWS API Documentation

Constants

SENSITIVE