MarkLogic Server 11.0 Product Documentation
ec2:stop-instancesec2:stop-instances(
$access-key as xs:string,
$secret-key as xs:string,
$ec2-region as xs:string,
$instance-ids as xs:string+,
$force as xs:boolean
) as node()
Summary
This function calls the Amazon StopInstances function.
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"
|
instance-ids |
Sets the InstanceId parameter on the Amazon function.
|
force |
Sets the Force parameter on the Amazon function.
|
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.