bundles
suspend fun bundles(value: Output<List<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>>)
suspend fun bundles(value: List<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>?)
Parameters
value
Configures which bundles to install and their corresponding install specs. Structure is documented below.
suspend fun bundles(vararg values: Output<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>)
suspend fun bundles(values: List<Output<FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs>>)
suspend fun bundles(vararg values: FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgs)
Parameters
values
Configures which bundles to install and their corresponding install specs. Structure is documented below.
suspend fun bundles(argument: List<suspend FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgsBuilder.() -> Unit>)
suspend fun bundles(vararg argument: suspend FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgsBuilder.() -> Unit)
suspend fun bundles(argument: suspend FeatureFleetDefaultMemberConfigPolicycontrollerPolicyControllerHubConfigPolicyContentBundleArgsBuilder.() -> Unit)
Parameters
argument
Configures which bundles to install and their corresponding install specs. Structure is documented below.