Interface CfnAppPropsMixin.IDataSourceProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.OpsWorks
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAppPropsMixin.IDataSourceProperty
Syntax (vb)
Public Interface CfnAppPropsMixin.IDataSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.OpsWorks;
var dataSourceProperty = new DataSourceProperty {
Arn = "arn",
DatabaseName = "databaseName",
Type = "type"
};
Synopsis
Properties
| Arn | The data source's ARN. |
| DatabaseName | The database name. |
| Type | The data source's type, |
Properties
Arn
The data source's ARN.
string? Arn { get; }
Property Value
Remarks
DatabaseName
The database name.
string? DatabaseName { get; }
Property Value
Remarks
Type
The data source's type, AutoSelectOpsworksMysqlInstance , OpsworksMysqlInstance , RdsDbInstance , or None .
string? Type { get; }