You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"alicloud_mns_topic_subscriptions" {
source="./modules/alicloud/d/alicloud_mns_topic_subscriptions"# name_prefix - (optional) is a type of stringname_prefix=null# output_file - (optional) is a type of stringoutput_file=null# topic_name - (required) is a type of stringtopic_name=null
}
data"alicloud_mns_topic_subscriptions""this" {
# name_prefix - (optional) is a type of stringname_prefix=var.name_prefix# output_file - (optional) is a type of stringoutput_file=var.output_file# topic_name - (required) is a type of stringtopic_name=var.topic_name
}
output"id" {
description="returns a string"value=data.alicloud_mns_topic_subscriptions.this.id
}
output"names" {
description="returns a list of string"value=data.alicloud_mns_topic_subscriptions.this.names
}
output"subscriptions" {
description="returns a list of object"value=data.alicloud_mns_topic_subscriptions.this.subscriptions
}
output"this" {
value=alicloud_mns_topic_subscriptions.this
}