[Index]
    aws:ec2-terminate-instances
    
Terminate 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 terminate. | 
    
      | 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 By | ELEMENT | 
      | Access | READ_WRITE | 
      | Required | No. | 
      
      
A Credential Provider. Defaults to the Profile Credential Provider using
 the default credential file as specified in the AWS SDK Guide
 here.
      
    detailById
      
      
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 By | ATTRIBUTE | 
      | Access | READ_WRITE | 
      | Required | Yes. | 
      
      
A comma separated list of the Ids of the instances to terminate.
      
    name
      
      | Configured By | ATTRIBUTE | 
      | Access | READ_WRITE | 
      | Required | No. | 
      
      
The name of the job. Can be any text.
      
    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.
      
    
    (c) R Gordon Ltd 2005 - Present