Class DataSourceOptions
Optional configuration for data sources.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataSourceOptions : Object, IDataSourceOptions
Syntax (vb)
Public Class DataSourceOptions
Inherits Object
Implements IDataSourceOptions
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.AWS.AppSync;
var dataSourceOptions = new DataSourceOptions {
Description = "description",
Name = "name"
};
Synopsis
Constructors
Data |
Properties
Description | The description of the data source. |
Name | The name of the data source, overrides the id given by cdk. |
Constructors
DataSourceOptions()
public DataSourceOptions()
Properties
Description
The description of the data source.
public string Description { get; set; }
Property Value
System.
Remarks
Default: - No description
Name
The name of the data source, overrides the id given by cdk.
public string Name { get; set; }
Property Value
System.
Remarks
Default: - generated by cdk given the id