AWSKinesisVideoStartEdgeConfigurationUpdateInput

Objective-C

@interface AWSKinesisVideoStartEdgeConfigurationUpdateInput

Swift

class AWSKinesisVideoStartEdgeConfigurationUpdateInput
  • The edge configuration details required to invoke the update process.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKinesisVideoEdgeConfig *_Nullable edgeConfig;

    Swift

    var edgeConfig: AWSKinesisVideoEdgeConfig? { get set }
  • The Amazon Resource Name (ARN) of the stream. Specify either the StreamName or the StreamARN.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable streamARN;

    Swift

    var streamARN: String? { get set }
  • The name of the stream whose edge configuration you want to update. Specify either the StreamName or the StreamARN.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable streamName;

    Swift

    var streamName: String? { get set }