Skip to content

Commit 4c1a6b6

Browse files
authored
Merge pull request awsdocs#224 from cpollard0/patch-1
Add Tag attribute
2 parents d913033 + e97f37b commit 4c1a6b6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

doc_source/aws-resource-amazonmq-broker.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ To declare this entity in your AWS CloudFormation template, use the following sy
2626
"[MaintenanceWindowStartTime](#cfn-amazonmq-broker-maintenancewindowstarttime)" : [MaintenanceWindow](aws-properties-amazonmq-broker-maintenancewindow.md),
2727
"[PubliclyAccessible](#cfn-amazonmq-broker-publiclyaccessible)" : Boolean,
2828
"[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, ... ]
3031
}
3132
}
3233
```
@@ -52,6 +53,8 @@ Properties:
5253
- String
5354
[SubnetIds](#cfn-amazonmq-broker-subnetids):
5455
- String
56+
[Tags](#cfn-amazonmq-broker-tags):
57+
- Resource Tag
5558
```
5659

5760
## 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
137140
*Type*: List of String values
138141
*Update requires*: [Replacement](using-cfn-updating-stacks-update-behaviors.md#update-replacement)
139142

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+
140149
## Return Values<a name="aws-resource-amazonmq-broker-returnvalues"></a>
141150

142151
### Ref<a name="aws-resource-amazonmq-broker-ref"></a>
@@ -361,4 +370,4 @@ Resources:
361370
Ref: "BrokerPassword3"
362371
Username:
363372
Ref: "BrokerUsername3"
364-
```
373+
```

0 commit comments

Comments
 (0)