deployment Configs
suspend fun deploymentConfigs(value: Output<List<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgs>>)
suspend fun deploymentConfigs(value: List<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgs>?)
Parameters
value
Map of deployment configs to deployments ("admission", "audit", "mutation"). Structure is documented below.
suspend fun deploymentConfigs(vararg values: Output<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgs>)
suspend fun deploymentConfigs(values: List<Output<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgs>>)
suspend fun deploymentConfigs(vararg values: FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgs)
Parameters
values
Map of deployment configs to deployments ("admission", "audit", "mutation"). Structure is documented below.
suspend fun deploymentConfigs(argument: List<suspend FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgsBuilder.() -> Unit>)
suspend fun deploymentConfigs(vararg argument: suspend FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgsBuilder.() -> Unit)
suspend fun deploymentConfigs(argument: suspend FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigDeploymentConfigArgsBuilder.() -> Unit)
Parameters
argument
Map of deployment configs to deployments ("admission", "audit", "mutation"). Structure is documented below.