public static interface CfnApp.DataSourceProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.opsworks.*; DataSourceProperty dataSourceProperty = DataSourceProperty.builder() .arn("arn") .databaseName("databaseName") .type("type") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApp.DataSourceProperty.Builder
A builder for
CfnApp.DataSourceProperty |
static class |
CfnApp.DataSourceProperty.Jsii$Proxy
An implementation for
CfnApp.DataSourceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApp.DataSourceProperty.Builder |
builder() |
default java.lang.String |
getArn()
The data source's ARN.
|
default java.lang.String |
getDatabaseName()
The database name.
|
default java.lang.String |
getType()
The data source's type, `AutoSelectOpsworksMysqlInstance` , `OpsworksMysqlInstance` , `RdsDbInstance` , or `None` .
|
default java.lang.String getArn()
default java.lang.String getDatabaseName()
default java.lang.String getType()
static CfnApp.DataSourceProperty.Builder builder()
CfnApp.DataSourceProperty.Builder
of CfnApp.DataSourceProperty