MarkLogic Server 11.0 Product Documentation
ec2:revoke-icmp-ingressec2:revoke-icmp-ingress(
$access-key as xs:string,
$secret-key as xs:string,
$ec2-region as xs:string,
$group-name as xs:string,
$icmp-type as xs:integer,
$icmp-code as xs:integer,
$cidr-ip as xs:string
) as node()
Summary
This function calls the Amazon RevokeSecurityGroupIngress function,
passes icmp
as the IpProtocol parameter, and sets the FromPort, ToPort,
and CidrIp parameters.
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"
|
group-name |
Sets the GroupName parameter on the Amazon function.
|
icmp-type |
Sets the FromPort parameter on the Amazon function.
|
icmp-code |
Sets the ToPort parameter on the Amazon function.
|
cidr-ip |
Sets the CidrIp parameter on the Amazon function.
|
Copyright © 2024 MarkLogic Corporation. MARKLOGIC is a
registered trademark of MarkLogic Corporation.