AWSEC2AnalysisAclRule
Objective-C
@interface AWSEC2AnalysisAclRule
Swift
class AWSEC2AnalysisAclRule
Describes a network access control (ACL) rule.
-
The IPv4 address range, in CIDR notation.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cidr;
Swift
var cidr: String? { get set }
-
Indicates whether the rule is an outbound rule.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable egress;
Swift
var egress: NSNumber? { get set }
-
The range of ports.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2PortRange *_Nullable portRange;
Swift
var portRange: AWSEC2PortRange? { get set }
-
The protocol.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable protocols;
Swift
var protocols: String? { get set }
-
Indicates whether to allow or deny traffic that matches the rule.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleAction;
Swift
var ruleAction: String? { get set }
-
The rule number.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable ruleNumber;
Swift
var ruleNumber: NSNumber? { get set }