UsageLimit
public struct UsageLimit : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The limit amount. If time-based, this amount is in minutes. If data-based, this amount is in terabytes (TB).
Declaration
Swift
public let amount: Int64? -
The action that Amazon Redshift takes when the limit is reached. Possible values are: log - To log an event in a system table. The default is log. emit-metric - To emit CloudWatch metrics. disable - To disable the feature until the next usage period begins.
Declaration
Swift
public let breachAction: UsageLimitBreachAction? -
The identifier of the cluster with a usage limit.
Declaration
Swift
public let clusterIdentifier: String? -
The Amazon Redshift feature to which the limit applies.
Declaration
Swift
public let featureType: UsageLimitFeatureType? -
The type of limit. Depending on the feature type, this can be based on a time duration or data size.
Declaration
Swift
public let limitType: UsageLimitLimitType? -
The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
Declaration
Swift
public let period: UsageLimitPeriod? -
A list of tag instances.
Declaration
Swift
public let tags: [Tag]? -
The identifier of the usage limit.
Declaration
Swift
public let usageLimitId: String? -
Undocumented
Declaration
Swift
public init(amount: Int64? = nil, breachAction: UsageLimitBreachAction? = nil, clusterIdentifier: String? = nil, featureType: UsageLimitFeatureType? = nil, limitType: UsageLimitLimitType? = nil, period: UsageLimitPeriod? = nil, tags: [Tag]? = nil, usageLimitId: String? = nil)
View on GitHub
UsageLimit Structure Reference