Class CfnPipePropsMixin.PipeEnrichmentParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeEnrichmentParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipePropsMixin.PipeEnrichmentParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipePropsMixin.PipeEnrichmentParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipePropsMixin.PipeEnrichmentParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipePropsMixin.PipeEnrichmentParametersProperty
An implementation for
CfnPipePropsMixin.PipeEnrichmentParametersProperty-
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.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeEnrichmentParametersProperty
CfnPipePropsMixin.PipeEnrichmentParametersProperty.Builder, CfnPipePropsMixin.PipeEnrichmentParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipePropsMixin.PipeEnrichmentParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnPipePropsMixin.PipeEnrichmentParametersProperty.Builder.
-
-
Method Details
-
getHttpParameters
Description copied from interface:CfnPipePropsMixin.PipeEnrichmentParametersPropertyContains the HTTP parameters to use when the target is a API Gateway REST endpoint or EventBridge ApiDestination.If you specify an API Gateway REST API or EventBridge ApiDestination as a target, you can use this parameter to specify headers, path parameters, and query string keys/values as part of your target invoking request. If you're using ApiDestinations, the corresponding Connection can also have these values configured. In case of any conflicting keys, values from the Connection take precedence.
Returns union: either
IResolvableorCfnPipePropsMixin.PipeEnrichmentHttpParametersProperty- Specified by:
getHttpParametersin interfaceCfnPipePropsMixin.PipeEnrichmentParametersProperty- See Also:
-
getInputTemplate
Description copied from interface:CfnPipePropsMixin.PipeEnrichmentParametersPropertyValid JSON text passed to the enrichment.In this case, nothing from the event itself is passed to the enrichment. For more information, see The JavaScript Object Notation (JSON) Data Interchange Format .
To remove an input template, specify an empty string.
- Specified by:
getInputTemplatein interfaceCfnPipePropsMixin.PipeEnrichmentParametersProperty- See Also:
-
$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()
-