Class PipeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.alpha.PipeProps.Jsii$Proxy
- All Implemented Interfaces:
PipeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PipeProps
@Stability(Experimental)
@Internal
public static final class PipeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PipeProps
An implementation for
PipeProps
-
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.alpha.PipeProps
PipeProps.Builder, PipeProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(PipeProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePipeProps.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
(experimental) A description of the pipe displayed in the AWS console.final DesiredState
(experimental) The desired state of the pipe.final IEnrichment
(experimental) Enrichment step to enhance the data from the source before sending it to the target.final IFilter
(experimental) The filter pattern for the pipe source.final List<ILogDestination>
(experimental) Destinations for the logs.final List<IncludeExecutionData>
(experimental) Whether the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) is included in the log messages for this pipe.final LogLevel
(experimental) The level of logging detail to include.final String
(experimental) Name of the pipe in the AWS console.final IRole
getRole()
(experimental) The role used by the pipe which has permissions to read from the source and write to the target.final ISource
(experimental) The source of the pipe.getTags()
(experimental) The list of key-value pairs to associate with the pipe.final ITarget
(experimental) The target of the pipe.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 thePipeProps.Builder
.
-
-
Method Details
-
getSource
Description copied from interface:PipeProps
(experimental) The source of the pipe. -
getTarget
Description copied from interface:PipeProps
(experimental) The target of the pipe. -
getDescription
Description copied from interface:PipeProps
(experimental) A description of the pipe displayed in the AWS console.Default: - no description
- Specified by:
getDescription
in interfacePipeProps
- See Also:
-
getDesiredState
Description copied from interface:PipeProps
(experimental) The desired state of the pipe.If the state is set to STOPPED, the pipe will not process events.
Default: - DesiredState.RUNNING
- Specified by:
getDesiredState
in interfacePipeProps
- See Also:
-
getEnrichment
Description copied from interface:PipeProps
(experimental) Enrichment step to enhance the data from the source before sending it to the target.Default: - no enrichment
- Specified by:
getEnrichment
in interfacePipeProps
- See Also:
-
getFilter
Description copied from interface:PipeProps
(experimental) The filter pattern for the pipe source.Default: - no filter
-
getLogDestinations
Description copied from interface:PipeProps
(experimental) Destinations for the logs.Default: - no logs
- Specified by:
getLogDestinations
in interfacePipeProps
- See Also:
-
getLogIncludeExecutionData
Description copied from interface:PipeProps
(experimental) Whether the execution data (specifically, thepayload
,awsRequest
, andawsResponse
fields) is included in the log messages for this pipe.This applies to all log destinations for the pipe.
For more information, see Including execution data in logs and the message schema in the Amazon EventBridge User Guide .
Default: - none
- Specified by:
getLogIncludeExecutionData
in interfacePipeProps
- See Also:
-
getLogLevel
Description copied from interface:PipeProps
(experimental) The level of logging detail to include.This applies to all log destinations for the pipe.
Default: - LogLevel.ERROR
- Specified by:
getLogLevel
in interfacePipeProps
- See Also:
-
getPipeName
Description copied from interface:PipeProps
(experimental) Name of the pipe in the AWS console.Default: - automatically generated name
- Specified by:
getPipeName
in interfacePipeProps
-
getRole
Description copied from interface:PipeProps
(experimental) The role used by the pipe which has permissions to read from the source and write to the target.If an enriched target is used, the role also have permissions to call the enriched target. If no role is provided, a role will be created.
Default: - a new role will be created.
-
getTags
Description copied from interface:PipeProps
(experimental) The list of key-value pairs to associate with the pipe.Default: - no tags
-
$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()
-