class Aws::MediaTailor::Types::UpdateSourceLocationRequest
Source location configuration parameters.
@note When making an API call, you may pass UpdateSourceLocationRequest
data as a hash: { access_configuration: { access_type: "S3_SIGV4", # accepts S3_SIGV4, SECRETS_MANAGER_ACCESS_TOKEN secrets_manager_access_token_configuration: { header_name: "__string", secret_arn: "__string", secret_string_key: "__string", }, }, default_segment_delivery_configuration: { base_url: "__string", }, http_configuration: { # required base_url: "__string", # required }, source_location_name: "__string", # required }
@!attribute [rw] access_configuration
Access configuration parameters. Configures the type of authentication used to access content from your source location. @return [Types::AccessConfiguration]
@!attribute [rw] default_segment_delivery_configuration
The optional configuration for the host server that serves segments. @return [Types::DefaultSegmentDeliveryConfiguration]
@!attribute [rw] http_configuration
The HTTP configuration for the source location. @return [Types::HttpConfiguration]
@!attribute [rw] source_location_name
@return [String]
@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateSourceLocationRequest AWS API Documentation
Constants
- SENSITIVE