BackedDataSourceProps¶
-
class
aws_cdk.aws_appsync.
BackedDataSourceProps
(*, api, description=None, name=None, service_role=None)¶ Bases:
aws_cdk.aws_appsync.BaseDataSourceProps
(experimental) properties for an AppSync datasource backed by a resource.
- Parameters
api (
IGraphqlApi
) – (experimental) The API to attach this data source to.description (
Optional
[str
]) – (experimental) the description of the data source. Default: - Nonename (
Optional
[str
]) – (experimental) The name of the data source. Default: - id of data sourceservice_role (
Optional
[IRole
]) – (experimental) The IAM service role to be assumed by AppSync to interact with the data source. Default: - Create a new role
- Stability
experimental
Attributes
-
api
¶ (experimental) The API to attach this data source to.
- Stability
experimental
- Return type
-
description
¶ (experimental) the description of the data source.
- Default
None
- Stability
experimental
- Return type
Optional
[str
]
-
name
¶ (experimental) The name of the data source.
- Default
id of data source
- Stability
experimental
- Return type
Optional
[str
]