GetResourcesResult

data class GetResourcesResult(val excludeCompliantResources: Boolean? = null, val id: String, val includeComplianceDetails: Boolean? = null, val resourceArnLists: List<String>? = null, val resourceTagMappingLists: List<GetResourcesResourceTagMappingList>, val resourceTypeFilters: List<String>? = null, val tagFilters: List<GetResourcesTagFilter>? = null)

A collection of values returned by getResources.

Constructors

Link copied to clipboard
constructor(excludeCompliantResources: Boolean? = null, id: String, includeComplianceDetails: Boolean? = null, resourceArnLists: List<String>? = null, resourceTagMappingLists: List<GetResourcesResourceTagMappingList>, resourceTypeFilters: List<String>? = null, tagFilters: List<GetResourcesTagFilter>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of objects matching the search criteria.

Link copied to clipboard
Link copied to clipboard