Interface SecretsManagerAccessTokenConfiguration.Builder

  • Method Details

    • headerName

      The name of the HTTP header used to supply the access token in requests to the source location.

      Parameters:
      headerName - The name of the HTTP header used to supply the access token in requests to the source location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretArn

      The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

      Parameters:
      secretArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretStringKey

      SecretsManagerAccessTokenConfiguration.Builder secretStringKey(String secretStringKey)

      The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

      Parameters:
      secretStringKey - The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.