Class: Aws::Types::CreateOriginEndpointRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def channel_group_name
  @channel_group_name
end

#channel_name::String

Returns the value of attribute channel_name.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def channel_name
  @channel_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def client_token
  @client_token
end

#container_type"TS", ...

Returns the value of attribute container_type.

Returns:

  • ("TS", "CMAF", "ISM")


206
207
208
# File 'sig/types.rbs', line 206

def container_type
  @container_type
end

#dash_manifests::Array[Types::CreateDashManifestConfiguration]

Returns the value of attribute dash_manifests.



213
214
215
# File 'sig/types.rbs', line 213

def dash_manifests
  @dash_manifests
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def description
  @description
end

#force_endpoint_error_configurationTypes::ForceEndpointErrorConfiguration

Returns the value of attribute force_endpoint_error_configuration.



215
216
217
# File 'sig/types.rbs', line 215

def force_endpoint_error_configuration
  @force_endpoint_error_configuration
end

#hls_manifests::Array[Types::CreateHlsManifestConfiguration]

Returns the value of attribute hls_manifests.



211
212
213
# File 'sig/types.rbs', line 211

def hls_manifests
  @hls_manifests
end

#low_latency_hls_manifests::Array[Types::CreateLowLatencyHlsManifestConfiguration]

Returns the value of attribute low_latency_hls_manifests.



212
213
214
# File 'sig/types.rbs', line 212

def low_latency_hls_manifests
  @low_latency_hls_manifests
end

#mss_manifests::Array[Types::CreateMssManifestConfiguration]

Returns the value of attribute mss_manifests.



214
215
216
# File 'sig/types.rbs', line 214

def mss_manifests
  @mss_manifests
end

#origin_endpoint_name::String

Returns the value of attribute origin_endpoint_name.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def origin_endpoint_name
  @origin_endpoint_name
end

#segmentTypes::Segment

Returns the value of attribute segment.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def segment
  @segment
end

#startover_window_seconds::Integer

Returns the value of attribute startover_window_seconds.

Returns:

  • (::Integer)


210
211
212
# File 'sig/types.rbs', line 210

def startover_window_seconds
  @startover_window_seconds
end

#stream_name_output_mode"INDEX", "PASSTHROUGH_NAME"

Returns the value of attribute stream_name_output_mode.

Returns:

  • ("INDEX", "PASSTHROUGH_NAME")


217
218
219
# File 'sig/types.rbs', line 217

def stream_name_output_mode
  @stream_name_output_mode
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


218
219
220
# File 'sig/types.rbs', line 218

def tags
  @tags
end

#uri_separator"UNDERSCORE", "HYPHEN"

Returns the value of attribute uri_separator.

Returns:

  • ("UNDERSCORE", "HYPHEN")


216
217
218
# File 'sig/types.rbs', line 216

def uri_separator
  @uri_separator
end