AWSEC2RevokeSecurityGroupEgressRequest
Objective-C
@interface AWSEC2RevokeSecurityGroupEgressRequest
Swift
class AWSEC2RevokeSecurityGroupEgressRequest
-
Not supported. Use a set of IP permissions to specify the CIDR.
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 a set of IP permissions to specify the port.
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 sets of IP permissions. You can’t specify a destination security group and a CIDR IP address range in the same set of permissions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IpPermission *> *_Nullable ipPermissions;
Swift
var ipPermissions: [AWSEC2IpPermission]? { get set }
-
Not supported. Use a set of IP permissions to specify the protocol name or number.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ipProtocol;
Swift
var ipProtocol: String? { get set }
-
The IDs of the security group rules.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable securityGroupRuleIds;
Swift
var securityGroupRuleIds: [String]? { get set }
-
Not supported. Use a set of IP permissions to specify a destination security group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceSecurityGroupName;
Swift
var sourceSecurityGroupName: String? { get set }
-
Not supported. Use a set of IP permissions to specify a destination security group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable sourceSecurityGroupOwnerId;
Swift
var sourceSecurityGroupOwnerId: String? { get set }
-
Not supported. Use a set of IP permissions to specify the port.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable toPort;
Swift
var toPort: NSNumber? { get set }