AWSEC2AuthorizeSecurityGroupEgressRequest
Objective-C
@interface AWSEC2AuthorizeSecurityGroupEgressRequest
Swift
class AWSEC2AuthorizeSecurityGroupEgressRequest
-
Not supported. Use IP permissions instead.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable cidrIp;
Swift
var cidrIp: String? { get set }
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
Not supported. Use IP permissions instead.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable fromPort;
Swift
var fromPort: NSNumber? { get set }
-
The ID of the security group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable groupId;
Swift
var groupId: String? { get set }
-
The permissions for the security group rules.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IpPermission *> *_Nullable ipPermissions;
Swift
var ipPermissions: [AWSEC2IpPermission]? { get set }
-
Not supported. Use IP permissions instead.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipProtocol;
Swift
var ipProtocol: String? { get set }
-
Not supported. Use IP permissions instead.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceSecurityGroupName;
Swift
var sourceSecurityGroupName: String? { get set }
-
Not supported. Use IP permissions instead.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceSecurityGroupOwnerId;
Swift
var sourceSecurityGroupOwnerId: String? { get set }
-
The tags applied to the security group rule.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;
Swift
var tagSpecifications: [AWSEC2TagSpecification]? { get set }
-
Not supported. Use IP permissions instead.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable toPort;
Swift
var toPort: NSNumber? { get set }