Interface DataProcessorIdentifier

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DataProcessorIdentifier.Jsii$Proxy

@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)", date="2024-09-11T18:01:25.724Z") @Stability(Experimental) public interface DataProcessorIdentifier extends software.amazon.jsii.JsiiSerializable
(experimental) The key-value pair that identifies the underlying processor resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.kinesisfirehose.alpha.*;
 DataProcessorIdentifier dataProcessorIdentifier = DataProcessorIdentifier.builder()
         .parameterName("parameterName")
         .parameterValue("parameterValue")
         .build();
 

See Also:
  • Method Details

    • getParameterName

      @Stability(Experimental) @NotNull String getParameterName()
      (experimental) The parameter name that corresponds to the processor resource's identifier.

      Must be an accepted value in CfnDeliveryStream.ProcessoryParameterProperty.ParameterName.

    • getParameterValue

      @Stability(Experimental) @NotNull String getParameterValue()
      (experimental) The identifier of the underlying processor resource.
    • builder

      @Stability(Experimental) static DataProcessorIdentifier.Builder builder()
      Returns:
      a DataProcessorIdentifier.Builder of DataProcessorIdentifier