Spring Boot Admin Component Args
data class SpringBootAdminComponentArgs(val componentType: Output<String>, val configurations: Output<List<JavaComponentConfigurationPropertyArgs>>? = null, val scale: Output<JavaComponentPropertiesScaleArgs>? = null, val serviceBinds: Output<List<JavaComponentServiceBindArgs>>? = null) : ConvertibleToJava<SpringBootAdminComponentArgs>
Spring Boot Admin properties.
Constructors
Link copied to clipboard
constructor(componentType: Output<String>, configurations: Output<List<JavaComponentConfigurationPropertyArgs>>? = null, scale: Output<JavaComponentPropertiesScaleArgs>? = null, serviceBinds: Output<List<JavaComponentServiceBindArgs>>? = null)
Properties
Link copied to clipboard
Type of the Java Component. Expected value is 'SpringBootAdmin'.
Link copied to clipboard
List of Java Components configuration properties
Link copied to clipboard
Java component scaling configurations
Link copied to clipboard
List of Java Components that are bound to the Java component