Class AppSyncExtendedDataSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.AppSyncExtendedDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
AppSyncExtendedDataSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AppSyncExtendedDataSourceProps
@Stability(Stable)
@Internal
public static final class AppSyncExtendedDataSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AppSyncExtendedDataSourceProps
An implementation for
AppSyncExtendedDataSourceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.AppSyncExtendedDataSourceProps
AppSyncExtendedDataSourceProps.Builder, AppSyncExtendedDataSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAppSyncExtendedDataSourceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration for DynamoDB Datasource.final ObjectConfiguration for EventBridge Datasource.final ObjectConfiguration for HTTP Datasource.final ObjectConfiguration for Lambda Datasource.final ObjectConfiguration for OpenSearch data source.final ObjectConfiguration for RDS Datasource.final AppSyncDataSourceTypegetType()The type of the AppSync datasource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAppSyncExtendedDataSourceProps.Builder.
-
-
Method Details
-
getType
Description copied from interface:AppSyncExtendedDataSourcePropsThe type of the AppSync datasource.- Specified by:
getTypein interfaceAppSyncExtendedDataSourceProps
-
getDynamoDbConfig
Description copied from interface:AppSyncExtendedDataSourcePropsConfiguration for DynamoDB Datasource.Returns union: either
IResolvableorCfnDataSource.DynamoDBConfigPropertyDefault: - No config
- Specified by:
getDynamoDbConfigin interfaceAppSyncExtendedDataSourceProps
-
getEventBridgeConfig
Description copied from interface:AppSyncExtendedDataSourcePropsConfiguration for EventBridge Datasource.Returns union: either
IResolvableorCfnDataSource.EventBridgeConfigPropertyDefault: - No config
- Specified by:
getEventBridgeConfigin interfaceAppSyncExtendedDataSourceProps
-
getHttpConfig
Description copied from interface:AppSyncExtendedDataSourcePropsConfiguration for HTTP Datasource.Returns union: either
IResolvableorCfnDataSource.HttpConfigPropertyDefault: - No config
- Specified by:
getHttpConfigin interfaceAppSyncExtendedDataSourceProps
-
getLambdaConfig
Description copied from interface:AppSyncExtendedDataSourcePropsConfiguration for Lambda Datasource.Returns union: either
IResolvableorCfnDataSource.LambdaConfigPropertyDefault: - No config
- Specified by:
getLambdaConfigin interfaceAppSyncExtendedDataSourceProps
-
getOpenSearchServiceConfig
Description copied from interface:AppSyncExtendedDataSourcePropsConfiguration for OpenSearch data source.Returns union: either
IResolvableorCfnDataSource.OpenSearchServiceConfigPropertyDefault: - No config
- Specified by:
getOpenSearchServiceConfigin interfaceAppSyncExtendedDataSourceProps
-
getRelationalDatabaseConfig
Description copied from interface:AppSyncExtendedDataSourcePropsConfiguration for RDS Datasource.Returns union: either
IResolvableorCfnDataSource.RelationalDatabaseConfigPropertyDefault: - No config
- Specified by:
getRelationalDatabaseConfigin interfaceAppSyncExtendedDataSourceProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-