Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data LaunchPermission = LaunchPermission' {}
- newLaunchPermission :: LaunchPermission
- launchPermission_group :: Lens' LaunchPermission (Maybe PermissionGroup)
- launchPermission_organizationArn :: Lens' LaunchPermission (Maybe Text)
- launchPermission_organizationalUnitArn :: Lens' LaunchPermission (Maybe Text)
- launchPermission_userId :: Lens' LaunchPermission (Maybe Text)
Documentation
data LaunchPermission Source #
Describes a launch permission.
See: newLaunchPermission
smart constructor.
LaunchPermission' | |
|
Instances
newLaunchPermission :: LaunchPermission Source #
Create a value of LaunchPermission
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:group':LaunchPermission'
, launchPermission_group
- The name of the group.
$sel:organizationArn:LaunchPermission'
, launchPermission_organizationArn
- The Amazon Resource Name (ARN) of an organization.
$sel:organizationalUnitArn:LaunchPermission'
, launchPermission_organizationalUnitArn
- The Amazon Resource Name (ARN) of an organizational unit (OU).
$sel:userId:LaunchPermission'
, launchPermission_userId
- The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.
launchPermission_group :: Lens' LaunchPermission (Maybe PermissionGroup) Source #
The name of the group.
launchPermission_organizationArn :: Lens' LaunchPermission (Maybe Text) Source #
The Amazon Resource Name (ARN) of an organization.
launchPermission_organizationalUnitArn :: Lens' LaunchPermission (Maybe Text) Source #
The Amazon Resource Name (ARN) of an organizational unit (OU).
launchPermission_userId :: Lens' LaunchPermission (Maybe Text) Source #
The Amazon Web Services account ID.
Constraints: Up to 10 000 account IDs can be specified in a single request.