I'm using the package
I'm using the package in language
Describe the problem
Oddly enough, SES actions don't support ConfigurationSet as resource. For example, the following is not quite correct (it doesn't actually restrict the access):
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "ses:DescribeConfigurationSet",
"Resource": "arn:aws:ses:eu-central-1:123456789012:configuration-set/some-configset",
"Effect": "Allow"
}
]
}
Reference: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonses.html
Also in IAM console it shows a warning:
This policy defines some actions, resources, or conditions that do not provide permissions. To grant access, policies must have an action that has an applicable resource or condition.
I'm using the package
I'm using the package in language
Describe the problem
Oddly enough, SES actions don't support ConfigurationSet as resource. For example, the following is not quite correct (it doesn't actually restrict the access):
{ "Version": "2012-10-17", "Statement": [ { "Action": "ses:DescribeConfigurationSet", "Resource": "arn:aws:ses:eu-central-1:123456789012:configuration-set/some-configset", "Effect": "Allow" } ] }Reference: https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonses.html
Also in IAM console it shows a warning: