Last chance! 50% off unlimited learning
Sale ends in
Add or change the operations role used by an environment. After this call is made, Elastic Beanstalk uses the associated operations role for permissions to downstream services during subsequent calls acting on this environment. For more information, see Operations roles in the AWS Elastic Beanstalk Developer Guide.
elasticbeanstalk_associate_environment_operations_role(EnvironmentName,
OperationsRole)
An empty list.
[required] The name of the environment to which to set the operations role.
[required] The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
svc$associate_environment_operations_role(
EnvironmentName = "string",
OperationsRole = "string"
)