AWSEC2LaunchPermission
Objective-C
@interface AWSEC2LaunchPermission
Swift
class AWSEC2LaunchPermission
Describes a launch permission.
-
The name of the group.
Declaration
Objective-C
@property (nonatomic) AWSEC2PermissionGroup group;
Swift
var group: AWSEC2PermissionGroup { get set }
-
The Amazon Resource Name (ARN) of an organization.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable organizationArn;
Swift
var organizationArn: String? { get set }
-
The Amazon Resource Name (ARN) of an organizational unit (OU).
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable organizationalUnitArn;
Swift
var organizationalUnitArn: String? { get set }
-
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable userId;
Swift
var userId: String? { get set }