public interface DataSourceConfigurationState extends Enabled
| Modifier and Type | Method and Description | 
|---|---|
Property<String> | 
driver()  | 
Property<Integer> | 
loginTimeoutSeconds()  | 
Property<Integer> | 
maxConnectionAgeSeconds()  | 
Property<Integer> | 
maxPoolSize()  | 
Property<Integer> | 
minPoolSize()  | 
Property<String> | 
password()  | 
Property<String> | 
properties()  | 
Property<String> | 
url()  | 
Property<String> | 
username()  | 
Property<String> | 
validationQuery()  | 
@UseDefaults Property<String> username()
@UseDefaults Property<String> password()
@UseDefaults Property<String> properties()