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

com.pulumi.aws.verifiedpermissions.kotlin.outputs.PolicyDefinitionTemplateLinkedResource.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.verifiedpermissions.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property entityId The entity ID of the resource.
 * @property entityType The entity type of the resource.
 */
public data class PolicyDefinitionTemplateLinkedResource(
    public val entityId: String,
    public val entityType: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.verifiedpermissions.outputs.PolicyDefinitionTemplateLinkedResource): PolicyDefinitionTemplateLinkedResource = PolicyDefinitionTemplateLinkedResource(
            entityId = javaType.entityId(),
            entityType = javaType.entityType(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy