AWSKinesisVideoDescribeEdgeConfigurationOutput

Objective-C

@interface AWSKinesisVideoDescribeEdgeConfigurationOutput

Swift

class AWSKinesisVideoDescribeEdgeConfigurationOutput
  • The timestamp at which a stream’s edge configuration was first created.

    Declaration

    Objective-C

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

    Swift

    var creationTime: Date? { get set }
  • An object that contains the latest status details for an edge agent’s recorder and uploader jobs. Use this information to determine the current health of an edge agent.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKinesisVideoEdgeAgentStatus *_Nullable edgeAgentStatus;

    Swift

    var edgeAgentStatus: AWSKinesisVideoEdgeAgentStatus? { 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 at which a stream’s edge configuration was last updated.

    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 from which the edge configuration was updated.

    Declaration

    Objective-C

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

    Swift

    var streamName: String? { get set }
  • The latest status of the edge configuration update.

    Declaration

    Objective-C

    @property (nonatomic) AWSKinesisVideoSyncStatus syncStatus;

    Swift

    var syncStatus: AWSKinesisVideoSyncStatus { get set }