SearchResource

data class SearchResource(val arn: String, val lastReportedAt: String, val owningAccountId: String, val region: String, val resourceProperties: List<SearchResourceResourceProperty>? = null, val resourceType: String, val service: String)

Constructors

Link copied to clipboard
fun SearchResource(arn: String, lastReportedAt: String, owningAccountId: String, region: String, resourceProperties: List<SearchResourceResourceProperty>? = null, resourceType: String, service: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

Amazon resource name of resource.

Link copied to clipboard

The date and time that the information about this resource property was last updated.

Link copied to clipboard

Amazon Web Services account that owns the resource.

Link copied to clipboard

Amazon Web Services Region in which the resource was created and exists.

Link copied to clipboard

Structure with additional type-specific details about the resource. See resource_property below.

Link copied to clipboard

Type of the resource.

Link copied to clipboard

Amazon Web Service that owns the resource and is responsible for creating and updating it.