ElasticBeanstalk / Client / disassociate_environment_operations_role

disassociate_environment_operations_role

ElasticBeanstalk.Client.disassociate_environment_operations_role(**kwargs)

Warning

The operations role feature of Elastic Beanstalk is in beta release and is subject to change.

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.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_environment_operations_role(
    EnvironmentName='string'
)
Parameters:

EnvironmentName (string) –

[REQUIRED]

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

Returns:

None

Exceptions

  • ElasticBeanstalk.Client.exceptions.InsufficientPrivilegesException