sub Component Type Configurations
suspend fun subComponentTypeConfigurations(value: Output<List<ApplicationSubComponentTypeConfigurationArgs>>)
suspend fun subComponentTypeConfigurations(value: List<ApplicationSubComponentTypeConfigurationArgs>?)
Parameters
value
Sub component configurations of the component.
suspend fun subComponentTypeConfigurations(vararg values: Output<ApplicationSubComponentTypeConfigurationArgs>)
suspend fun subComponentTypeConfigurations(values: List<Output<ApplicationSubComponentTypeConfigurationArgs>>)
suspend fun subComponentTypeConfigurations(vararg values: ApplicationSubComponentTypeConfigurationArgs)
Parameters
values
Sub component configurations of the component.
suspend fun subComponentTypeConfigurations(argument: List<suspend ApplicationSubComponentTypeConfigurationArgsBuilder.() -> Unit>)
suspend fun subComponentTypeConfigurations(vararg argument: suspend ApplicationSubComponentTypeConfigurationArgsBuilder.() -> Unit)
suspend fun subComponentTypeConfigurations(argument: suspend ApplicationSubComponentTypeConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Sub component configurations of the component.