Skip to content

Disassociate Environment Operations Role

elasticbeanstalk_disassociate_environment_operations_role R Documentation

Disassociate the operations role from an environment

Description

Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses the caller's permissions 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.

Usage

elasticbeanstalk_disassociate_environment_operations_role(
  EnvironmentName)

Arguments

EnvironmentName

[required] The name of the environment from which to disassociate the operations role.

Value

An empty list.

Request syntax

svc$disassociate_environment_operations_role(
  EnvironmentName = "string"
)