MarkLogic 9 Product Documentation
ec2:add-snapshot-create-volume-permission-usersec2:add-snapshot-create-volume-permission-users(
$access-key as xs:string,
$secret-key as xs:string,
$ec2-region as xs:string,
$snapshot-ids as xs:string*,
$user-ids as xs:string*
) as node()
Summary
This function calls the Amazon ModifySnapshotAttribute
function and passes the IDs of the users
to be given permission to create the snapshot. This function sets add
as
the OperationType parameter and
createVolumePermission
as the Attribute parameter.
Parameters |
access-key |
Your Amazon Access Key ID obtained from your account's Security Credentials.
|
secret-key |
Your Amazon Secret Access Key obtained from your account's Security Credentials.
|
ec2-region |
The EC2 region you wish to manage. Determines the web service endpoint to be used. Example: "us-east-1"
|
snapshot-ids |
Sets the SnapshotId parameter on the Amazon function.
|
user-ids |
Sets the UserId parameter on the Amazon function.
|
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.