0

API Gateway ページの設定に移動し、IAM ロールを追加すると、手動で実行できます ( https://console.aws.amazon.com/apigateway/home?region=us-east-1#/settings )。しかし、Python sdk に使用する API がわかりません。

4

1 に答える 1

1

CloudWatch ロールは、python SDK https://boto3.readthedocs.io/en/latest/reference/services/apigateway.html#APIGateway.Client.update_accountを使用して update_account を呼び出すことで設定できます。

cloudwatchArn のパスは /cloudwatchRoleArn です

于 2016-06-14T22:29:26.157 に答える