Class AppSyncHttpDataSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.AppSyncHttpDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
AppSyncBackedDataSourceProps,AppSyncBaseDataSourceProps,AppSyncHttpDataSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AppSyncHttpDataSourceProps
@Stability(Stable)
@Internal
public static final class AppSyncHttpDataSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AppSyncHttpDataSourceProps
An implementation for
AppSyncHttpDataSourceProps-
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.AppSyncHttpDataSourceProps
AppSyncHttpDataSourceProps.Builder, AppSyncHttpDataSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAppSyncHttpDataSourceProps.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 IApigetApi()The API to attach this data source to.final AppSyncAwsIamConfigThe authorization config in case the HTTP endpoint requires authorization.final StringThe description of the data source.final StringThe http endpoint.final StringgetName()The name of the data source.final IRoleThe IAM service role to be assumed by AppSync to interact with the data source.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 theAppSyncHttpDataSourceProps.Builder.
-
-
Method Details
-
getEndpoint
Description copied from interface:AppSyncHttpDataSourcePropsThe http endpoint.- Specified by:
getEndpointin interfaceAppSyncHttpDataSourceProps
-
getAuthorizationConfig
Description copied from interface:AppSyncHttpDataSourcePropsThe authorization config in case the HTTP endpoint requires authorization.Default: - none
- Specified by:
getAuthorizationConfigin interfaceAppSyncHttpDataSourceProps
-
getServiceRole
Description copied from interface:AppSyncBackedDataSourcePropsThe IAM service role to be assumed by AppSync to interact with the data source.Default: - Create a new role
- Specified by:
getServiceRolein interfaceAppSyncBackedDataSourceProps
-
getApi
Description copied from interface:AppSyncBaseDataSourcePropsThe API to attach this data source to.- Specified by:
getApiin interfaceAppSyncBaseDataSourceProps
-
getDescription
Description copied from interface:AppSyncBaseDataSourcePropsThe description of the data source.Default: - None
- Specified by:
getDescriptionin interfaceAppSyncBaseDataSourceProps
-
getName
Description copied from interface:AppSyncBaseDataSourcePropsThe name of the data source.The only allowed pattern is: {[_A-Za-z][_0-9A-Za-z]*}. Any invalid characters will be automatically removed.
Default: - id of data source
- Specified by:
getNamein interfaceAppSyncBaseDataSourceProps
-
$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()
-