@Stability(value=Stable)
public static interface CfnApp.DataSourceProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getArn()
The data source's ARN.
|
default String |
getDatabaseName()
The database name.
|
default String |
getType()
The data source's type, `AutoSelectOpsworksMysqlInstance` , `OpsworksMysqlInstance` , `RdsDbInstance` , or `None` .
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getDatabaseName()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnApp.DataSourceProperty.Builder builder()
CfnApp.DataSourceProperty.Builder of CfnApp.DataSourcePropertyCopyright © 2022. All rights reserved.