Interface LoggingConfig.Builder

  • Method Details

    • logRoleArn

      LoggingConfig.Builder logRoleArn(String logRoleArn)

      The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.

      Parameters:
      logRoleArn - The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroupName

      LoggingConfig.Builder logGroupName(String logGroupName)

      The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

      Parameters:
      logGroupName - The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.