chore(work): add Crossplane examples

This commit is contained in:
David Landry 2025-03-05 13:02:36 -05:00
parent c3edbddce8
commit 31a9a4ce92
10 changed files with 375 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"Role": {
"Path": "/",
"RoleName": "CognitoManagementRole",
"AssumeRolePolicyDocument": {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::XXXXXXXXXXXX:role/CrossplaneServiceRole"
},
"Action": "sts:AssumeRole"
}
]
}
}
}