ExAwsConfigurator.Topic (ExAwsConfigurator v1.4.1) View Source

Link to this section Summary

Functions

get topic arn

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

Link to this section Types

Specs

t() :: %ExAwsConfigurator.Topic{
  attributes: ExAwsConfigurator.TopicAttributes,
  environment: binary(),
  name: binary(),
  prefix: binary(),
  region: binary()
}

Link to this section Functions

Specs

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

get topic arn

Specs

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

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