| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsIamConfig.Jsii$Proxy
An implementation for
AwsIamConfig |
| Modifier and Type | Method and Description |
|---|---|
AwsIamConfig |
AwsIamConfig.Builder.build()
Builds the configured instance.
|
default AwsIamConfig |
HttpDataSourceProps.getAuthorizationConfig()
(experimental) The authorization config in case the HTTP endpoint requires authorization.
|
AwsIamConfig |
HttpDataSourceProps.Jsii$Proxy.getAuthorizationConfig() |
default AwsIamConfig |
HttpDataSourceOptions.getAuthorizationConfig()
(experimental) The authorization config in case the HTTP endpoint requires authorization.
|
AwsIamConfig |
HttpDataSourceOptions.Jsii$Proxy.getAuthorizationConfig() |
| Modifier and Type | Method and Description |
|---|---|
HttpDataSource.Builder |
HttpDataSource.Builder.authorizationConfig(AwsIamConfig authorizationConfig)
(experimental) The authorization config in case the HTTP endpoint requires authorization.
|
HttpDataSourceProps.Builder |
HttpDataSourceProps.Builder.authorizationConfig(AwsIamConfig authorizationConfig)
Sets the value of
HttpDataSourceProps.getAuthorizationConfig() |
HttpDataSourceOptions.Builder |
HttpDataSourceOptions.Builder.authorizationConfig(AwsIamConfig authorizationConfig)
Sets the value of
HttpDataSourceOptions.getAuthorizationConfig() |
| Constructor and Description |
|---|
Jsii$Proxy(AwsIamConfig authorizationConfig,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
HttpDataSourceOptions.Builder. |
Jsii$Proxy(String endpoint,
AwsIamConfig authorizationConfig,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
HttpDataSourceProps.Builder. |
Copyright © 2021. All rights reserved.