AWS step-functions documentation change
Summary
Updated CloudTrail event examples with 'account-id' and 'region' placeholders
Security assessment
Standardized example event formats without altering security-related content.
Diff
diff --git a/step-functions/latest/dg/procedure-cloud-trail.md b/step-functions/latest/dg/procedure-cloud-trail.md index 62759fcfe..84179ed13 100644 --- a//step-functions/latest/dg/procedure-cloud-trail.md +++ b//step-functions/latest/dg/procedure-cloud-trail.md @@ -196 +196 @@ The following example shows a CloudTrail **data event** that demonstrates `Invok - "accountId": "123456789012", + "accountId": "account-id", @@ -211 +211 @@ The following example shows a CloudTrail **data event** that demonstrates `Invok - "accountId": "123456789012", + "accountId": "account-id", @@ -213 +213 @@ The following example shows a CloudTrail **data event** that demonstrates `Invok - "ARN": "arn:aws:states:us-east-1:123456789012:stateMachine:ExampleStateMachine" + "ARN": "arn:aws:states:region:account-id:stateMachine:ExampleStateMachine" @@ -218 +218 @@ The following example shows a CloudTrail **data event** that demonstrates `Invok - "recipientAccountId": "123456789012", + "recipientAccountId": "account-id", @@ -234,2 +234,2 @@ The following example shows a CloudTrail **management event** that demonstrates - "arn": "arn:aws:iam::123456789012:user/test-user", - "accountId": "123456789012", + "arn": "arn:aws:iam::account-id:user/test-user", + "accountId": "account-id", @@ -242 +242 @@ The following example shows a CloudTrail **management event** that demonstrates - "awsRegion": "us-east-1", + "awsRegion": "region", @@ -248 +248 @@ The following example shows a CloudTrail **management event** that demonstrates - "roleArn": "arn:aws:iam::123456789012:role/MyStateMachineRole", + "roleArn": "arn:aws:iam::account-id:role/MyStateMachineRole", @@ -261 +261 @@ The following example shows a CloudTrail **management event** that demonstrates - "stateMachineArn": "arn:aws:states:us-east-1:123456789012:stateMachine:MyStateMachine", + "stateMachineArn": "arn:aws:states:region:account-id:stateMachine:MyStateMachine", @@ -269 +269 @@ The following example shows a CloudTrail **management event** that demonstrates - "recipientAccountId": "123456789012", + "recipientAccountId": "account-id",