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

com.pulumi.aws.cognito.kotlin.outputs.ResourceServerScope.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.cognito.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property scopeDescription The scope description.
 * @property scopeName The scope name.
 */
public data class ResourceServerScope(
    public val scopeDescription: String,
    public val scopeName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.cognito.outputs.ResourceServerScope): ResourceServerScope = ResourceServerScope(
            scopeDescription = javaType.scopeDescription(),
            scopeName = javaType.scopeName(),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy