AWSKinesisVideoListEdgeAgentConfigurationsEdgeConfig

Objective-C

@interface AWSKinesisVideoListEdgeAgentConfigurationsEdgeConfig

Swift

class AWSKinesisVideoListEdgeAgentConfigurationsEdgeConfig

A description of a single stream’s edge configuration.

  • The timestamp when the stream first created the edge config.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTime;

    Swift

    var creationTime: Date? { get set }
  • A description of the stream’s edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.

    Declaration

    Objective-C

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

    Swift

    var edgeConfig: AWSKinesisVideoEdgeConfig? { get set }
  • A description of the generated failure status.

    Declaration

    Objective-C

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

    Swift

    var failedStatusDetails: String? { get set }
  • The timestamp when the stream last updated the edge config.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdatedTime;

    Swift

    var lastUpdatedTime: Date? { get set }
  • The Amazon Resource Name (ARN) of the stream.

    Declaration

    Objective-C

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

    Swift

    var streamARN: String? { get set }
  • The name of the stream.

    Declaration

    Objective-C

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

    Swift

    var streamName: String? { get set }
  • The current sync status of the stream’s edge configuration.

    Declaration

    Objective-C

    @property (nonatomic) AWSKinesisVideoSyncStatus syncStatus;

    Swift

    var syncStatus: AWSKinesisVideoSyncStatus { get set }