Skip to content

Commit 1f62d93

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: Add sensitive trait to SSM IPAddress property for CloudTrail redaction
1 parent 46f8dfe commit 1f62d93

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Systems Manager (SSM)",
4+
"contributor": "",
5+
"description": "Add sensitive trait to SSM IPAddress property for CloudTrail redaction"
6+
}

services/ssm/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"serviceId":"SSM",
1212
"signatureVersion":"v4",
1313
"targetPrefix":"AmazonSSM",
14-
"uid":"ssm-2014-11-06"
14+
"uid":"ssm-2014-11-06",
15+
"auth":["aws.auth#sigv4"]
1516
},
1617
"operations":{
1718
"AddTagsToResource":{
@@ -8675,7 +8676,8 @@
86758676
"IPAddress":{
86768677
"type":"string",
86778678
"max":46,
8678-
"min":1
8679+
"min":1,
8680+
"sensitive":true
86798681
},
86808682
"ISO8601String":{"type":"string"},
86818683
"IamRole":{

0 commit comments

Comments
 (0)