Class PipesPipeTargetParametersCloudwatchLogsParameters.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.pipes_pipe.PipesPipeTargetParametersCloudwatchLogsParameters.Jsii$Proxy
-
- All Implemented Interfaces:
PipesPipeTargetParametersCloudwatchLogsParameters,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PipesPipeTargetParametersCloudwatchLogsParameters
@Stability(Stable) @Internal public static final class PipesPipeTargetParametersCloudwatchLogsParameters.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PipesPipeTargetParametersCloudwatchLogsParameters
An implementation forPipesPipeTargetParametersCloudwatchLogsParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.pipes_pipe.PipesPipeTargetParametersCloudwatchLogsParameters
PipesPipeTargetParametersCloudwatchLogsParameters.Builder, PipesPipeTargetParametersCloudwatchLogsParameters.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PipesPipeTargetParametersCloudwatchLogsParameters.Builder builder)Constructor that initializes the object based on literal property values passed by thePipesPipeTargetParametersCloudwatchLogsParameters.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetLogStreamName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#log_stream_name PipesPipe#log_stream_name}.StringgetTimestamp()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#timestamp PipesPipe#timestamp}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(PipesPipeTargetParametersCloudwatchLogsParameters.Builder builder)
Constructor that initializes the object based on literal property values passed by thePipesPipeTargetParametersCloudwatchLogsParameters.Builder.
-
-
Method Detail
-
getLogStreamName
public final String getLogStreamName()
Description copied from interface:PipesPipeTargetParametersCloudwatchLogsParametersDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#log_stream_name PipesPipe#log_stream_name}.- Specified by:
getLogStreamNamein interfacePipesPipeTargetParametersCloudwatchLogsParameters
-
getTimestamp
public final String getTimestamp()
Description copied from interface:PipesPipeTargetParametersCloudwatchLogsParametersDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pipes_pipe#timestamp PipesPipe#timestamp}.- Specified by:
getTimestampin interfacePipesPipeTargetParametersCloudwatchLogsParameters
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-