Class StageAccessLogSettingsArgs.Builder

  • Enclosing class:
    StageAccessLogSettingsArgs

    public static final class StageAccessLogSettingsArgs.Builder
    extends java.lang.Object
    • Method Detail

      • destinationArn

        public StageAccessLogSettingsArgs.Builder destinationArn​(com.pulumi.core.Output<java.lang.String> destinationArn)
        Parameters:
        destinationArn - ARN of the CloudWatch Logs log group to receive access logs. Any trailing `:*` is trimmed from the ARN.
        Returns:
        builder
      • destinationArn

        public StageAccessLogSettingsArgs.Builder destinationArn​(java.lang.String destinationArn)
        Parameters:
        destinationArn - ARN of the CloudWatch Logs log group to receive access logs. Any trailing `:*` is trimmed from the ARN.
        Returns:
        builder
      • format

        public StageAccessLogSettingsArgs.Builder format​(com.pulumi.core.Output<java.lang.String> format)
        Parameters:
        format - Single line [format](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#apigateway-cloudwatch-log-formats) of the access logs of data, as specified by [selected $context variables](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-logging.html).
        Returns:
        builder
      • format

        public StageAccessLogSettingsArgs.Builder format​(java.lang.String format)
        Parameters:
        format - Single line [format](https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#apigateway-cloudwatch-log-formats) of the access logs of data, as specified by [selected $context variables](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-logging.html).
        Returns:
        builder