Class EventBridgeTargetParameters.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.targets.alpha.EventBridgeTargetParameters.Jsii$Proxy
- All Implemented Interfaces:
EventBridgeTargetParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventBridgeTargetParameters
@Stability(Experimental)
@Internal
public static final class EventBridgeTargetParameters.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventBridgeTargetParameters
An implementation for
EventBridgeTargetParameters-
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.pipes.targets.alpha.EventBridgeTargetParameters
EventBridgeTargetParameters.Builder, EventBridgeTargetParameters.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEventBridgeTargetParameters.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 String(experimental) A free-form string used to decide what fields to expect in the event detail.final String(experimental) The URL subdomain of the endpoint.final IInputTransformation(experimental) The input transformation to apply to the message before sending it to the target.(experimental) AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.final String(experimental) The source of the event.final StringgetTime()(experimental) The time stamp of the event, per RFC3339.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 theEventBridgeTargetParameters.Builder.
-
-
Method Details
-
getDetailType
Description copied from interface:EventBridgeTargetParameters(experimental) A free-form string used to decide what fields to expect in the event detail.Default: - none
- Specified by:
getDetailTypein interfaceEventBridgeTargetParameters- See Also:
-
getEndpointId
Description copied from interface:EventBridgeTargetParameters(experimental) The URL subdomain of the endpoint.Default: - none
Example:
// if the URL for the endpoint is https://abcde.veo.endpoints.event.amazonaws.com "abcde.veo";
- Specified by:
getEndpointIdin interfaceEventBridgeTargetParameters- See Also:
-
getInputTransformation
Description copied from interface:EventBridgeTargetParameters(experimental) The input transformation to apply to the message before sending it to the target.Default: - none
- Specified by:
getInputTransformationin interfaceEventBridgeTargetParameters- See Also:
-
getResources
Description copied from interface:EventBridgeTargetParameters(experimental) AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.Default: - none
- Specified by:
getResourcesin interfaceEventBridgeTargetParameters- See Also:
-
getSource
Description copied from interface:EventBridgeTargetParameters(experimental) The source of the event.Default: - none
- Specified by:
getSourcein interfaceEventBridgeTargetParameters- See Also:
-
getTime
Description copied from interface:EventBridgeTargetParameters(experimental) The time stamp of the event, per RFC3339.Default: - the time stamp of the PutEvents call
- Specified by:
getTimein interfaceEventBridgeTargetParameters- 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()
-