get Ebs Volumes
aws.ebs.getEbsVolumes
provides identifying information for EBS volumes matching given criteria. This data source can be useful for getting a list of volume IDs with (for example) matching tags.
Return
A collection of values returned by getEbsVolumes.
Parameters
argument
A collection of arguments for invoking getEbsVolumes.
suspend fun getEbsVolumes(filters: List<GetEbsVolumesFilter>? = null, tags: Map<String, String>? = null): GetEbsVolumesResult
Return
A collection of values returned by getEbsVolumes.
See also
Parameters
filters
Custom filter block as described below.
tags
Map of tags, each pair of which must exactly match a pair on the desired volumes.
suspend fun getEbsVolumes(argument: suspend GetEbsVolumesPlainArgsBuilder.() -> Unit): GetEbsVolumesResult
Return
A collection of values returned by getEbsVolumes.
See also
Parameters
argument
Builder for com.pulumi.aws.ebs.kotlin.inputs.GetEbsVolumesPlainArgs.