dcv_session_manager_infrastructure/dcv_session_manager_infrastructure_stack.py [339:345]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        )
        # Allow to retrieve the efadmin password
        role_dcv.add_to_policy(
            iam.PolicyStatement(
                effect=iam.Effect.ALLOW,
                actions=[
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dcv_session_manager_infrastructure/dcv_session_manager_infrastructure_stack.py [349:355]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        )
        # Allow to describe the instances
        role_dcv.add_to_policy(
            iam.PolicyStatement(
                effect=iam.Effect.ALLOW,
                actions=[
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



