AWSEC2Subscription
Objective-C
@interface AWSEC2Subscription
Swift
class AWSEC2Subscription
Describes an Infrastructure Performance subscription.
-
The Region or Availability Zone that’s the target for the subscription. For example,
eu-west-1.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destination;Swift
var destination: String? { get set } -
The metric used for the subscription.
Declaration
Objective-C
@property (nonatomic) AWSEC2MetricType metric;Swift
var metric: AWSEC2MetricType { get set } -
The data aggregation time for the subscription.
Declaration
Objective-C
@property (nonatomic) AWSEC2PeriodType period;Swift
var period: AWSEC2PeriodType { get set } -
The Region or Availability Zone that’s the source for the subscription. For example,
us-east-1.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable source;Swift
var source: String? { get set } -
The statistic used for the subscription.
Declaration
Objective-C
@property (nonatomic) AWSEC2StatisticType statistic;Swift
var statistic: AWSEC2StatisticType { get set }
View on GitHub
Install in Dash
AWSEC2Subscription Class Reference