AWSEC2RuleGroupTypePair
Objective-C
@interface AWSEC2RuleGroupTypePair
Swift
class AWSEC2RuleGroupTypePair
Describes the type of a stateful rule group.
-
The ARN of the rule group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleGroupArn;
Swift
var ruleGroupArn: String? { get set }
-
The rule group type. The possible values are
Domain List
andSuricata
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleGroupType;
Swift
var ruleGroupType: String? { get set }