[Index]

aws:ec2-stop-instances


Stop EC2 Instances.

Property Summary

credentialsProvider A Credential Provider.
detailById Provide some details as a bean so they can be easily accessed in expressions.
instanceIds A comma separated list of the Ids of the instances to stop.
name The name of the job.
responseInstanceIds The Instance Ids in the response.
size The number of Instance State Changes in the response.
stateChanges The Instance State Change objects returned in the response.

Property Detail

credentialsProvider

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

A Credential Provider. Defaults to the Profile Credential Provider using the default credential file as specified in the AWS SDK Guide here.

detailById

AccessREAD_ONLY

Provide some details as a bean so they can be easily accessed in expressions. The bean properties exposed from the response are currently previousState and currentState.

instanceIds

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredYes.

A comma separated list of the Ids of the instances to stop.

name

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

The name of the job. Can be any text.

responseInstanceIds

AccessREAD_ONLY

The Instance Ids in the response.

size

AccessREAD_ONLY

The number of Instance State Changes in the response.

stateChanges

AccessREAD_ONLY

The Instance State Change objects returned in the response.


(c) R Gordon Ltd 2005 - Present