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

Commit 92f7c72

Browse files
authored
Merge pull request #675 from kylelaker/patch-1
Use TrailName consistently
2 parents b216734 + a970458 commit 92f7c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/aws-resource-cloudtrail-trail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ An arbitrary set of tags \(key–value pairs\) for this trail\.
133133
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
134134

135135
`TrailName` <a name="cfn-cloudtrail-trail-trailname"></a>
136-
Specifies the name of the trail or trail ARN\. If `Name` is a trail name, the string must meet the following requirements:
136+
Specifies the name of the trail or trail ARN\. If `TrailName` is a trail name, the string must meet the following requirements:
137137
+ Contain only ASCII letters \(a\-z, A\-Z\), numbers \(0\-9\), periods \(\.\), underscores \(\_\), or dashes \(\-\)
138138
+ Start with a letter or number, and end with a letter or number
139139
+ Be between 3 and 128 characters
140140
+ Have no adjacent periods, underscores or dashes\. Names like `my-_namespace` and `my--namespace` are invalid\.
141141
+ Not be in IP address format \(for example, 192\.168\.5\.4\)
142-
If `Name` is a trail ARN, it must be in the format:
142+
If `TrailName` is a trail ARN, it must be in the format:
143143
`arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail`
144144
*Required*: No
145145
*Type*: String
@@ -393,4 +393,4 @@ The following example creates a trail that logs events in all regions, an Amazon
393393
- TopicName
394394
IsLogging: true
395395
IsMultiRegionTrail: true
396-
```
396+
```

0 commit comments

Comments
 (0)