Class DataSourceOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.DataSourceOptions.Jsii$Proxy
- All Implemented Interfaces:
DataSourceOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DataSourceOptions
@Stability(Stable)
@Internal
public static final class DataSourceOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DataSourceOptions
An implementation for
DataSourceOptions-
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.DataSourceOptions
DataSourceOptions.Builder, DataSourceOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DataSourceOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDataSourceOptions.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 StringThe description of the data source.final DataSourceMetricsConfigWhether to enable enhanced metrics of the data source Value will be ignored, ifenhancedMetricsConfig.dataSourceLevelMetricsBehavioron AppSync GraphqlApi construct is set toFULL_REQUEST_DATA_SOURCE_METRICS.final StringgetName()The name of the data source, overrides the id given by cdk.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 theDataSourceOptions.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:DataSourceOptionsThe description of the data source.Default: - No description
- Specified by:
getDescriptionin interfaceDataSourceOptions
-
getMetricsConfig
Description copied from interface:DataSourceOptionsWhether to enable enhanced metrics of the data source Value will be ignored, ifenhancedMetricsConfig.dataSourceLevelMetricsBehavioron AppSync GraphqlApi construct is set toFULL_REQUEST_DATA_SOURCE_METRICS.Default: - Enhance metrics are disabled
- Specified by:
getMetricsConfigin interfaceDataSourceOptions
-
getName
Description copied from interface:DataSourceOptionsThe name of the data source, overrides the id given by cdk.Default: - generated by cdk given the id
- Specified by:
getNamein interfaceDataSourceOptions
-
$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()
-