Class CfnReplayProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.events.CfnReplayProps.Jsii$Proxy
- All Implemented Interfaces:
CfnReplayProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReplayProps
@Stability(Stable)
@Internal
public static final class CfnReplayProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReplayProps
An implementation for
CfnReplayProps-
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.events.CfnReplayProps
CfnReplayProps.Builder, CfnReplayProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnReplayProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnReplayProps.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 ObjectA ReplayDestination object that includes details about the destination for the replay.final StringA time stamp for the time to stop replaying events.final StringThe ARN of the archive to replay events from.final StringA time stamp for the time to start replaying events.final StringThe name of the replay.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 theCfnReplayProps.Builder.
-
-
Method Details
-
getDestination
Description copied from interface:CfnReplayPropsA ReplayDestination object that includes details about the destination for the replay.Returns union: either
IResolvableorCfnReplay.DestinationProperty- Specified by:
getDestinationin interfaceCfnReplayProps- See Also:
-
getEventEndTime
Description copied from interface:CfnReplayPropsA time stamp for the time to stop replaying events.- Specified by:
getEventEndTimein interfaceCfnReplayProps- See Also:
-
getEventSourceArn
Description copied from interface:CfnReplayPropsThe ARN of the archive to replay events from.- Specified by:
getEventSourceArnin interfaceCfnReplayProps- See Also:
-
getEventStartTime
Description copied from interface:CfnReplayPropsA time stamp for the time to start replaying events.- Specified by:
getEventStartTimein interfaceCfnReplayProps- See Also:
-
getReplayName
Description copied from interface:CfnReplayPropsThe name of the replay.- Specified by:
getReplayNamein interfaceCfnReplayProps- 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()
-