Class HttpDataSourceOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.HttpDataSourceOptions.Jsii$Proxy
- All Implemented Interfaces:
DataSourceOptions
,HttpDataSourceOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
HttpDataSourceOptions
@Stability(Experimental)
@Internal
public static final class HttpDataSourceOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpDataSourceOptions
An implementation for
HttpDataSourceOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.HttpDataSourceOptions
HttpDataSourceOptions.Builder, HttpDataSourceOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(HttpDataSourceOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpDataSourceOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final AwsIamConfig
(experimental) The authorization config in case the HTTP endpoint requires authorization.final String
(experimental) The description of the data source.final String
getName()
(experimental) The name of the data source, overrides the id given by cdk.final int
hashCode()
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 theHttpDataSourceOptions.Builder
.
-
-
Method Details
-
getAuthorizationConfig
Description copied from interface:HttpDataSourceOptions
(experimental) The authorization config in case the HTTP endpoint requires authorization.Default: - none
- Specified by:
getAuthorizationConfig
in interfaceHttpDataSourceOptions
-
getDescription
Description copied from interface:DataSourceOptions
(experimental) The description of the data source.Default: - No description
- Specified by:
getDescription
in interfaceDataSourceOptions
-
getName
Description copied from interface:DataSourceOptions
(experimental) The name of the data source, overrides the id given by cdk.Default: - generated by cdk given the id
- Specified by:
getName
in interfaceDataSourceOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-