AWSKinesisVideoStartEdgeConfigurationUpdateOutput
Objective-C
@interface AWSKinesisVideoStartEdgeConfigurationUpdateOutput
Swift
class AWSKinesisVideoStartEdgeConfigurationUpdateOutput
-
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 }
-
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 current sync status of the stream’s edge configuration. When you invoke this API, the sync status will be set to the
SYNCING
state. Use theDescribeEdgeConfiguration
API to get the latest status of the edge configuration.Declaration
Objective-C
@property (nonatomic) AWSKinesisVideoSyncStatus syncStatus;
Swift
var syncStatus: AWSKinesisVideoSyncStatus { get set }