Application Sub Component Type Configuration Args
data class ApplicationSubComponentTypeConfigurationArgs(val subComponentConfigurationDetails: Output<ApplicationSubComponentConfigurationDetailsArgs>, val subComponentType: Output<ApplicationSubComponentTypeConfigurationSubComponentType>) : ConvertibleToJava<ApplicationSubComponentTypeConfigurationArgs>
One type sub component configurations for the component.
Constructors
Link copied to clipboard
constructor(subComponentConfigurationDetails: Output<ApplicationSubComponentConfigurationDetailsArgs>, subComponentType: Output<ApplicationSubComponentTypeConfigurationSubComponentType>)