AmazonChangeEbsVolumesParameters Object
Description
Parameters for the Amazon Change EBS Volumes action.
Properties
consistencyMethod
Consistency method used when changing the EBS volumes.
Type: string
Valid Values:
none
stop-instance
Required: Yes
credentialIds
Registered credentials to use with the action. One and only one credential must be specified.
Type: Array of string
Required: Yes
deleteOnTerminate
Parameters to use when changing the "delete on terminate" value of EBS volumes.
Required: No
deviceName
Name of the device for EBS volumes that will be changed.
Type: string
Required: No
encryption
Parameters to use when modifying the encryption of the EBS volumes.
instanceIds
Instance IDs of the EC2 instances on which the EBS volumes to change are attached. Required when volumeIdentificationMethod
is by-instance-id
.
Type: Array of string
Required: Conditional
isDeleteOldVolumes
Indicates whether to delete the original volume after modifications have occurred.
Type: boolean
Required: Yes
isDeleteSnapshots
Indicates whether to delete the intermediate snapshots after modifications have occurred.
Type: boolean
Required: Yes
regionNames
Regions to use with the action. One and only one region must be specified.
Type: Array of string
Required: Yes
resourceTagComparison
Comparison to use when identifying EBS volumes or EC2 instances by resource tag. Required when instanceIdentificationMethod
is by-resource-tag
or attached-to-instances-by-resource-tag
.
Required: Conditional
size
Parameters to use when resizing the EBS volumes.
Required: No
volumeIdentificationMethod
Method used to identify volumes to be modified.
Type: string
Valid Values:
all-volumes
by-volume-id
by-resource-tag
attached-to-all-instances
attached-to-instances-by-instance-id
attached-to-instances-by-resource-tag
Required: Yes
volumeIds
Volume IDs of the EBS volumes to change. Required when volumeIdentificationMethod
is by-volume-id
.
Type: Array of string
Required: Conditional
volumeType
Parameters to use when changing the type of EBS volumes.
Required: No
Sample JSON
Last updated