
com.pulumi.awsnative.lakeformation.kotlin.outputs.PrincipalPermissionsDatabaseResource.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.lakeformation.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* A structure for the database object.
* @property catalogId The identifier for the Data Catalog. By default, it is the account ID of the caller.
* @property name The name of the database resource. Unique to the Data Catalog.
*/
public data class PrincipalPermissionsDatabaseResource(
public val catalogId: String,
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.lakeformation.outputs.PrincipalPermissionsDatabaseResource): PrincipalPermissionsDatabaseResource = PrincipalPermissionsDatabaseResource(
catalogId = javaType.catalogId(),
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy