Skip to content
This repository was archived by the owner on Dec 9, 2020. It is now read-only.

Files

Latest commit

bb41030 · Feb 6, 2018

History

History
50 lines (35 loc) · 1.47 KB

smn_topic_v2.html.markdown

File metadata and controls

50 lines (35 loc) · 1.47 KB
layout page_title sidebar_current description
telefonicaopencloud
TelefonicaopenCloud: telefonicaopencloud_smn_topic_v2
docs-telefonicaopencloud-resource-smn-topic-v2
Manages a V2 topic resource within TelefonicaopenCloud.

telefonicaopencloud_smn_topic_v2

Manages a V2 topic resource within TelefonicaopenCloud.

Example Usage

resource "telefonicaopencloud_smn_topic_v2" "topic_1" {
  name            = "topic_1"
  display_name    = "The display name of topic_1"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the topic to be created.

  • display_name - (Optional) Topic display name, which is presented as the name of the email sender in an email message.

  • topic_urn - (Optional) Resource identifier of a topic, which is unique.

  • push_policy - (Optional) Message pushing policy. 0 indicates that the message sending fails and the message is cached in the queue. 1 indicates that the failed message is discarded.

  • create_time - (Optional) Time when the topic was created.

  • update_time - (Optional) Time when the topic was updated.

Attributes Reference

The following attributes are exported:

  • name - See Argument Reference above.
  • display_name - See Argument Reference above.
  • topic_urn - See Argument Reference above.
  • push_policy - See Argument Reference above.
  • create_time - See Argument Reference above.
  • update_time - See Argument Reference above.