GraphqlApiAttributes¶
-
class
aws_cdk.aws_appsync.
GraphqlApiAttributes
(*, graphql_api_id, graphql_api_arn=None)¶ Bases:
object
(experimental) Attributes for GraphQL imports.
- Parameters
graphql_api_id (
str
) – (experimental) an unique AWS AppSync GraphQL API identifier i.e. ‘lxz775lwdrgcndgz3nurvac7oa’.graphql_api_arn (
Optional
[str
]) – (experimental) the arn for the GraphQL Api. Default: - autogenerated arn
- Stability
experimental
Attributes
-
graphql_api_arn
¶ (experimental) the arn for the GraphQL Api.
- Default
autogenerated arn
- Stability
experimental
- Return type
Optional
[str
]
-
graphql_api_id
¶ (experimental) an unique AWS AppSync GraphQL API identifier i.e. ‘lxz775lwdrgcndgz3nurvac7oa’.
- Stability
experimental
- Return type
str