Topic display name, which is presented as the name of the email sender in an email message. The topic display name contains a maximum of 192 bytes.
domain
string
/ required
The name of the Domain to scope to (Identity v3). (currently only domain names are supported, and not domain IDs).
id
string
The id of resource to be managed.
identity_endpoint
string
/ required
The Identity authentication URL.
name
string
/ required
Name of the topic to be created. The topic name is a string of 1 to 256 characters. It must contain upper- or lower-case letters, digits, hyphens (-), and underscores _, and must start with a letter or digit.
password
string
/ required
The password to login with.
project
string
/ required
The name of the Tenant (Identity v2) or Project (Identity v3). (currently only project names are supported, and not project IDs).
region
string
The region to which the project belongs.
state
string
Choices:
present ←
absent
Whether the given object should exist in Huaweicloud Cloud.
user
string
/ required
The user name to login with (currently only user names are supported, and not user IDs).
-name:create a smn topichwc_smn_topic:identity_endpoint:"{{identity_endpoint}}"user_name:"{{user_name}}"password:"{{password}}"domain_name:"{{domain_name}}"project_name:"{{project_name}}"region:"{{region}}"name:"ansible_smn_topic_test"state:present
Common return values are documented here, the following are the fields unique to this module:
Key
Returned
Description
create_time
string
success
Time when the topic was created.
display_name
string
success
Topic display name, which is presented as the name of the email sender in an email message. The topic display name contains a maximum of 192 bytes.
name
string
success
Name of the topic to be created. The topic name is a string of 1 to 256 characters. It must contain upper- or lower-case letters, digits, hyphens (-), and underscores _, and must start with a letter or digit.
push_policy
integer
success
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.