All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.securitycenter.v1.kotlin.outputs.GoogleCloudSecuritycenterV1CustomOutputSpecResponse.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.googlenative.securitycenter.v1.kotlin.outputs

import kotlin.Suppress
import kotlin.collections.List

/**
 * A set of optional name-value pairs that define custom source properties to return with each finding that is generated by the custom module. The custom source properties that are defined here are included in the finding JSON under `sourceProperties`.
 * @property properties A list of custom output properties to add to the finding.
 */
public data class GoogleCloudSecuritycenterV1CustomOutputSpecResponse(
    public val properties: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.googlenative.securitycenter.v1.outputs.GoogleCloudSecuritycenterV1CustomOutputSpecResponse): GoogleCloudSecuritycenterV1CustomOutputSpecResponse =
            GoogleCloudSecuritycenterV1CustomOutputSpecResponse(
                properties = javaType.properties().map({ args0 ->
                    args0.let({ args0 ->
                        com.pulumi.googlenative.securitycenter.v1.kotlin.outputs.GoogleCloudSecuritycenterV1PropertyResponse.Companion.toKotlin(args0)
                    })
                }),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy