ExAwsConfigurator.Queue (ExAwsConfigurator v1.4.1) View Source

Link to this section Summary

Functions

get queue arn

get queue full name, its a composition of prefix + environment + queue.name

get queue url

Link to this section Types

Specs

t() :: %ExAwsConfigurator.Queue{
  attributes: ExAwsConfigurator.QueueAttributes,
  environment: binary(),
  name: binary(),
  options: ExAwsConfigurator.QueueOptions,
  prefix: binary(),
  region: binary(),
  topics: [ExAwsConfigurator.Topic]
}

Link to this section Functions

Specs

arn(t()) :: String.t()

get queue arn

Specs

full_name(t()) :: String.t()

get queue full name, its a composition of prefix + environment + queue.name

Specs

url(t()) :: String.t()

get queue url