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

com.pulumi.aws.wafv2.kotlin.outputs.RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.wafv2.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property namespace The namespace to use for aggregation
 */
public data class RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace(
    public val namespace: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.wafv2.outputs.RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace): RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace =
            RuleGroupRuleStatementRateBasedStatementCustomKeyLabelNamespace(
                namespace = javaType.namespace(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy