DataSourceOptions¶
-
class
aws_cdk.aws_appsync.
DataSourceOptions
(*, description=None, name=None)¶ Bases:
object
(experimental) Optional configuration for data sources.
- Parameters
description (
Optional
[str
]) – (experimental) The description of the data source. Default: - No descriptionname (
Optional
[str
]) – (experimental) The name of the data source, overrides the id given by cdk. Default: - generated by cdk given the id
- Stability
experimental
Attributes
-
description
¶ (experimental) The description of the data source.
- Default
No description
- Stability
experimental
- Return type
Optional
[str
]
-
name
¶ (experimental) The name of the data source, overrides the id given by cdk.
- Default
generated by cdk given the id
- Stability
experimental
- Return type
Optional
[str
]