Class CfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeTargetEventBridgeEventBusParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeTargetEventBridgeEventBusParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeTargetEventBridgeEventBusParametersProperty
An implementation for
CfnPipe.PipeTargetEventBridgeEventBusParametersProperty-
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.CfnPipe.PipeTargetEventBridgeEventBusParametersProperty
CfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Builder, CfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetEventBridgeEventBusParametersProperty.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 StringA free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.final StringThe URL subdomain of the endpoint.AWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.final StringThe source of the event.final StringgetTime()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 theCfnPipe.PipeTargetEventBridgeEventBusParametersProperty.Builder.
-
-
Method Details
-
getDetailType
Description copied from interface:CfnPipe.PipeTargetEventBridgeEventBusParametersPropertyA free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.- Specified by:
getDetailTypein interfaceCfnPipe.PipeTargetEventBridgeEventBusParametersProperty- See Also:
-
getEndpointId
Description copied from interface:CfnPipe.PipeTargetEventBridgeEventBusParametersPropertyThe URL subdomain of the endpoint.For example, if the URL for Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the EndpointId is
abcde.veo.- Specified by:
getEndpointIdin interfaceCfnPipe.PipeTargetEventBridgeEventBusParametersProperty- See Also:
-
getResources
Description copied from interface:CfnPipe.PipeTargetEventBridgeEventBusParametersPropertyAWS resources, identified by Amazon Resource Name (ARN), which the event primarily concerns.Any number, including zero, may be present.
- Specified by:
getResourcesin interfaceCfnPipe.PipeTargetEventBridgeEventBusParametersProperty- See Also:
-
getSource
Description copied from interface:CfnPipe.PipeTargetEventBridgeEventBusParametersPropertyThe source of the event.- Specified by:
getSourcein interfaceCfnPipe.PipeTargetEventBridgeEventBusParametersProperty- See Also:
-
getTime
Description copied from interface:CfnPipe.PipeTargetEventBridgeEventBusParametersPropertyThe time stamp of the event, per RFC3339 . If no time stamp is provided, the time stamp of the PutEvents call is used.- Specified by:
getTimein interfaceCfnPipe.PipeTargetEventBridgeEventBusParametersProperty- 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()
-