Package-level declarations

Types

Link copied to clipboard
data class GetReportPlainArgs(val reportName: String) : ConvertibleToJava<GetReportPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class ReportPropertiesArgs(val offerGuid: Output<String>? = null, val resources: Output<List<ResourceMetadataArgs>>, val timeZone: Output<String>, val triggerTime: Output<String>) : ConvertibleToJava<ReportPropertiesArgs>

Report's properties.

Link copied to clipboard
data class ResourceMetadataArgs(val resourceId: Output<String>, val resourceKind: Output<String>? = null, val resourceName: Output<String>? = null, val resourceType: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ResourceMetadataArgs>

Single resource Id's metadata.