@@ -26,7 +26,8 @@ To declare this entity in your AWS CloudFormation template, use the following sy
26
26
"[MaintenanceWindowStartTime](#cfn-amazonmq-broker-maintenancewindowstarttime)" : [MaintenanceWindow](aws-properties-amazonmq-broker-maintenancewindow.md),
27
27
"[PubliclyAccessible](#cfn-amazonmq-broker-publiclyaccessible)" : Boolean,
28
28
"[SecurityGroups](#cfn-amazonmq-broker-securitygroups)" : [ String, ... ],
29
- "[SubnetIds](#cfn-amazonmq-broker-subnetids)" : [ String, ... ]
29
+ "[SubnetIds](#cfn-amazonmq-broker-subnetids)" : [ String, ... ],
30
+ "[Tags](#cfn-amazonmq-broker-tags)" : [ Resource Tag, ... ]
30
31
}
31
32
}
32
33
```
@@ -52,6 +53,8 @@ Properties:
52
53
- String
53
54
[SubnetIds](#cfn-amazonmq-broker-subnetids):
54
55
- String
56
+ [Tags](#cfn-amazonmq-broker-tags):
57
+ - Resource Tag
55
58
```
56
59
57
60
## Properties<a name =" aws-resource-amazonmq-broker-properties " ></a >
@@ -137,6 +140,12 @@ The list of groups \(2 maximum\) that define which subnets and IP ranges the bro
137
140
* Type* : List of String values
138
141
* Update requires* : [ Replacement] ( using-cfn-updating-stacks-update-behaviors.md#update-replacement )
139
142
143
+ ` Tags ` <a name =" cfn-amazonmq-broker-tags " ></a >
144
+ An arbitrary set of tags \( key–value pairs\) for this broker\.
145
+ * Required* : No
146
+ * Type* : [ Resource Tag] ( aws-properties-resource-tags.md )
147
+ * Update requires* : [ No interruption] ( using-cfn-updating-stacks-update-behaviors.md#update-no-interrupt ) \.
148
+
140
149
## Return Values<a name =" aws-resource-amazonmq-broker-returnvalues " ></a >
141
150
142
151
### Ref<a name =" aws-resource-amazonmq-broker-ref " ></a >
@@ -361,4 +370,4 @@ Resources:
361
370
Ref: "BrokerPassword3"
362
371
Username:
363
372
Ref: "BrokerUsername3"
364
- ```
373
+ ```
0 commit comments