Interface ExpressGatewayServiceAwsLogsConfiguration.Builder

    • Method Detail

      • logGroup

        ExpressGatewayServiceAwsLogsConfiguration.Builder logGroup​(String logGroup)

        The name of the CloudWatch Logs log group to send container logs to.

        Parameters:
        logGroup - The name of the CloudWatch Logs log group to send container logs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logStreamPrefix

        ExpressGatewayServiceAwsLogsConfiguration.Builder logStreamPrefix​(String logStreamPrefix)

        The prefix for the CloudWatch Logs log stream names. The default for an Express service is ecs.

        Parameters:
        logStreamPrefix - The prefix for the CloudWatch Logs log stream names. The default for an Express service is ecs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.