AWSKinesisVideoMappedResourceConfigurationListItem

Objective-C

@interface AWSKinesisVideoMappedResourceConfigurationListItem

Swift

class AWSKinesisVideoMappedResourceConfigurationListItem

A structure that encapsulates, or contains, the media storage configuration properties.

  • ARN

    The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The type of the associated resource for the kinesis video stream.

    Declaration

    Objective-C

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

    Swift

    var types: String? { get set }