@Stability(value=Experimental) @Internal public static final class HttpDataSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpDataSourceProps
HttpDataSourceProps
software.amazon.jsii.JsiiObject.InitializationMode
HttpDataSourceProps.Builder, HttpDataSourceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(HttpDataSourceProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpDataSourceProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IGraphqlApi |
getApi()
(experimental) The API to attach this data source to.
|
AwsIamConfig |
getAuthorizationConfig()
(experimental) The authorization config in case the HTTP endpoint requires authorization.
|
String |
getDescription()
(experimental) the description of the data source.
|
String |
getEndpoint()
(experimental) The http endpoint.
|
String |
getName()
(experimental) The name of the data source.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(HttpDataSourceProps.Builder builder)
HttpDataSourceProps.Builder
.public final String getEndpoint()
HttpDataSourceProps
getEndpoint
in interface HttpDataSourceProps
public final AwsIamConfig getAuthorizationConfig()
HttpDataSourceProps
Default: - none
getAuthorizationConfig
in interface HttpDataSourceProps
public final IGraphqlApi getApi()
BaseDataSourceProps
getApi
in interface BaseDataSourceProps
public final String getDescription()
BaseDataSourceProps
Default: - None
getDescription
in interface BaseDataSourceProps
public final String getName()
BaseDataSourceProps
Default: - id of data source
getName
in interface BaseDataSourceProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.