{ "Version": "2012-10-17", "Statement": [ { "Sid": "", "Effect": "Allow", "Principal": { "Service": "ses.amazonaws.com" }, "Action": "sts:AssumeRole", "Condition": { "StringEquals": { "AWS:SourceArn": "arn:aws:ses:ap-northeast-1:xxxxxxxxxxxxx:configuration-set/okuhira-ses-configuration-kinesis-log", "AWS:SourceAccount": "xxxxxxxxxxxxx" } } } ] } 上記ロールを作成後、SESのConfiguration setsを作成致します。 1.SES画面のCon
