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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the PipeProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) A description of the pipe displayed in the AWS console.
    (experimental) The desired state of the pipe.
    (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.
    (experimental) Destinations for the logs.
    (experimental) Whether the execution data (specifically, the payload , awsRequest , and awsResponse 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
    (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.
    (experimental) The list of key-value pairs to associate with the pipe.
    final ITarget
    (experimental) The target of the pipe.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait