Class CfnPipe.PipeTargetCloudWatchLogsParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeTargetCloudWatchLogsParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeTargetCloudWatchLogsParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeTargetCloudWatchLogsParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeTargetCloudWatchLogsParametersProperty
An implementation for
CfnPipe.PipeTargetCloudWatchLogsParametersProperty
-
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.pipes.CfnPipe.PipeTargetCloudWatchLogsParametersProperty
CfnPipe.PipeTargetCloudWatchLogsParametersProperty.Builder, CfnPipe.PipeTargetCloudWatchLogsParametersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetCloudWatchLogsParametersProperty.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 String
The name of the log stream.final String
A dynamic path parameter to a field in the payload containing the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.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 theCfnPipe.PipeTargetCloudWatchLogsParametersProperty.Builder
.
-
-
Method Details
-
getLogStreamName
Description copied from interface:CfnPipe.PipeTargetCloudWatchLogsParametersProperty
The name of the log stream.- Specified by:
getLogStreamName
in interfaceCfnPipe.PipeTargetCloudWatchLogsParametersProperty
- See Also:
-
getTimestamp
Description copied from interface:CfnPipe.PipeTargetCloudWatchLogsParametersProperty
A dynamic path parameter to a field in the payload containing the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.The value cannot be a static timestamp as the provided timestamp would be applied to all events delivered by the Pipe, regardless of when they are actually delivered.
If no dynamic path parameter is provided, the default value is the time the invocation is processed by the Pipe.
- Specified by:
getTimestamp
in interfaceCfnPipe.PipeTargetCloudWatchLogsParametersProperty
- See Also:
-
$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()
-