Class AppSyncGraphQLApiProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.targets.AppSyncGraphQLApiProps.Jsii$Proxy
- All Implemented Interfaces:
AppSyncGraphQLApiProps
,TargetBaseProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AppSyncGraphQLApiProps
@Stability(Stable)
@Internal
public static final class AppSyncGraphQLApiProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AppSyncGraphQLApiProps
An implementation for
AppSyncGraphQLApiProps
-
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.events.targets.AppSyncGraphQLApiProps
AppSyncGraphQLApiProps.Builder, AppSyncGraphQLApiProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AppSyncGraphQLApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAppSyncGraphQLApiProps.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 IQueue
The SQS queue to be used as deadLetterQueue.final IRole
The role to assume before invoking the target (i.e., the pipeline) when the given rule is triggered.final String
The GraphQL operation;final Duration
The maximum age of a request that Lambda sends to a function for processing.final Number
The maximum number of times to retry when the function returns an error.final RuleTargetInput
The variables that are include in the GraphQL operation.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 theAppSyncGraphQLApiProps.Builder
.
-
-
Method Details
-
getGraphQLOperation
Description copied from interface:AppSyncGraphQLApiProps
The GraphQL operation;that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
- Specified by:
getGraphQLOperation
in interfaceAppSyncGraphQLApiProps
-
getEventRole
Description copied from interface:AppSyncGraphQLApiProps
The role to assume before invoking the target (i.e., the pipeline) when the given rule is triggered.Default: - a new role with permissions to access mutations will be created
- Specified by:
getEventRole
in interfaceAppSyncGraphQLApiProps
-
getVariables
Description copied from interface:AppSyncGraphQLApiProps
The variables that are include in the GraphQL operation.Default: - The entire event is used
- Specified by:
getVariables
in interfaceAppSyncGraphQLApiProps
-
getDeadLetterQueue
Description copied from interface:TargetBaseProps
The SQS queue to be used as deadLetterQueue. Check out the considerations for using a dead-letter queue.The events not successfully delivered are automatically retried for a specified period of time, depending on the retry policy of the target. If an event is not delivered before all retry attempts are exhausted, it will be sent to the dead letter queue.
Default: - no dead-letter queue
- Specified by:
getDeadLetterQueue
in interfaceTargetBaseProps
-
getMaxEventAge
Description copied from interface:TargetBaseProps
The maximum age of a request that Lambda sends to a function for processing.Minimum value of 60. Maximum value of 86400.
Default: Duration.hours(24)
- Specified by:
getMaxEventAge
in interfaceTargetBaseProps
-
getRetryAttempts
Description copied from interface:TargetBaseProps
The maximum number of times to retry when the function returns an error.Minimum value of 0. Maximum value of 185.
Default: 185
- Specified by:
getRetryAttempts
in interfaceTargetBaseProps
-
$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()
-