SearchResource

data class SearchResource(val arn: String, val lastReportedAt: String, val owningAccountId: String, val properties: List<SearchResourceProperty>, val region: String, val resourceType: String, val service: String)

Constructors

Link copied to clipboard
constructor(arn: String, lastReportedAt: String, owningAccountId: String, properties: List<SearchResourceProperty>, region: String, 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

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

Link copied to clipboard

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

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.