Class EventEndpointArgs


  • public final class EventEndpointArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A description of the global endpoint.
      • eventBuses

        public com.pulumi.core.Output<java.util.List<EventEndpointEventBusArgs>> eventBuses()
        Returns:
        The event buses to use. The names of the event buses must be identical in each Region. Exactly two event buses are required. Documented below.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the global endpoint.
      • replicationConfig

        public java.util.Optional<com.pulumi.core.Output<EventEndpointReplicationConfigArgs>> replicationConfig()
        Returns:
        Parameters used for replication. Documented below.
      • roleArn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> roleArn()
        Returns:
        The ARN of the IAM role used for replication between event buses.
      • routingConfig

        public com.pulumi.core.Output<EventEndpointRoutingConfigArgs> routingConfig()
        Returns:
        Parameters used for routing, including the health check and secondary Region. Documented below.