Interface EventStreamReference

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

@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)", date="2025-11-13T16:10:16.585Z") @Stability(Stable) public interface EventStreamReference extends software.amazon.jsii.JsiiSerializable
A reference to a EventStream 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.interfaces.customerprofiles.*;
 EventStreamReference eventStreamReference = EventStreamReference.builder()
         .domainName("domainName")
         .eventStreamArn("eventStreamArn")
         .eventStreamName("eventStreamName")
         .build();
 
  • Method Details

    • getDomainName

      @Stability(Stable) @NotNull String getDomainName()
      The DomainName of the EventStream resource.
    • getEventStreamArn

      @Stability(Stable) @NotNull String getEventStreamArn()
      The ARN of the EventStream resource.
    • getEventStreamName

      @Stability(Stable) @NotNull String getEventStreamName()
      The EventStreamName of the EventStream resource.
    • builder

      @Stability(Stable) static EventStreamReference.Builder builder()
      Returns:
      a EventStreamReference.Builder of EventStreamReference