Open dreambeyondorange opened 3 months ago
Is there a way I can create a principal that looks like this?
{ "Sid": "Statement1", "Effect": "Allow", "Principal": { "AWS": [ "xxxxxxxxx", "xxxxxxxx" ], "Service": "xxx.amazonaws.com" }, "Action": "sts:AssumeRole" }
Is there a way I can create a principal that looks like this?