HttpDataSourceOptions¶
-
class
aws_cdk.aws_appsync.
HttpDataSourceOptions
(*, description=None, name=None, authorization_config=None)¶ Bases:
aws_cdk.aws_appsync.DataSourceOptions
(experimental) Optional configuration for Http 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 idauthorization_config (
Optional
[AwsIamConfig
]) – (experimental) The authorization config in case the HTTP endpoint requires authorization. Default: - none
- Stability
experimental
Attributes
(experimental) The authorization config in case the HTTP endpoint requires authorization.
- Default
none
- Stability
experimental
- Return type
Optional
[AwsIamConfig
]
-
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
]