FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs

data class FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs(val bundleName: Output<String>, val exemptedNamespaces: Output<List<String>>? = null) : ConvertibleToJava<FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>

Constructors

constructor(bundleName: Output<String>, exemptedNamespaces: Output<List<String>>? = null)

Properties

Link copied to clipboard
val bundleName: Output<String>

The name of the bundle.

Link copied to clipboard
val exemptedNamespaces: Output<List<String>>? = null

The set of namespaces to be exempted from the bundle.

Functions

Link copied to clipboard
open override fun toJava(): FeatureMembershipPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs